]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.19/0034-docs-update-HOWTO-for-2.6.x-3.x-versioning.patch
linux-ti33x-psp 3.2: update to 3.2.21, add libertas fixes
[glsdk/meta-ti-glsdk.git] / recipes-kernel / linux / linux-ti33x-psp-3.2 / 3.2.19 / 0034-docs-update-HOWTO-for-2.6.x-3.x-versioning.patch
1 From d2c7de1fefbc917e3731bf69e18b553b3c7a165f Mon Sep 17 00:00:00 2001
2 From: Kees Cook <keescook@chromium.org>
3 Date: Wed, 18 Apr 2012 23:16:45 -0700
4 Subject: [PATCH 034/117] docs: update HOWTO for 2.6.x -> 3.x versioning
6 commit 591bfc6bf9e5e25e464fd4c87d64afd5135667c4 upstream.
8 The HOWTO document needed updating for the new kernel versioning. The
9 git URI for -next was updated as well.
11 Signed-off-by: Kees Cook <keescook@chromium.org>
12 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13 Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
14 ---
15  Documentation/HOWTO |   32 ++++++++++++++++----------------
16  1 file changed, 16 insertions(+), 16 deletions(-)
18 diff --git a/Documentation/HOWTO b/Documentation/HOWTO
19 index f7ade3b..59c080f 100644
20 --- a/Documentation/HOWTO
21 +++ b/Documentation/HOWTO
22 @@ -218,16 +218,16 @@ The development process
23  Linux kernel development process currently consists of a few different
24  main kernel "branches" and lots of different subsystem-specific kernel
25  branches.  These different branches are:
26 -  - main 2.6.x kernel tree
27 -  - 2.6.x.y -stable kernel tree
28 -  - 2.6.x -git kernel patches
29 +  - main 3.x kernel tree
30 +  - 3.x.y -stable kernel tree
31 +  - 3.x -git kernel patches
32    - subsystem specific kernel trees and patches
33 -  - the 2.6.x -next kernel tree for integration tests
34 +  - the 3.x -next kernel tree for integration tests
35  
36 -2.6.x kernel tree
37 +3.x kernel tree
38  -----------------
39 -2.6.x kernels are maintained by Linus Torvalds, and can be found on
40 -kernel.org in the pub/linux/kernel/v2.6/ directory.  Its development
41 +3.x kernels are maintained by Linus Torvalds, and can be found on
42 +kernel.org in the pub/linux/kernel/v3.x/ directory.  Its development
43  process is as follows:
44    - As soon as a new kernel is released a two weeks window is open,
45      during this period of time maintainers can submit big diffs to
46 @@ -262,20 +262,20 @@ mailing list about kernel releases:
47         released according to perceived bug status, not according to a
48         preconceived timeline."
49  
50 -2.6.x.y -stable kernel tree
51 +3.x.y -stable kernel tree
52  ---------------------------
53 -Kernels with 4-part versions are -stable kernels. They contain
54 +Kernels with 3-part versions are -stable kernels. They contain
55  relatively small and critical fixes for security problems or significant
56 -regressions discovered in a given 2.6.x kernel.
57 +regressions discovered in a given 3.x kernel.
58  
59  This is the recommended branch for users who want the most recent stable
60  kernel and are not interested in helping test development/experimental
61  versions.
62  
63 -If no 2.6.x.y kernel is available, then the highest numbered 2.6.x
64 +If no 3.x.y kernel is available, then the highest numbered 3.x
65  kernel is the current stable kernel.
66  
67 -2.6.x.y are maintained by the "stable" team <stable@vger.kernel.org>, and
68 +3.x.y are maintained by the "stable" team <stable@vger.kernel.org>, and
69  are released as needs dictate.  The normal release period is approximately
70  two weeks, but it can be longer if there are no pressing problems.  A
71  security-related problem, instead, can cause a release to happen almost
72 @@ -285,7 +285,7 @@ The file Documentation/stable_kernel_rules.txt in the kernel tree
73  documents what kinds of changes are acceptable for the -stable tree, and
74  how the release process works.
75  
76 -2.6.x -git patches
77 +3.x -git patches
78  ------------------
79  These are daily snapshots of Linus' kernel tree which are managed in a
80  git repository (hence the name.) These patches are usually released
81 @@ -317,13 +317,13 @@ revisions to it, and maintainers can mark patches as under review,
82  accepted, or rejected.  Most of these patchwork sites are listed at
83  http://patchwork.kernel.org/.
84  
85 -2.6.x -next kernel tree for integration tests
86 +3.x -next kernel tree for integration tests
87  ---------------------------------------------
88 -Before updates from subsystem trees are merged into the mainline 2.6.x
89 +Before updates from subsystem trees are merged into the mainline 3.x
90  tree, they need to be integration-tested.  For this purpose, a special
91  testing repository exists into which virtually all subsystem trees are
92  pulled on an almost daily basis:
93 -       http://git.kernel.org/?p=linux/kernel/git/sfr/linux-next.git
94 +       http://git.kernel.org/?p=linux/kernel/git/next/linux-next.git
95         http://linux.f-seidel.de/linux-next/pmwiki/
96  
97  This way, the -next kernel gives a summary outlook onto what will be
98 -- 
99 1.7.9.5