Skip to content

Commit 5fdf1d7

Browse files
rddunlapdagomez137
authored andcommitted
docs: ABI: sysfs-module: list all taint flags
The list of module taint flags has not been updated lately as the taint flags list grows. Instead of trying to keep multiple lists updated, just refer to the list of kernel taint flags since they are the same. Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
1 parent e1b99f5 commit 5fdf1d7

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

Documentation/ABI/testing/sysfs-module

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,8 @@ What: /sys/module/*/taint
5252
Date: Jan 2012
5353
KernelVersion: 3.3
5454
Contact: Kay Sievers <kay.sievers@vrfy.org>
55-
Description: Module taint flags:
56-
== =====================
57-
P proprietary module
58-
O out-of-tree module
59-
F force-loaded module
60-
C staging driver module
61-
E unsigned module
62-
== =====================
55+
Description: Module taint flags: same as the kernel taint flags.
56+
See: :ref:`taint_flags` in Documentation/admin-guide/tainted-kernels.rst
6357

6458
What: /sys/module/grant_table/parameters/free_per_iteration
6559
Date: July 2023

Documentation/admin-guide/tainted-kernels.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ which bits are set::
7676

7777
$ for i in $(seq 18); do echo $(($i-1)) $(($(cat /proc/sys/kernel/tainted)>>($i-1)&1));done
7878

79+
.. _taint_flags:
80+
7981
Table for decoding tainted state
8082
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8183

0 commit comments

Comments
 (0)