Re: [PATCH v2 modules-next 0/1] module: Add debugfs interface to view unloaded tainted modules
From: Luis Chamberlain <mcgrof@kernel.org>
Date: 2022-09-08 23:50:50
Also in:
lkml
From: Luis Chamberlain <mcgrof@kernel.org>
Date: 2022-09-08 23:50:50
Also in:
lkml
On Thu, Sep 01, 2022 at 04:24:53PM +0100, Aaron Tomlin wrote:
Hi Luis,
Changes since v1 [1]:
- Replaced the use of module_mutex to instead mark
a RCU read-side critical section (Petr Pavlu)
- Added __acquires() and __releases() to support
sparse context checking
[1]: https://lore.kernel.org/lkml/20220823193225.2072649-1-atomlin@redhat.com/ (local)Queued up to modules-testing, thanks! Luis