diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/ABI/testing/sysfs-module | 2 | ||||
-rw-r--r-- | Documentation/module-signing.txt | 2 | ||||
-rw-r--r-- | Documentation/oops-tracing.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/ABI/testing/sysfs-module b/Documentation/ABI/testing/sysfs-module index b9a29cdbaccb..0aac02e7fb0e 100644 --- a/Documentation/ABI/testing/sysfs-module +++ b/Documentation/ABI/testing/sysfs-module | |||
@@ -49,4 +49,4 @@ Description: Module taint flags: | |||
49 | O - out-of-tree module | 49 | O - out-of-tree module |
50 | F - force-loaded module | 50 | F - force-loaded module |
51 | C - staging driver module | 51 | C - staging driver module |
52 | X - unsigned module | 52 | E - unsigned module |
diff --git a/Documentation/module-signing.txt b/Documentation/module-signing.txt index b6af42e4d790..2429024c0749 100644 --- a/Documentation/module-signing.txt +++ b/Documentation/module-signing.txt | |||
@@ -54,7 +54,7 @@ This has a number of options available: | |||
54 | If this is off (ie. "permissive"), then modules for which the key is not | 54 | If this is off (ie. "permissive"), then modules for which the key is not |
55 | available and modules that are unsigned are permitted, but the kernel will | 55 | available and modules that are unsigned are permitted, but the kernel will |
56 | be marked as being tainted, and the concerned modules will be marked as | 56 | be marked as being tainted, and the concerned modules will be marked as |
57 | tainted, shown with the character 'X'. | 57 | tainted, shown with the character 'E'. |
58 | 58 | ||
59 | If this is on (ie. "restrictive"), only modules that have a valid | 59 | If this is on (ie. "restrictive"), only modules that have a valid |
60 | signature that can be verified by a public key in the kernel's possession | 60 | signature that can be verified by a public key in the kernel's possession |
diff --git a/Documentation/oops-tracing.txt b/Documentation/oops-tracing.txt index 879abe289523..e3155995ddd8 100644 --- a/Documentation/oops-tracing.txt +++ b/Documentation/oops-tracing.txt | |||
@@ -265,7 +265,7 @@ characters, each representing a particular tainted value. | |||
265 | 265 | ||
266 | 13: 'O' if an externally-built ("out-of-tree") module has been loaded. | 266 | 13: 'O' if an externally-built ("out-of-tree") module has been loaded. |
267 | 267 | ||
268 | 14: 'X' if an unsigned module has been loaded in a kernel supporting | 268 | 14: 'E' if an unsigned module has been loaded in a kernel supporting |
269 | module signature. | 269 | module signature. |
270 | 270 | ||
271 | The primary reason for the 'Tainted: ' string is to tell kernel | 271 | The primary reason for the 'Tainted: ' string is to tell kernel |