]> git.decadent.org.uk Git - stable-kernel-talk.git/blob - index.html
Don't be too modest
[stable-kernel-talk.git] / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
2         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
4 <html xmlns="http://www.w3.org/1999/xhtml">
5
6 <head>
7 <title>Stable kernel maintenance for distributions - FOSDEM 2013</title>
8 <!-- metadata -->
9 <meta name="generator" content="S5" />
10 <meta name="author" content="Ben Hutchings" />
11 <!-- configuration parameters -->
12 <meta name="defaultView" content="slideshow" />
13 <meta name="controlVis" content="hidden" />
14 <!-- style sheet links -->
15 <link rel="stylesheet" href="s5-blank/ui/default/slides.css" type="text/css" media="projection" id="slideProj" />
16 <link rel="stylesheet" href="s5-blank/ui/default/outline.css" type="text/css" media="screen" id="outlineStyle" />
17 <link rel="stylesheet" href="s5-blank/ui/default/print.css" type="text/css" media="print" id="slidePrint" />
18 <link rel="stylesheet" href="s5-blank/ui/default/opera.css" type="text/css" media="projection" id="operaFix" />
19 <style type="text/css">
20   .logo { position: absolute; right: 0; top: 0; height: 100% }
21   table { border-collapse: collapse }
22   th { border-bottom: 2pt solid black }
23   th, td { padding: 0 6pt }
24   .package { font-family: monospace }
25   var { font-family: sans }
26 </style>
27 <style type="text/css" media="print">
28   .slide { page-break-after: always }
29 </style>
30 <!-- S5 JS -->
31 <script src="s5-blank/ui/default/slides.js" type="text/javascript"></script>
32 </head>
33 <body>
34
35 <div class="layout">
36 <div id="controls"><!-- DO NOT EDIT --></div>
37 <div id="currentSlide"><!-- DO NOT EDIT --></div>
38 <div id="header"></div>
39 <div id="footer">
40 <h1>FOSDEM 2013</h1>
41 <h2>Stable kernel maintenance for distributions</h2>
42 </div>
43
44 </div>
45
46 <div class="presentation">
47
48 <div class="slide">
49 <h1>Stable kernel maintenance for distributions</h1>
50 <object data="tux.svg" width="35%" align="right"></object>
51 <h3>Ben Hutchings</h3>
52 </div>
53
54
55 <div class="slide">
56   <h1>Linux stable releases</h1>
57   <ul>
58     <li>
59       Linus releases a stable 3.<var>x</var> every 2-3 months after
60       a series of release candidates
61     </li>
62     <li>
63       Greg K-H maintains a <dfn>stable branch</dfn> for each Linus
64       release, with <dfn>stable update</dfn> releases numbered
65       3.<var>x</var>.<var>y</var>
66     </li>
67     <li>
68       Branch includes cherry-picked or backported changes to fix
69       serious bugs and add support for new devices
70     </li>
71     <li>
72       Updates released roughly every 1-2 weeks, at least until
73       3.<var>x</var>+1 is available
74     </li>
75     <li>
76       A <dfn>longterm</dfn> stable branch may be maintained by Greg or
77       another developer beyond this period (I look after 3.2)
78     </li>
79   </ul>
80 </div>
81
82 <div class="slide">
83   <h1>The stable update process (1)</h1>
84   <ul>
85     <li>
86       All changes go to mailing
87       list <a href="mailto:stable@vger.kernel.org">stable@vger.kernel.org</a>
88     </li>
89     <li>
90       A commit with a <tt>Cc:</tt> pseudo-header for this address will
91       be picked up by stable maintainers once Linus pulls the commit
92     </li>
93     <li>
94       If it doesn't apply to a stable branch, the author is usually
95       notified and may provide a backported version
96     </li>
97     <li>
98       Any commit in Linus's tree, or a fix for a stable-only
99       regression, can be nominated by mail to this list, if it
100       meets the criteria - see
101       <a href="http://www.kernel.org/doc/Documentation/stable_kernel_rules.txt"><tt>Documentation/stable_kernel_rules.txt</tt></a>
102     </li>
103   </ul>
104 </div>
105
106 <div class="slide">
107   <h1>The stable update process (2)</h1>
108   <ul>
109     <li>
110       Stable branch maintainer sends pending changes to the mailing
111       list, the original authors, etc., for a time-limited period of
112       review and testing
113       <ul>
114         <li>
115           Although the changes have been accepted by Linus, some might
116           not be needed in a stable branch or might not work due to
117           missing dependencies
118         </li>
119         <li>
120           A fix might have been found to introduce a regression in
121           mainline, so should only be applied to the stable branch
122           along with a second fix for the regression
123         </li>
124       </ul>
125     </li>
126     <li>
127       All changes that passed review (and maybe some that were
128       added) are applied to the stable branch and the release is
129       tagged
130     </li>
131     <li>
132       Greg pushes the tag to kernel.org (possibly after pulling
133       from the other maintainer) which generates tarballs,
134       updates the front page, etc.
135     </li>
136     <li>
137       Maintainer announces the release, shortly followed by LWN
138       and other news media
139     </li>
140   </ul>
141 </div>
142
143 <div class="slide">
144   <h1>Credits</h1>
145   <ul>
146     <li>
147       Linux 'Tux' logo &copy; Larry Ewing, Simon Budig.
148       <!--
149 Redistribution is free but has to include this notice.
150       -->
151     </li>
152   </ul>
153 </div>
154
155 </div>
156
157 </body>
158 </html>