Home
last modified time | relevance | path

Searched hist:"47 cc75aa" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/module/
H A Dtracking.c47cc75aa Fri Oct 07 08:38:12 CDT 2022 Aaron Tomlin <atomlin@redhat.com> module: tracking: Keep a record of tainted unloaded modules only

This ensures that no module record/or entry is added to the
unloaded_tainted_modules list if it does not carry a taint.

Reported-by: Alexey Dobriyan <adobriyan@gmail.com>
Fixes: 99bd9956551b ("module: Introduce module unload taint tracking")
Signed-off-by: Aaron Tomlin <atomlin@redhat.com>
Acked-by: Luis Chamberlain <mcgrof@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>