Re: [PATCH modules-next] module: tracking: Keep a record of tainted unloaded modules only
From: Luis Chamberlain <mcgrof@kernel.org>
Date: 2022-10-07 17:51:13
Also in:
lkml
From: Luis Chamberlain <mcgrof@kernel.org>
Date: 2022-10-07 17:51:13
Also in:
lkml
On Fri, Oct 07, 2022 at 02:38:12PM +0100, Aaron Tomlin wrote:
This patch 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 <redacted>
Fixes: 99bd9956551b ("module: Introduce module unload taint tracking")
Signed-off-by: Aaron Tomlin <redacted>Acked-by: Luis Chamberlain <mcgrof@kernel.org> Linus, this is the patch I mentioned Aaron was going to post, if I can trouble you to merge that after my pull request, that would be great. Thanks! Luis