Skip to content

Commit 1026064

Browse files
djbwtorvalds
authored andcommitted
Documentation: Project continuity
Document project continuity procedures. This is a plan for a plan for navigating events that affect the forward progress of the canonical Linux repository, torvalds/linux.git. It is a follow-up from Maintainer Summit [1]. Co-developed-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Reviewed-by: Miguel Ojeda <ojeda@kernel.org> Reviewed-by: Kees Cook <kees@kernel.org> Reviewed-by: Jiri Kosina <jkosina@suse.com> Reviewed-by: Steven Rostedt <rostedt@goodmis.org> Link: https://lwn.net/Articles/1050179/ [1] Signed-off-by: Dan Williams <dan.j.williams@intel.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 5dbeeb2 commit 1026064

2 files changed

Lines changed: 42 additions & 0 deletions

File tree

Documentation/process/conclave.rst

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
.. SPDX-License-Identifier: GPL-2.0
2+
3+
Linux kernel project continuity
4+
===============================
5+
6+
The Linux kernel development project is widely distributed, with over
7+
100 maintainers each working to keep changes moving through their own
8+
repositories. The final step, though, is a centralized one where changes
9+
are pulled into the mainline repository. That is normally done by Linus
10+
Torvalds but, as was demonstrated by the 4.19 release in 2018, there are
11+
others who can do that work when the need arises.
12+
13+
Should the maintainers of that repository become unwilling or unable to
14+
do that work going forward (including facilitating a transition), the
15+
project will need to find one or more replacements without delay. The
16+
process by which that will be done is listed below. $ORGANIZER is the
17+
last Maintainer Summit organizer or the current Linux Foundation (LF)
18+
Technical Advisory Board (TAB) Chair as a backup.
19+
20+
- Within 72 hours, $ORGANIZER will open a discussion with the invitees
21+
of the most recently concluded Maintainers Summit. A meeting of those
22+
invitees and the TAB, either online or in-person, will be set as soon
23+
as possible in a way that maximizes the number of people who can
24+
participate.
25+
26+
- If there has been no Maintainers Summit in the last 15 months, the set of
27+
invitees for this meeting will be determined by the TAB.
28+
29+
- The invitees to this meeting may bring in other maintainers as needed.
30+
31+
- This meeting, chaired by $ORGANIZER, will consider options for the
32+
ongoing management of the top-level kernel repository consistent with
33+
the expectation that it maximizes the long term health of the project
34+
and its community.
35+
36+
- Within two weeks, a representative of this group will communicate to the
37+
broader community, using the ksummit@lists.linux.dev mailing list, what
38+
the next steps will be.
39+
40+
The Linux Foundation, as guided by the TAB, will take the steps
41+
necessary to support and implement this plan.

Documentation/process/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ beyond).
6868
stable-kernel-rules
6969
management-style
7070
researcher-guidelines
71+
conclave
7172

7273
Dealing with bugs
7374
-----------------

0 commit comments

Comments
 (0)