diff options
| author | Randy Dunlap <rdunlap@infradead.org> | 2025-11-02 09:04:57 +0300 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2025-11-05 21:32:13 +0300 |
| commit | 8710524f3fc9adb25f844fabab36b75f23199e8b (patch) | |
| tree | dd63d12fc2cf2e9acf3722fbc8ce2adc169fbc6c | |
| parent | f4c6e50568a1c92cfda4b7d216b78ba9c9e7468e (diff) | |
| download | linux-8710524f3fc9adb25f844fabab36b75f23199e8b.tar.xz | |
docs: ABI: sysfs-module: update modules taint flags
Add missing taint flags for loadable modules, as pointed out by
Petr Pavlu [1].
[1] https://lore.kernel.org/all/c58152f1-0fbe-4f50-bb61-e2f4c0584025@suse.com/
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Petr Pavlu <petr.pavlu@suse.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20251102060458.517911-1-rdunlap@infradead.org>
| -rw-r--r-- | Documentation/ABI/testing/sysfs-module | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-module b/Documentation/ABI/testing/sysfs-module index 62addab47d0c..6bc9af6229f0 100644 --- a/Documentation/ABI/testing/sysfs-module +++ b/Documentation/ABI/testing/sysfs-module @@ -59,6 +59,8 @@ Description: Module taint flags: F force-loaded module C staging driver module E unsigned module + K livepatch module + N in-kernel test module == ===================== What: /sys/module/grant_table/parameters/free_per_iteration |
