* [PATCH] docs: update HOWTO for 2.6.x -> 3.x versioning
@ 2012-04-19 6:16 Kees Cook
2012-04-28 17:40 ` Randy Dunlap
2012-04-28 23:22 ` Jesper Juhl
0 siblings, 2 replies; 5+ messages in thread
From: Kees Cook @ 2012-04-19 6:16 UTC (permalink / raw)
To: linux-kernel; +Cc: Greg Kroah-Hartman, Randy Dunlap, linux-doc
The HOWTO document needed updating for the new kernel versioning. The
git URI for -next was updated as well.
Signed-off-by: Kees Cook <keescook@chromium.org>
---
Documentation/HOWTO | 32 ++++++++++++++++----------------
1 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/Documentation/HOWTO b/Documentation/HOWTO
index f7ade3b..59c080f 100644
--- a/Documentation/HOWTO
+++ b/Documentation/HOWTO
@@ -218,16 +218,16 @@ The development process
Linux kernel development process currently consists of a few different
main kernel "branches" and lots of different subsystem-specific kernel
branches. These different branches are:
- - main 2.6.x kernel tree
- - 2.6.x.y -stable kernel tree
- - 2.6.x -git kernel patches
+ - main 3.x kernel tree
+ - 3.x.y -stable kernel tree
+ - 3.x -git kernel patches
- subsystem specific kernel trees and patches
- - the 2.6.x -next kernel tree for integration tests
+ - the 3.x -next kernel tree for integration tests
-2.6.x kernel tree
+3.x kernel tree
-----------------
-2.6.x kernels are maintained by Linus Torvalds, and can be found on
-kernel.org in the pub/linux/kernel/v2.6/ directory. Its development
+3.x kernels are maintained by Linus Torvalds, and can be found on
+kernel.org in the pub/linux/kernel/v3.x/ directory. Its development
process is as follows:
- As soon as a new kernel is released a two weeks window is open,
during this period of time maintainers can submit big diffs to
@@ -262,20 +262,20 @@ mailing list about kernel releases:
released according to perceived bug status, not according to a
preconceived timeline."
-2.6.x.y -stable kernel tree
+3.x.y -stable kernel tree
---------------------------
-Kernels with 4-part versions are -stable kernels. They contain
+Kernels with 3-part versions are -stable kernels. They contain
relatively small and critical fixes for security problems or significant
-regressions discovered in a given 2.6.x kernel.
+regressions discovered in a given 3.x kernel.
This is the recommended branch for users who want the most recent stable
kernel and are not interested in helping test development/experimental
versions.
-If no 2.6.x.y kernel is available, then the highest numbered 2.6.x
+If no 3.x.y kernel is available, then the highest numbered 3.x
kernel is the current stable kernel.
-2.6.x.y are maintained by the "stable" team <stable@vger.kernel.org>, and
+3.x.y are maintained by the "stable" team <stable@vger.kernel.org>, and
are released as needs dictate. The normal release period is approximately
two weeks, but it can be longer if there are no pressing problems. A
security-related problem, instead, can cause a release to happen almost
@@ -285,7 +285,7 @@ The file Documentation/stable_kernel_rules.txt in the kernel tree
documents what kinds of changes are acceptable for the -stable tree, and
how the release process works.
-2.6.x -git patches
+3.x -git patches
------------------
These are daily snapshots of Linus' kernel tree which are managed in a
git repository (hence the name.) These patches are usually released
@@ -317,13 +317,13 @@ revisions to it, and maintainers can mark patches as under review,
accepted, or rejected. Most of these patchwork sites are listed at
http://patchwork.kernel.org/.
-2.6.x -next kernel tree for integration tests
+3.x -next kernel tree for integration tests
---------------------------------------------
-Before updates from subsystem trees are merged into the mainline 2.6.x
+Before updates from subsystem trees are merged into the mainline 3.x
tree, they need to be integration-tested. For this purpose, a special
testing repository exists into which virtually all subsystem trees are
pulled on an almost daily basis:
- http://git.kernel.org/?p=linux/kernel/git/sfr/linux-next.git
+ http://git.kernel.org/?p=linux/kernel/git/next/linux-next.git
http://linux.f-seidel.de/linux-next/pmwiki/
This way, the -next kernel gives a summary outlook onto what will be
--
1.7.0.4
--
Kees Cook
Chrome OS Security
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] docs: update HOWTO for 2.6.x -> 3.x versioning
2012-04-19 6:16 [PATCH] docs: update HOWTO for 2.6.x -> 3.x versioning Kees Cook
@ 2012-04-28 17:40 ` Randy Dunlap
2012-04-29 1:16 ` Rob Landley
2012-04-28 23:22 ` Jesper Juhl
1 sibling, 1 reply; 5+ messages in thread
From: Randy Dunlap @ 2012-04-28 17:40 UTC (permalink / raw)
To: Kees Cook; +Cc: linux-kernel, Greg Kroah-Hartman, linux-doc, Rob Landley
On 04/18/2012 11:16 PM, Kees Cook wrote:
> The HOWTO document needed updating for the new kernel versioning. The
> git URI for -next was updated as well.
>
> Signed-off-by: Kees Cook <keescook@chromium.org>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Greg or Rob can merge...
Thanks.
> ---
> Documentation/HOWTO | 32 ++++++++++++++++----------------
> 1 files changed, 16 insertions(+), 16 deletions(-)
>
> diff --git a/Documentation/HOWTO b/Documentation/HOWTO
> index f7ade3b..59c080f 100644
> --- a/Documentation/HOWTO
> +++ b/Documentation/HOWTO
> @@ -218,16 +218,16 @@ The development process
> Linux kernel development process currently consists of a few different
> main kernel "branches" and lots of different subsystem-specific kernel
> branches. These different branches are:
> - - main 2.6.x kernel tree
> - - 2.6.x.y -stable kernel tree
> - - 2.6.x -git kernel patches
> + - main 3.x kernel tree
> + - 3.x.y -stable kernel tree
> + - 3.x -git kernel patches
> - subsystem specific kernel trees and patches
> - - the 2.6.x -next kernel tree for integration tests
> + - the 3.x -next kernel tree for integration tests
>
> -2.6.x kernel tree
> +3.x kernel tree
> -----------------
> -2.6.x kernels are maintained by Linus Torvalds, and can be found on
> -kernel.org in the pub/linux/kernel/v2.6/ directory. Its development
> +3.x kernels are maintained by Linus Torvalds, and can be found on
> +kernel.org in the pub/linux/kernel/v3.x/ directory. Its development
> process is as follows:
> - As soon as a new kernel is released a two weeks window is open,
> during this period of time maintainers can submit big diffs to
> @@ -262,20 +262,20 @@ mailing list about kernel releases:
> released according to perceived bug status, not according to a
> preconceived timeline."
>
> -2.6.x.y -stable kernel tree
> +3.x.y -stable kernel tree
> ---------------------------
> -Kernels with 4-part versions are -stable kernels. They contain
> +Kernels with 3-part versions are -stable kernels. They contain
> relatively small and critical fixes for security problems or significant
> -regressions discovered in a given 2.6.x kernel.
> +regressions discovered in a given 3.x kernel.
>
> This is the recommended branch for users who want the most recent stable
> kernel and are not interested in helping test development/experimental
> versions.
>
> -If no 2.6.x.y kernel is available, then the highest numbered 2.6.x
> +If no 3.x.y kernel is available, then the highest numbered 3.x
> kernel is the current stable kernel.
>
> -2.6.x.y are maintained by the "stable" team <stable@vger.kernel.org>, and
> +3.x.y are maintained by the "stable" team <stable@vger.kernel.org>, and
> are released as needs dictate. The normal release period is approximately
> two weeks, but it can be longer if there are no pressing problems. A
> security-related problem, instead, can cause a release to happen almost
> @@ -285,7 +285,7 @@ The file Documentation/stable_kernel_rules.txt in the kernel tree
> documents what kinds of changes are acceptable for the -stable tree, and
> how the release process works.
>
> -2.6.x -git patches
> +3.x -git patches
> ------------------
> These are daily snapshots of Linus' kernel tree which are managed in a
> git repository (hence the name.) These patches are usually released
> @@ -317,13 +317,13 @@ revisions to it, and maintainers can mark patches as under review,
> accepted, or rejected. Most of these patchwork sites are listed at
> http://patchwork.kernel.org/.
>
> -2.6.x -next kernel tree for integration tests
> +3.x -next kernel tree for integration tests
> ---------------------------------------------
> -Before updates from subsystem trees are merged into the mainline 2.6.x
> +Before updates from subsystem trees are merged into the mainline 3.x
> tree, they need to be integration-tested. For this purpose, a special
> testing repository exists into which virtually all subsystem trees are
> pulled on an almost daily basis:
> - http://git.kernel.org/?p=linux/kernel/git/sfr/linux-next.git
> + http://git.kernel.org/?p=linux/kernel/git/next/linux-next.git
> http://linux.f-seidel.de/linux-next/pmwiki/
>
> This way, the -next kernel gives a summary outlook onto what will be
--
~Randy
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] docs: update HOWTO for 2.6.x -> 3.x versioning
2012-04-19 6:16 [PATCH] docs: update HOWTO for 2.6.x -> 3.x versioning Kees Cook
2012-04-28 17:40 ` Randy Dunlap
@ 2012-04-28 23:22 ` Jesper Juhl
1 sibling, 0 replies; 5+ messages in thread
From: Jesper Juhl @ 2012-04-28 23:22 UTC (permalink / raw)
To: Kees Cook; +Cc: linux-kernel, Greg Kroah-Hartman, Randy Dunlap, linux-doc
On Wed, 18 Apr 2012, Kees Cook wrote:
> The HOWTO document needed updating for the new kernel versioning. The
> git URI for -next was updated as well.
>
> Signed-off-by: Kees Cook <keescook@chromium.org>
> ---
> Documentation/HOWTO | 32 ++++++++++++++++----------------
> 1 files changed, 16 insertions(+), 16 deletions(-)
>
> diff --git a/Documentation/HOWTO b/Documentation/HOWTO
> index f7ade3b..59c080f 100644
> --- a/Documentation/HOWTO
> +++ b/Documentation/HOWTO
> @@ -218,16 +218,16 @@ The development process
> Linux kernel development process currently consists of a few different
> main kernel "branches" and lots of different subsystem-specific kernel
> branches. These different branches are:
> - - main 2.6.x kernel tree
> - - 2.6.x.y -stable kernel tree
> - - 2.6.x -git kernel patches
> + - main 3.x kernel tree
> + - 3.x.y -stable kernel tree
> + - 3.x -git kernel patches
> - subsystem specific kernel trees and patches
> - - the 2.6.x -next kernel tree for integration tests
> + - the 3.x -next kernel tree for integration tests
>
> -2.6.x kernel tree
> +3.x kernel tree
> -----------------
> -2.6.x kernels are maintained by Linus Torvalds, and can be found on
> -kernel.org in the pub/linux/kernel/v2.6/ directory. Its development
> +3.x kernels are maintained by Linus Torvalds, and can be found on
> +kernel.org in the pub/linux/kernel/v3.x/ directory. Its development
> process is as follows:
> - As soon as a new kernel is released a two weeks window is open,
> during this period of time maintainers can submit big diffs to
> @@ -262,20 +262,20 @@ mailing list about kernel releases:
> released according to perceived bug status, not according to a
> preconceived timeline."
>
> -2.6.x.y -stable kernel tree
> +3.x.y -stable kernel tree
> ---------------------------
> -Kernels with 4-part versions are -stable kernels. They contain
> +Kernels with 3-part versions are -stable kernels. They contain
> relatively small and critical fixes for security problems or significant
> -regressions discovered in a given 2.6.x kernel.
> +regressions discovered in a given 3.x kernel.
>
> This is the recommended branch for users who want the most recent stable
> kernel and are not interested in helping test development/experimental
> versions.
>
> -If no 2.6.x.y kernel is available, then the highest numbered 2.6.x
> +If no 3.x.y kernel is available, then the highest numbered 3.x
> kernel is the current stable kernel.
>
> -2.6.x.y are maintained by the "stable" team <stable@vger.kernel.org>, and
> +3.x.y are maintained by the "stable" team <stable@vger.kernel.org>, and
> are released as needs dictate. The normal release period is approximately
> two weeks, but it can be longer if there are no pressing problems. A
> security-related problem, instead, can cause a release to happen almost
> @@ -285,7 +285,7 @@ The file Documentation/stable_kernel_rules.txt in the kernel tree
> documents what kinds of changes are acceptable for the -stable tree, and
> how the release process works.
>
> -2.6.x -git patches
> +3.x -git patches
> ------------------
> These are daily snapshots of Linus' kernel tree which are managed in a
> git repository (hence the name.) These patches are usually released
> @@ -317,13 +317,13 @@ revisions to it, and maintainers can mark patches as under review,
> accepted, or rejected. Most of these patchwork sites are listed at
> http://patchwork.kernel.org/.
>
> -2.6.x -next kernel tree for integration tests
> +3.x -next kernel tree for integration tests
> ---------------------------------------------
> -Before updates from subsystem trees are merged into the mainline 2.6.x
> +Before updates from subsystem trees are merged into the mainline 3.x
> tree, they need to be integration-tested. For this purpose, a special
> testing repository exists into which virtually all subsystem trees are
> pulled on an almost daily basis:
> - http://git.kernel.org/?p=linux/kernel/git/sfr/linux-next.git
> + http://git.kernel.org/?p=linux/kernel/git/next/linux-next.git
> http://linux.f-seidel.de/linux-next/pmwiki/
>
> This way, the -next kernel gives a summary outlook onto what will be
>
Looks good to me.
For what it's worth:
Acked-by: Jesper Juhl <jj@chaosbits.net>
--
Jesper Juhl <jj@chaosbits.net> http://www.chaosbits.net/
Don't top-post http://www.catb.org/jargon/html/T/top-post.html
Plain text mails only, please.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] docs: update HOWTO for 2.6.x -> 3.x versioning
2012-04-28 17:40 ` Randy Dunlap
@ 2012-04-29 1:16 ` Rob Landley
2012-04-29 16:20 ` Greg Kroah-Hartman
0 siblings, 1 reply; 5+ messages in thread
From: Rob Landley @ 2012-04-29 1:16 UTC (permalink / raw)
To: Randy Dunlap; +Cc: Kees Cook, linux-kernel, Greg Kroah-Hartman, linux-doc
On 04/28/2012 12:40 PM, Randy Dunlap wrote:
> On 04/18/2012 11:16 PM, Kees Cook wrote:
>
>> The HOWTO document needed updating for the new kernel versioning. The
>> git URI for -next was updated as well.
>>
>> Signed-off-by: Kees Cook <keescook@chromium.org>
>
>
> Acked-by: Randy Dunlap <rdunlap@xenotime.net>
>
> Greg or Rob can merge...
>
> Thanks.
Acked-by: Rob Landley <rob@landley.net>
And if Greg's already noticed it, I leave this one to him. If not, I'll
submit it next merge window.
Thanks,
Rob
--
GNU/Linux isn't: Linux=GPLv2, GNU=GPLv3+, they can't share code.
Either it's "mere aggregation", or a license violation. Pick one.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] docs: update HOWTO for 2.6.x -> 3.x versioning
2012-04-29 1:16 ` Rob Landley
@ 2012-04-29 16:20 ` Greg Kroah-Hartman
0 siblings, 0 replies; 5+ messages in thread
From: Greg Kroah-Hartman @ 2012-04-29 16:20 UTC (permalink / raw)
To: Rob Landley; +Cc: Randy Dunlap, Kees Cook, linux-kernel, linux-doc
On Sat, Apr 28, 2012 at 08:16:48PM -0500, Rob Landley wrote:
> On 04/28/2012 12:40 PM, Randy Dunlap wrote:
> > On 04/18/2012 11:16 PM, Kees Cook wrote:
> >
> >> The HOWTO document needed updating for the new kernel versioning. The
> >> git URI for -next was updated as well.
> >>
> >> Signed-off-by: Kees Cook <keescook@chromium.org>
> >
> >
> > Acked-by: Randy Dunlap <rdunlap@xenotime.net>
> >
> > Greg or Rob can merge...
> >
> > Thanks.
>
> Acked-by: Rob Landley <rob@landley.net>
>
> And if Greg's already noticed it, I leave this one to him. If not, I'll
> submit it next merge window.
It's already in my tree, and in linux-next, and will go to Linus for
3.5, and is marked to be backported to stable trees as well, so it
should all be taken care of.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-04-29 16:20 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-19 6:16 [PATCH] docs: update HOWTO for 2.6.x -> 3.x versioning Kees Cook
2012-04-28 17:40 ` Randy Dunlap
2012-04-29 1:16 ` Rob Landley
2012-04-29 16:20 ` Greg Kroah-Hartman
2012-04-28 23:22 ` Jesper Juhl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox