diff options
author | Luis Chamberlain <mcgrof@kernel.org> | 2024-08-21 19:40:21 +0200 |
---|---|---|
committer | Luis Chamberlain <mcgrof@kernel.org> | 2024-08-28 23:53:42 +0200 |
commit | 907fa79d787f6f762c0afb67b8b02be8ed1f7bd2 (patch) | |
tree | 93ecf8ba0a175ca04ffc30f6e4f770a78d3770bd /MAINTAINERS | |
parent | module: Clean up the description of MODULE_SIG_<type> (diff) | |
download | linux-907fa79d787f6f762c0afb67b8b02be8ed1f7bd2.tar.xz linux-907fa79d787f6f762c0afb67b8b02be8ed1f7bd2.zip |
MAINTAINERS: scale modules with more reviewers
We're looking to add Rust module support, and I don't speak
Rust yet. The compromise was reached that in order to scale we'd
get volunteers committed from the Rust community willing to review
both Rust and C code for modules so we can ensure we get proper
reviews for both parts of the code and so that we can scale.
Add those who have stepped up to help.
Acked-by: Sami Tolvanen <samitolvanen@google.com>
Acked-by: Petr Pavlu <petr.pavlu@suse.com>
Acked-by: Daniel Gomez <da.gomez@samsung.com>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f328373463b0..7e2cf251427d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15454,6 +15454,9 @@ F: include/dt-bindings/clock/mobileye,eyeq5-clk.h MODULE SUPPORT M: Luis Chamberlain <mcgrof@kernel.org> +R: Petr Pavlu <petr.pavlu@suse.com> +R: Sami Tolvanen <samitolvanen@google.com> +R: Daniel Gomez <da.gomez@samsung.com> L: linux-modules@vger.kernel.org L: linux-kernel@vger.kernel.org S: Maintained |