Differences between revisions 104 and 272 (spanning 168 versions)
Revision 104 as of 2006-05-05 20:10:50
Size: 2592
Comment: Fixed location.
Revision 272 as of 2019-08-16 23:09:16
Size: 2564
Editor: nodiscc
Comment: add CategorySystemAdministration
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Architecture Status = #language en
Line 3: Line 3:
 sid/unstable:: 2.6.16-1 supports amd64, alpha, arm, hppa, ia64, i386, mips, mipsel, ppc, sparc64, sparc32
 etch/testing:: 2.6.15-1 supports amd64, alpha, arm, hppa, ia64, i386, m68k, mips, mipsel, ppc, sparc64
<<Anchor(status)>>
= Package Status =
Line 6: Line 6:
== Snapshots == See [[DebianPts:linux]] at the Debian Package Tracking System (QA).
Line 8: Line 8:
 Latest from /dists/sid (targeted for sid):: {{{deb http://kernel-archive.buildserver.net/debian-kernel sid main}}}
 Latest from /dists/trunk (targeted for experimental/sid):: {{{deb http://kernel-archive.buildserver.net/debian-kernel trunk main}}}

= IRC Channel =

#debian-kernel on irc.oftc.net
<<Anchor(devel)>>
Line 17: Line 11:
== Subversion repository == == Mailing List ==
Line 19: Line 13:
[http://svn.debian.org/wsvn/kernel SVN web interface]  * For general questions on the packaged Linux kernel: <<MailTo(debian-kernel@lists.debian.org)>>
Line 21: Line 15:
SVN checkout (anonymous):  * [[https://lists.debian.org/debian-kernel/|debian-kernel Mailinglist archive]].

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

== IRC Channel ==

 * [[irc://irc.debian.org/debian-kernel|#debian-kernel]] on irc.debian.org

== Git repository ==

 * Git web interface: [[https://salsa.debian.org/kernel-team/linux.git]]

 * Git checkout (anonymous):
Line 23: Line 29:
 svn co svn://svn.debian.org/kernel/dists/trunk git clone https://salsa.debian.org/kernel-team/linux.git
Line 26: Line 32:
Developer SVN access:  * Developer access:
Line 28: Line 34:
 svn+ssh://<user>@svn.debian.org/svn/kernel/dists/trunk git clone git@salsa.debian.org:kernel-team/linux.git
Line 31: Line 37:
= Docs = <<Anchor(bugs)>>
== Bug Tracking ==
Line 33: Line 40:
 * DebianKernelVersion: latest build status
 * DebianKernelTree: Overview of kernel-tree/kernel-patch-debian packages
 * DebianKernelSource
 * Spoiler warnings, huge list: [[DebianBug:src:linux|linux bugs]]

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

 * https://kernel-team.pages.debian.net/kernel-handbook/ - lots of useful information
Line 37: Line 47:
 * DebianKernelReportingBugs
 * DebianKernel/GitBisect
 * InitramfsDebug: How to debug initramfs boot errors
 * HowToRebuildAnOfficialDebianKernelPackage - how to build a linux image from official sources with some modifications
 * HowToCrossBuildAnOfficialDebianKernelPackage - how to cross build official kernel image for embedded platform
 * [[DebianKernelABIChanges]]
Line 38: Line 54:
 * ["DebianKernelBTSUserTags"]
 * DebianKernelSargeUpdateStatus
 * [[DebianKernelBTSUserTags]]
Line 43: Line 58:
 * [[DebianKernelOutOfTreeModuleBuilding]]
 * [[/UserspaceTools|Userspace tools for controlling Linux kernel features]]
Line 44: Line 61:
Debian BTS overview of [http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=linux-2.6 linux-2.6 bugs].
There is also an quick overview of important bugreports against the sarge released kernel* images:
http://bts.turmzimmer.net/kernel.php

== Other Kernel related pieces ==

 * ["kernel-package"] DebianPackages:kernel-package
 * ["initramfs-tools"] DebianPackages:initramfs-tools
 * ["yaird"] DebianPackages:yaird
 * ["initrd-tools"] DebianPackages:initrd-tools
<<Anchor(team)>>
Line 57: Line 64:
== Ports ==

 alpha:: NorbertTretkowski
 arm:: Martin Michlmayr
 hppa:: Matthew Wilcox, Thibaut Varene (2.4), KyleMcMartin (2.6)
 i386:: Maximilian Attems, Andres Salomon, Simon Horman
 ia64:: Matthew Wilcox, dann frazier
 m68k:: Christian T. Steigies
 mips:: Thiemo Seufer, Martin Michlmayr
 mipsel:: Thiemo Seufer, Martin Michlmayr
 powerpc:: Sven Luther
 s390:: BastianBlank
 sparc:: Joshua Kwan, Ben Collins, Jurij Smakov
 amd64:: Goswin von Brederlow, Frederik Schueler

== Tools ==

 initramfs-tools:: Jeff Bailey, Maximilian Attems
 initrd-tools:: (fading out team Maintained for small fixes)
 cramfs:: Francesco P. Lovergine
See the [[https://salsa.debian.org/kernel-team/kernel-team/raw/master/MAINTAINERS.Debian|kernel team repository]].
 
Line 80: Line 68:
 * Daniel Baumann
 * Christoph Hellwig
 * Simon Horman
 * Joshua Kwan
 * [[SteveLangasek|Steve Langasek]]
 * Sven Luther
 * Andres Salomon
Line 81: Line 76:
 * Thiemo Seufer (deceased)
 * Jurij Smakov
 * [[NorbertTretkowski|Norbert Tretkowski]]
 * Matthew Wilcox
 * Kyle !McMartin
 * Martin Michlmayr
 * Frederik Schueler
Line 82: Line 84:
See also :
 * [[Kernel]] page - in general about kernels supported in Debian, such as Linux, TheHurd and kFreeBSD.
 * Kernel [[KernelFAQ|FAQ]].
Line 83: Line 88:
There's also a ["Kernel"] page - in general about the Linux Kernel and other OS kernels. ----

CategorySystemAdministration

Package Status

See linux at the Debian Package Tracking System (QA).

Development

Mailing List

IRC Channel

Git repository

git clone https://salsa.debian.org/kernel-team/linux.git
  • Developer access:

git clone git@salsa.debian.org:kernel-team/linux.git

Bug Tracking

Docs

Kernel team members

See the kernel team repository.

Former kernel team members

  • Daniel Baumann
  • Christoph Hellwig
  • Simon Horman
  • Joshua Kwan
  • ?Steve Langasek

  • Sven Luther
  • Andres Salomon
  • Jens Schmalzing (deceased)
  • Thiemo Seufer (deceased)
  • Jurij Smakov
  • Norbert Tretkowski

  • Matthew Wilcox
  • Kyle McMartin

  • Martin Michlmayr
  • Frederik Schueler

See also :

  • Kernel page - in general about kernels supported in Debian, such as Linux, TheHurd and kFreeBSD.

  • Kernel FAQ.


CategorySystemAdministration