]> git.decadent.org.uk Git - debian-kernel-talk.git/blob - index.html
Add Tux-Debian logo to title page
[debian-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>The Linux kernel in Debian - Ben Hutchings - DebConf 11</title>
8 <!-- metadata -->
9 <meta name="generator" content="S5" />
10 <meta name="version" content="S5 1.1" />
11 <meta name="author" content="Ben Hutchings" />
12 <!-- configuration parameters -->
13 <meta name="defaultView" content="slideshow" />
14 <meta name="controlVis" content="hidden" />
15 <!-- style sheet links -->
16 <link rel="stylesheet" href="s5-blank/ui/default/slides.css" type="text/css" media="projection" id="slideProj" />
17 <link rel="stylesheet" href="s5-blank/ui/default/outline.css" type="text/css" media="screen" id="outlineStyle" />
18 <link rel="stylesheet" href="s5-blank/ui/default/print.css" type="text/css" media="print" id="slidePrint" />
19 <link rel="stylesheet" href="s5-blank/ui/default/opera.css" type="text/css" media="projection" id="operaFix" />
20 <style type="text/css">
21   .logo { position: absolute; right: 0; top: 0; height: 100% }
22   table { border-collapse: collapse }
23   th { border-bottom: 2pt solid black }
24   th, td { padding: 0 6pt }
25 </style>
26 <style type="text/css" media="print">
27   .slide { page-break-after: always }
28 </style>
29 <!-- S5 JS -->
30 <script src="s5-blank/ui/default/slides.js" type="text/javascript"></script>
31 </head>
32 <body>
33
34 <div class="layout">
35 <div id="controls"><!-- DO NOT EDIT --></div>
36 <div id="currentSlide"><!-- DO NOT EDIT --></div>
37 <div id="header">
38   <object class="logo" data="debconf11.svg"></object>
39 </div>
40 <div id="footer">
41 <h1>DebConf 11</h1>
42 <h2>The Linux kernel in Debian</h2>
43 </div>
44
45 </div>
46
47 <div class="presentation">
48
49 <div class="slide">
50 <h1>The Linux kernel in Debian</h1>
51 <object data="tux-debian.svg" width="35%" align="right"></object>
52 <h3>Ben Hutchings</h3>
53 </div>
54
55 <div class="slide">
56   <h1>The author</h1>
57   <ul class="incremental">
58     <li>
59       Professional software developer since 1998
60     </li>
61     <li>
62       Debian contributor since 2003
63     </li>
64     <li>
65       Regular Linux contributor since 2008
66       <ul>
67         <li>
68           Maintaining a net driver in my day job, plus core networking
69           and PCI code as necessary
70         </li>
71       </ul>
72     </li>
73     <li>
74       Debian kernel contributor since 2008; uploader since 2009
75       <ul class="incremental">
76         <li>
77           Initially trying to deal with the non-free firmware issue
78         </li>
79         <li>
80           Moved on to triaging bugs, fixing bugs, backporting
81           features, updating packaging...
82         </li>
83       </ul>
84     </li>
85   </ul>
86 </div>
87
88 <div class="slide">
89   <h1>Linux kernel</h1>
90   <ul class="incremental">
91     <li>
92       Started by Linus Torvalds in 1991 as a kernel for i386
93       PCs: <q>just a hobby, won't be big and professional like gnu</q>
94     </li>
95     <li>
96       Adopted as the kernel of the Debian system in 1993
97     </li>
98     <li>
99       After 20 years' development, supports more hardware
100       architectures and devices than anything else
101       <ul class="incremental">
102         <li>
103           Hardware vendors <em>must</em> provide Linux drivers because
104           their customers demand it
105         </li>
106       </ul>
107     </li>
108     <li>
109       Still the default kernel for the Debian system
110     </li>
111   </ul>
112 </div>
113
114 <div class="slide">
115   <h1>Linux release model (1)</h1>
116   <p>
117     The old model:
118   </p>
119   <ul class="incremental">
120     <li>
121       Each stable release had even second component.  Bug fixes and
122       minor features in stable releases with third component
123       incremented (e.g. 2.4.27)
124     </li>
125     <li>
126       Major development done separately, resulting in series of
127       unstable releases with odd second component (e.g. 2.5.50)
128     </li>
129     <li>
130       After a year or two, development resulted in a new stable
131       release
132     </li>
133     <li>
134       Problem: users waited years for new features, and then got many
135       more changes all at once.  Particularly bad in the 2.4-2.6
136       transition.
137     </li>
138   </ul>
139 </div>
140
141 <div class="slide">
142   <h1>Linux release model (2)</h1>
143   <p>
144     The new model:
145   </p>
146   <ul class="incremental">
147     <li>
148       Development results in a new stable(-ish) release every 2-3
149       months
150       <ul class="incremental">
151         <li>
152           git (and previously BitKeeper) made distributed development
153           and testing a lot easier
154         </li>
155       </ul>
156     </li>
157     <li>
158       Each 2.6.<var>x</var> release has stable update branch; releases
159       numbered 2.6.<var>x</var>.<var>y</var>
160       <ul class="incremental">
161         <li>
162           Usually closed shortly after next stable release, but may
163           continue as a 'longterm' branch (e.g. 2.6.32.<var>y</var>)
164         </li>
165       </ul>
166     </li>
167     <li>
168       Linux 3.0 doesn't change this, except that <var>x</var> is now
169       the second component and <var>y</var> is the third
170     </li>
171   </ul>
172 </div>
173
174 <div class="slide">
175   <h1>Debian kernel team</h1>
176 </div>
177
178 <div class="slide">
179   <h1>Official Linux kernel packages</h1>
180 </div>
181
182 <div class="slide">
183   <h1>Custom Linux kernel packages</h1>
184 </div>
185
186 <div class="slide">
187   <h1>Out-of-tree modules</h1>
188 </div>
189
190 <div class="slide">
191   <h1>Firmware files</h1>
192 </div>
193
194 <div class="slide">
195   <h1>Documentation</h1>
196 </div>
197
198 <div class="slide">
199   <h1>Questions?</h1>
200 </div>
201
202 <div class="slide">
203   <h1>Credits</h1>
204   <ul>
205     <li>
206       Linux 'Tux' logo &copy; Larry Ewing, Simon Budig.
207       <!--
208 Redistribution is free but has to include this notice.
209       -->
210       <ul>
211         <li>Modified by me to add Debian open-ND logo</li>
212       </ul>
213     </li>
214     <li>
215       Debian open-ND logo &copy; Software in the Public Interest, Inc.
216       <!--
217 Permission is hereby granted, free of charge, to any person obtaining
218 a copy of this software and associated documentation files (the
219 "Software"), to deal in the Software without restriction, including
220 without limitation the rights to use, copy, modify, merge, publish,
221 distribute, sublicense, and/or sell copies of the Software, and to
222 permit persons to whom the Software is furnished to do so, subject to
223 the following conditions:
224
225 The above copyright notice and this permission notice shall be
226 included in all copies or substantial portions of the Software.
227
228 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
229 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
230 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
231 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
232 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
233 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
234 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
235       -->
236     </li>
237     <li>
238       DebConf 11 logo &copy; Aur&eacute;lio A. Heckert.
239       <!--
240 This program is free software; you can redistribute it
241 and/or modify it under the terms of the GNU General Public
242 License as published by the Free Software Foundation;
243 version 2 of the License.
244
245 This program is distributed in the hope that it will be
246 useful, but WITHOUT ANY WARRANTY; without even the implied
247 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
248 PURPOSE.  See the GNU General Public License for more
249 details.
250
251 You should have received a copy of the GNU General Public
252 License along with this package; if not, write to the Free
253 Software Foundation, Inc., 51 Franklin St, Fifth Floor,
254 Boston, MA  02110-1301 USA
255
256 On Debian systems, the full text of the GNU General Public
257 License version 2 can be found in the file
258 `/usr/share/common-licenses/GPL-2'.
259       -->
260       <ul>
261         <li>Resized and coloured by me</li>
262       </ul>
263     </li>
264   </ul>
265 </div>
266
267 </body>
268 </html>