GeneralVersionToMainline

Differences between revisions 1 and 6 (spanning 5 versions)
Revision 1 as of 2010-07-01 19:12:02
Size: 481
Editor: 85-210-153-201
Comment:
Revision 6 as of 2014-12-15 17:04:59
Size: 301
Editor: g2p
Comment: the kernel version map has moved
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Given a kernel version and ABI number how do we find the release it is from? == == Given an Ubuntu kernel package version how do we find the exact mainline release it is based on? ==
Line 3: Line 3:
Given just the kernel version and ABI number you should be able to find the exact release the kernel was from. For example the 2.6.32-20 kernel is a v2.6.32 based kernel and is in the range 0-99. This will be recorded as the 2.6.32-0 kernel series in the [[Kernel/Dev/TopicBranches]] mapping tables (see ''Current Branches''). Once you have the release and branch you can obtain the source. The exact upstream mainline tag from which the Ubuntu kernels were forked can be found in the [[http://people.canonical.com/~kernel/info/kernel-version-map.html|mainline kernel mapping]] table.

Given an Ubuntu kernel package version how do we find the exact mainline release it is based on?

The exact upstream mainline tag from which the Ubuntu kernels were forked can be found in the mainline kernel mapping table.

Kernel/FAQ/GeneralVersionToMainline (last edited 2014-12-15 17:04:59 by g2p)