mbox series

[v2,modules-next,0/1] module: Add debugfs interface to view unloaded tainted modules

Message ID 20220901152454.2394228-1-atomlin@redhat.com (mailing list archive)
Headers show
Series module: Add debugfs interface to view unloaded tainted modules | expand

Message

Aaron Tomlin Sept. 1, 2022, 3:24 p.m. UTC
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/


Aaron Tomlin (1):
  module: Add debugfs interface to view unloaded tainted modules

 kernel/module/tracking.c | 68 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 68 insertions(+)


base-commit: 554694ba120b87e39cf732ed632e6a0c52fafb7c

Comments

Luis Chamberlain Sept. 8, 2022, 11:50 p.m. UTC | #1
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/

Queued up to modules-testing, thanks!

  Luis