From: Greg Kroah-Hartman Date: Wed, 1 Aug 2012 22:14:04 +0000 (-0700) Subject: 3.0-stable patches X-Git-Tag: v3.5.1~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1462c4cb4faa2b8545548169151e099f83033511;p=thirdparty%2Fkernel%2Fstable-queue.git 3.0-stable patches added patches: stable-update-references-to-older-2.6-versions-for-3.x.patch --- diff --git a/queue-3.0/series b/queue-3.0/series index 15ff44961b5..4e4af551063 100644 --- a/queue-3.0/series +++ b/queue-3.0/series @@ -13,3 +13,4 @@ usbdevfs-correct-amount-of-data-copied-to-user-in-processcompl_compat.patch usb-gadget-fix-g_ether-interface-link-status.patch locks-fix-checking-of-fcntl_setlease-argument.patch ftrace-disable-function-tracing-during-suspend-resume-and-hibernation-again.patch +stable-update-references-to-older-2.6-versions-for-3.x.patch diff --git a/queue-3.0/stable-update-references-to-older-2.6-versions-for-3.x.patch b/queue-3.0/stable-update-references-to-older-2.6-versions-for-3.x.patch new file mode 100644 index 00000000000..80356de0f49 --- /dev/null +++ b/queue-3.0/stable-update-references-to-older-2.6-versions-for-3.x.patch @@ -0,0 +1,58 @@ +From 2584f5212d97b664be250ad5700a2d0fee31a10d Mon Sep 17 00:00:00 2001 +From: Paul Gortmaker +Date: Tue, 5 Jun 2012 11:15:50 -0400 +Subject: stable: update references to older 2.6 versions for 3.x + +From: Paul Gortmaker + +commit 2584f5212d97b664be250ad5700a2d0fee31a10d upstream. + +Also add information on where the respective trees are. + +Signed-off-by: Paul Gortmaker +Acked-by: Rob Landley +Signed-off-by: Greg Kroah-Hartman + +--- + Documentation/stable_kernel_rules.txt | 19 ++++++++++++++----- + 1 file changed, 14 insertions(+), 5 deletions(-) + +--- a/Documentation/stable_kernel_rules.txt ++++ b/Documentation/stable_kernel_rules.txt +@@ -1,4 +1,4 @@ +-Everything you ever wanted to know about Linux 2.6 -stable releases. ++Everything you ever wanted to know about Linux -stable releases. + + Rules on what kind of patches are accepted, and which ones are not, into the + "-stable" tree: +@@ -41,10 +41,10 @@ Procedure for submitting patches to the + cherry-picked than this can be specified in the following format in + the sign-off area: + +- Cc: # .32.x: a1f84a3: sched: Check for idle +- Cc: # .32.x: 1b9508f: sched: Rate-limit newidle +- Cc: # .32.x: fd21073: sched: Fix affinity logic +- Cc: # .32.x ++ Cc: # 3.3.x: a1f84a3: sched: Check for idle ++ Cc: # 3.3.x: 1b9508f: sched: Rate-limit newidle ++ Cc: # 3.3.x: fd21073: sched: Fix affinity logic ++ Cc: # 3.3.x + Signed-off-by: Ingo Molnar + + The tag sequence has the meaning of: +@@ -78,6 +78,15 @@ Review cycle: + security kernel team, and not go through the normal review cycle. + Contact the kernel security team for more details on this procedure. + ++Trees: ++ ++ - The queues of patches, for both completed versions and in progress ++ versions can be found at: ++ http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git ++ - The finalized and tagged releases of all stable kernels can be found ++ in separate branches per version at: ++ http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git ++ + + Review committee: +