Git different Linux release notes

Source: Internet
Author: User
Tags eol git clone

After making sure that you have Git installed, we can download the Linux kernel from git, and then we'll start by talking about the Linux version classification.

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

For example, there are three versions, namely: Mainline, stable, longterm.
    1. Mainline is the mainline version, a version that is currently being developed, and the current mainline version 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 older versions stop maintenance and are marked as EOL (End of Life) version represents a version that is no longer supported. As you can see from above, the current version of stable is: 3.14.4
    3. longterm is a long-term support version, is still in the long-term support version of the five version 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 versions of the corresponding GIT address is not the same, you can point to each version behind the Cgit connection, before the previous point of the index above, you can see at the bottom of the Git clone address, such as the following 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

Then run: Git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git can be downloaded to the mainline branch of the code, the other version of the same, no longer explain.

Reference:

    • 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

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.