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

Aaron Tomlin posted 1 patch 3 years, 7 months ago
kernel/module/tracking.c | 68 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 68 insertions(+)
[PATCH v2 modules-next 0/1] module: Add debugfs interface to view unloaded tainted modules
Posted by Aaron Tomlin 3 years, 7 months ago
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
-- 
2.37.1
Re: [PATCH v2 modules-next 0/1] module: Add debugfs interface to view unloaded tainted modules
Posted by Luis Chamberlain 3 years, 6 months ago
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