ExtendedStable

Differences between revisions 4 and 5
Revision 4 as of 2012-03-07 17:26:28
Size: 1127
Editor: 201
Comment:
Revision 5 as of 2012-03-07 17:50:44
Size: 1162
Editor: 201
Comment: Use non-breaking hyphen on table
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
|| '''linux-<version>.y''' || stable tree for linux <version> release, final patches releases go to this ||
|| '''linux-<version>.y-review''' || last release of stable tree for <version> release, with patches on top to be considered and reviewed for next stable release for <version> series ||
|| '''linux-<version>.y-queue''' || last release of stable tree for <version> release, with patches on top already reviewed and ready to go, that will be released with next <version> stable update ||
|| '''linux&#x2011;<version>.y''' || stable tree for linux <version> release, final patches releases go to this ||
|| '''linux&#x2011;<version>.y&#x2011;review''' || last release of stable tree for <version> release, with patches on top to be considered and reviewed for next stable release for <version> series ||
|| '''linux&#x2011;<version>.y&#x2011;queue''' || last release of stable tree for <version> release, with patches on top already reviewed and ready to go, that will be released with next <version> stable update ||

Stable Kernel Updates

The Ubuntu Kernel Team provides a git repo available to the greater Linux community which provides stable patches for certain versions of the Linux kernel.

Repository

The repository is available at git://kernel.ubuntu.com/<location> (TODO: location to be defined, may be stable/linux-stable.git?), and has the following branches:

master

tracks the Linus master tree

linux‑<version>.y

stable tree for linux <version> release, final patches releases go to this

linux‑<version>.y‑review

last release of stable tree for <version> release, with patches on top to be considered and reviewed for next stable release for <version> series

linux‑<version>.y‑queue

last release of stable tree for <version> release, with patches on top already reviewed and ready to go, that will be released with next <version> stable update

Builds

We will be hooking the stable tree up with our automated build and testing infrastructure. The built binaries will be available for download and installation.

Kernel/Dev/ExtendedStable (last edited 2016-07-13 18:58:46 by kamalmostafa)