Skip to content

Commit e86b1c4

Browse files
docs: contribute: update Linux kernel contribution guideline
Linux kernel contribution does not happen on Github, but on mailing list. Update this information in the Linux kernel contribution guideline. Signed-off-by: Enrico Bravi <[email protected]>
1 parent e22dd8f commit e86b1c4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

documentation/asciidoc/computers/linux_kernel/contribute.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Then, submit a pull request containing your changes to the https://github.com/ra
1818

1919
=== Contribute to the Linux kernel
2020

21-
First, fork the https://github.com/torvalds/linux[Linux kernel repository] and clone it to your development device. You can then make your changes, test them, and commit them into your fork.
21+
First, clone the https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git[Linux kernel tree] to your development device. You can then make your changes, test them, and commit them into your fork.
2222

23-
Then, submit a pull request containing your changes to the https://github.com/torvalds/linux[Linux kernel repository]. Linux kernel contributors will review your contribution and suggest improvements. Once approved, they'll merge in your changes. Eventually, they'll make their way into a long-term release of the Linux kernel. Once we've tested that long-term release for compatibility with the Raspberry Pi kernel, your changes will make their way into a stable release of the Raspberry Pi kernel.
23+
Once your change is ready you can submit it to the Linux kernel community. Linux kernel development happens on mailing lists, rather than on GitHub, so that your change can become part of Linux, please email it to the community as a patch. Please follow the https://www.kernel.org/doc/html/latest/process/submitting-patches.html[Submitting patches: the essential guide to getting your code into the kernel] in the Linux kernel documentation.
24+
Linux kernel contributors will review your contribution and suggest improvements. Once approved, they'll merge in your changes. Eventually, they'll make their way into a long-term release of the Linux kernel. Once we've tested that long-term release for compatibility with the Raspberry Pi kernel, your changes will make their way into a stable release of the Raspberry Pi kernel.

0 commit comments

Comments
 (0)