Add missing taint flags for loadable modules, as pointed out by Petr Pavlu [1].
Signed-off-by: Randy Dunlap <[email protected]> [1] https://lore.kernel.org/all/[email protected]/ --- Cc: Petr Pavlu <[email protected]> Cc: Jonathan Corbet <[email protected]> Cc: [email protected] Cc: Greg Kroah-Hartman <[email protected]> Cc: Luis Chamberlain <[email protected]> Cc: Daniel Gomez <[email protected]> Cc: Sami Tolvanen <[email protected]> Cc: [email protected] --- Documentation/ABI/testing/sysfs-module | 2 ++ 1 file changed, 2 insertions(+) --- linux-next-20251031.orig/Documentation/ABI/testing/sysfs-module +++ linux-next-20251031/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
