Skip to content

Commit a561499

Browse files
committed
Contributing: add warning about scripts/get_maintainers.pl
Signed-off-by: Miguel Ojeda <[email protected]>
1 parent fee4757 commit a561499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ For this reason, early on, there are a few extra notes to have in mind when cont
4040

4141
All patches containing Rust code should be sent to both the maintainers/reviewers/mailing lists of the relevant kernel subsystem they touch as well as the Rust one.
4242

43-
This applies even if the files that the patch modifies are all under `rust/` (e.g. currently all abstractions live under `rust/`, but the plan is to change this in the future as Rust grows in the kernel) and the files are referenced by the `MAINTAINERS` entry of the relevant subsystem.
43+
This applies even if the files that the patch modifies are all under `rust/` (e.g. currently all abstractions live under `rust/`, but the plan is to change this in the future as Rust grows in the kernel) and the files are referenced by the `MAINTAINERS` entry of the relevant subsystem. Scripts like `scripts/get_maintainers.pl` may not provide the complete list.
4444

4545
The goal with this procedure is that everybody interested in Rust can follow what is going on with Rust in the entire kernel in the early stages, to avoid duplicate work, and to make it easier for everybody to coordinate.
4646

0 commit comments

Comments
 (0)