OSDN Git Service

Documentation: Delete reference to the kernel-mentors mailing list
authorMinghui Liu <minghui.liu.95@gmail.com>
Fri, 16 Feb 2018 01:03:14 +0000 (20:03 -0500)
committerJonathan Corbet <corbet@lwn.net>
Fri, 16 Feb 2018 14:18:13 +0000 (07:18 -0700)
Delete reference to the kernel-mentors mailing list because the mailing list no longer exists

Signed-off-by: Minghui Liu <minghui.liu.95@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/process/howto.rst

index c6875b1..bcd8d1e 100644 (file)
@@ -213,13 +213,6 @@ will learn the basics of getting your patch into the Linux kernel tree,
 and possibly be pointed in the direction of what to go work on next, if
 you do not already have an idea.
 
-If you already have a chunk of code that you want to put into the kernel
-tree, but need some help getting it in the proper form, the
-kernel-mentors project was created to help you out with this.  It is a
-mailing list, and can be found at:
-
-       https://selenic.com/mailman/listinfo/kernel-mentors
-
 Before making any actual modifications to the Linux kernel code, it is
 imperative to understand how the code in question works.  For this
 purpose, nothing is better than reading through it directly (most tricky