Differences between revisions 1 and 201 (spanning 200 versions)
Revision 1 as of 2004-07-21 18:21:02
Size: 394
Editor: anonymous
Comment:
Revision 201 as of 2009-05-19 07:08:38
Size: 4452
Editor: BastianBlank
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## Auto-converted by kwiki2moinmoin v2005-10-07
Kernel packages for various architectures:
#language en
Line 4: Line 3:
 * [kernel-image-i386]
 * [kernel-image-ia64]
 * [kernel-image-alpha]
<<Anchor(status)>>
= Architecture Status =
Line 8: Line 6:
Other Kernel related pieces:  Sid/Unstable:: 2.6.29 supports alpha, amd64, armel, hppa, ia64, i386, mips, mipsel, powerpc, s390<<BR>> 2.6.26 supports m68k, sparc
 Squeeze/Testing:: 2.6.26 unsupported
Line 10: Line 9:
 * [initrd-tools]
 * [kernel-package]
See some more details at : http://packages.qa.debian.org/l/linux-2.6.html
## or http://packages.debian.org/unstable/linux-image-2.6
Line 13: Line 12:
Kernel team members: <<Anchor(snapshots)>>
== Snapshots ==
Line 15: Line 15:
 * alpha:
 * arm:
 * hppa:
 * i386:
 * ia64:
 * m68k:
 * mips:
 * mipsel:
 * ppc:
 * s390:
 * sparc:
 * amd64:
 * initrd-tools: Jeff Bailey
 Latest from /dists/trunk (targeted for experimental/sid):: {{{deb http://kernel-archive.buildserver.net/debian-kernel trunk main}}}
 Latest from /dists/sid (targeted for sid):: {{{deb http://kernel-archive.buildserver.net/debian-kernel sid main}}}
 Latest from /dists/lenny-security (targeted for security/lenny):: {{{deb http://kernel-archive.buildserver.net/debian-kernel lenny-security main}}}
 Latest from /dists/lenny (targeted for lenny):: {{{deb http://kernel-archive.buildserver.net/debian-kernel lenny main}}}
 Latest from /dists/etch-security (targeted for security/etch):: {{{deb http://kernel-archive.buildserver.net/debian-kernel etch-security main}}}
 Latest from /dists/etch (targeted for etch):: {{{deb http://kernel-archive.buildserver.net/debian-kernel etch main}}}

[[http://stats.buildserver.net/packages/status.php?email=debian-kernel&packages=&arches=&subdist=kernel-dists|Status]],
[[http://kernel-archive.buildserver.net/key|Key]]

=== Add Snapshots key ===

{{{
wget -q -O - http://kernel-archive.buildserver.net/key-2009 | apt-key add -
}}}


<<Anchor(devel)>>
= Development =

== Mailing List ==

 * For general questions on the packaged Linux kernel:b <<MailTo(debian-kernel@lists.debian.org)>>

 * [[http://lists.debian.org/debian-kernel/|debian-kernel Mailinglist archive]].

 * [[http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes|Kernel svn changes]]

== IRC Channel ==

#debian-kernel on irc.debian.org

== Subversion repository ==

 * [[http://svn.debian.org/wsvn/kernel|SVN web interface]]

 * SVN checkout (anonymous):
{{{
svn co svn://svn.debian.org/kernel/dists/trunk
}}}

 * Developer SVN access:
{{{
svn+ssh://<user>@svn.debian.org/svn/kernel/dists/trunk
}}}

<<Anchor(bugs)>>
== Bug Tracking ==

 * Spoiler warnings, huge list: [[http://bugs.debian.org/src:linux-2.6|linux-2.6 bugs]]

 * Older kernel bugs [[http://bugs.debian.org/src:kernel|kernel bugs]]

 * Debian kernel related [[http://ftp.es.debian.org/~ender/kernel_bugs/|bug graphs]]

<<Anchor(docs)>>
== Docs ==

 * [[EtchAndAHalf]]: a newer kernel for etch
 * DebianKernelVersion: latest build status
 * DebianKernelPatchAcceptanceGuidelines
 * DebianKernelReportingBugs
 * InitramfsDebug: How to debug initramfs boot errors
 * DebianKernelTree: Overview of kernel-tree/kernel-patch-debian packages
 * DebianKernelSource
 * http://kernel-handbook.alioth.debian.org/ - lots of useful information
 * HowToRebuildAnOfficialDebianKernelPackage, DebianKernelCustomCompilation - how to build a linux image from official sources with some modifications
 * [[DebianKernelABIChanges]]
 * KernelFirmwareLicensing
 * [[DebianKernelBTSUserTags]]
 * DebianKernelSargeUpdateStatus
 * DebianKernelSecurity
 * http://www.vergenet.net/linux/debian_kernel/
 * See DebianKernelDebconf5 for preparation notes

<<Anchor(team)>>
= Kernel team members =

== Security Support ==

  * Dann Frazier
  * Moritz Muehlenhoff

== Ports ==

 alpha:: NorbertTretkowski, SteveLangasek
 amd64:: Maximilian Attems, Ben Hutchings, Frederik Schueler
 arm:: Martin Michlmayr
 hppa:: Matthew Wilcox, KyleMcMartin
 i386:: Maximilian Attems, Ben Hutchings
 ia64:: Matthew Wilcox, Dann Frazier
 m68k:: Christian T. Steigies
 mips:: Martin Michlmayr
 mipsel:: Martin Michlmayr
 powerpc::
 s390:: BastianBlank
 sparc::

== Tools ==

 firmware-nonfree:: Bastian Blank, Ben Hutchings
 initramfs-tools:: Maximilian Attems
 linux-modules-extra-2.6:: Bastian Blank, Daniel Baumann
 linux-modules-contrib-2.6:: Daniel Baumann
 linux-modules-nonfree-2.6:: Daniel Baumann
 mkvmlinuz::
 module-init-tools:: Marco d'Itri
 udev:: Marco d'Itri
 yaird:: Jonas Smedegaard
 
== Former kernel team members ==

 * Christoph Hellwig
 * Simon Horman
 * Joshua Kwan
 * Sven Luther
 * Jens Schmalzing (deceased)
 * Jurij Smakov
 * Thiemo Seufer (deceased)

See also :
 * [[Kernel]] page - in general about the Linux Kernel.
 * Kernel [[KernelFAQ|FAQ]].

Architecture Status

Sid/Unstable

2.6.29 supports alpha, amd64, armel, hppa, ia64, i386, mips, mipsel, powerpc, s390
2.6.26 supports m68k, sparc

Squeeze/Testing
2.6.26 unsupported

See some more details at : http://packages.qa.debian.org/l/linux-2.6.html

Snapshots

Latest from /dists/trunk (targeted for experimental/sid)

deb http://kernel-archive.buildserver.net/debian-kernel trunk main

Latest from /dists/sid (targeted for sid)

deb http://kernel-archive.buildserver.net/debian-kernel sid main

Latest from /dists/lenny-security (targeted for security/lenny)

deb http://kernel-archive.buildserver.net/debian-kernel lenny-security main

Latest from /dists/lenny (targeted for lenny)

deb http://kernel-archive.buildserver.net/debian-kernel lenny main

Latest from /dists/etch-security (targeted for security/etch)

deb http://kernel-archive.buildserver.net/debian-kernel etch-security main

Latest from /dists/etch (targeted for etch)

deb http://kernel-archive.buildserver.net/debian-kernel etch main

Status, Key

Add Snapshots key

wget -q -O - http://kernel-archive.buildserver.net/key-2009 | apt-key add -

Development

Mailing List

IRC Channel

#debian-kernel on irc.debian.org

Subversion repository

svn co svn://svn.debian.org/kernel/dists/trunk
  • Developer SVN access:

svn+ssh://<user>@svn.debian.org/svn/kernel/dists/trunk

Bug Tracking

Docs

Kernel team members

Security Support

  • Dann Frazier
  • Moritz Muehlenhoff

Ports

alpha

NorbertTretkowski, ?SteveLangasek

amd64
Maximilian Attems, Ben Hutchings, Frederik Schueler
arm
Martin Michlmayr
hppa

Matthew Wilcox, ?KyleMcMartin

i386
Maximilian Attems, Ben Hutchings
ia64
Matthew Wilcox, Dann Frazier
m68k
Christian T. Steigies
mips
Martin Michlmayr
mipsel
Martin Michlmayr
powerpc
s390

BastianBlank

sparc

Tools

firmware-nonfree
Bastian Blank, Ben Hutchings
initramfs-tools
Maximilian Attems
linux-modules-extra-2.6
Bastian Blank, Daniel Baumann
linux-modules-contrib-2.6
Daniel Baumann
linux-modules-nonfree-2.6
Daniel Baumann
mkvmlinuz
module-init-tools
Marco d'Itri
udev
Marco d'Itri
yaird
Jonas Smedegaard

Former kernel team members

  • Christoph Hellwig
  • Simon Horman
  • Joshua Kwan
  • Sven Luther
  • Jens Schmalzing (deceased)
  • Jurij Smakov
  • Thiemo Seufer (deceased)

See also :

  • Kernel page - in general about the Linux Kernel.

  • Kernel FAQ.