Git different Linux version number description

Source: Internet
Author: User
Tags eol

After making sure you've installed Git, we'll be able to download Linux kernel through git, so let's start by saying the Linux version number classification.

On the Linux Kernel official website (https://www.kernel.org/), we often see the following version number classifications, for example:

For example, there are three version numbers, respectively: mainline, stable, longterm.
    1. Mainline is the mainline version number, which is a version number being developed at the moment, and the main version number is 3.15-RC5.
    2. stable is a stable version, released by Mainline when the time is ripe, the stable version will also provide bug fixes and security patches on the main line of the corresponding version number, but the kernel community has limited manpower, so the older version number will cease maintenance and be marked as EOL (End of life) is a version number that is no longer supported. It can be seen from the above that the stable version number is: 3.14.4
    3. longterm is a long-term support version, is still in the long-term support version of the five version number of the kernel, respectively, 3.12.19 3.10.40 3.4.90 3.2.58 2.6.32, long-term support version of the kernel wait for no longer support, will also Mark eol .

At the same time different version number corresponding Git address is not the same, you can point to each version number after the Cgit connection, before the previous point of the index above, you can see the following Git clone address, as below is the address of mainline:

Clone
Git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
Https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
Https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux.git

At this point, the execution: Git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git can download to the mainline branch of the code, the other version number of the same, no longer explain.

References:

    • Http://en.wikipedia.org/wiki/Linux_kernel#Version_numbering
    • https://lkml.org/lkml/2013/11/3/160
    • http://lxr.linux.no/
    • https://kernel.org/
    • http://blog.csdn.net/hazir/article/details/15808959

Git different Linux version number description

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.