[kernel/f20] Linux v3.13.6

Justin M. Forbes jforbes at fedoraproject.org
Fri Mar 7 16:30:07 UTC 2014


commit d6a3b159714fd1c9884c54065be42557b4392fa5
Author: Justin M. Forbes <jforbes at redhat.com>
Date:   Fri Mar 7 10:29:53 2014 -0600

    Linux v3.13.6

 cgroup-fixes.patch                                 |    6 +-
 ...ed-writes-handle-unmapped-areas-correctly.patch |  149 --------------------
 ...itialize-per-cpu-data-structures-properly.patch |  138 ------------------
 kernel.spec                                        |   27 +---
 kvm-x86-fix-emulator-buffer-overflow.patch         |   49 -------
 sources                                            |    2 +-
 ...x-deadlock-when-threadirqs-option-is-used.patch |   57 --------
 7 files changed, 10 insertions(+), 418 deletions(-)
---
diff --git a/cgroup-fixes.patch b/cgroup-fixes.patch
index 0f6f1a5..d034189 100644
--- a/cgroup-fixes.patch
+++ b/cgroup-fixes.patch
@@ -120,7 +120,7 @@ Signed-off-by: Michal Hocko <mhocko at suse.cz>
  
 --- a/kernel/cgroup.c
 +++ b/kernel/cgroup.c
-@@ -4410,14 +4410,6 @@ static long cgroup_create(struct cgroup
+@@ -4410,16 +4410,6 @@ static long cgroup_create(struct cgroup
  	rcu_assign_pointer(cgrp->name, name);
  
  	/*
@@ -128,8 +128,10 @@ Signed-off-by: Michal Hocko <mhocko at suse.cz>
 -	 * a half-baked cgroup.
 -	 */
 -	cgrp->id = idr_alloc(&root->cgroup_idr, NULL, 1, 0, GFP_KERNEL);
--	if (cgrp->id < 0)
+-	if (cgrp->id < 0) {
+-		err = -ENOMEM;
 -		goto err_free_name;
+-	}
 -
 -	/*
  	 * Only live parents can have children.  Note that the liveliness
diff --git a/kernel.spec b/kernel.spec
index 111230f..27c70b3 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -62,7 +62,7 @@ Summary: The Linux kernel
 # For non-released -rc kernels, this will be appended after the rcX and
 # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
 #
-%global baserelease 202
+%global baserelease 200
 %global fedora_build %{baserelease}
 
 # base_sublevel is the kernel version we're starting with and patching
@@ -74,7 +74,7 @@ Summary: The Linux kernel
 %if 0%{?released_kernel}
 
 # Do we have a -stable update to apply?
-%define stable_update 5
+%define stable_update 6
 # Is it a -stable RC?
 %define stable_rc 0
 # Set rpm version accordingly
@@ -749,27 +749,17 @@ Patch25196: ipv6-introduce-IFA_F_NOPREFIXROUTE-and-IFA_F_MANAGETEMPADDR-flags.pa
 Patch25197: ipv6-addrconf-revert-if_inet6ifa_flag-format.patch
 
 #CVE-2014-0069 rhbz 1064253 1062584
-Patch25200: cifs-ensure-that-uncached-writes-handle-unmapped-areas-correctly.patch
 Patch25201: cifs-sanity-check-length-of-data-to-send-before-sending.patch
 
 #rhbz 1068862
 Patch25002: cifs-mask-off-top-byte-in-get_rfc1002_length.patch
 
-#rhbz 1054408
-Patch25203: cpufreq-powernow-k8-Initialize-per-cpu-data-structures-properly.patch
-
 #rhbz 994438
 Patch25024: e100-Fix-disabling-already-disabled-device-warning.patch
 
-#rhbz 1056170
-Patch25025: usb-ehci-fix-deadlock-when-threadirqs-option-is-used.patch
-
 #CVE-2014-0102 rhbz 1071396
 Patch25026: keyring-fix.patch
 
-#CVE-2014-0049 rhbz 1062368 1071837
-Patch25027: kvm-x86-fix-emulator-buffer-overflow.patch
-
 #rhbz 1065087
 Patch25028: tty-Fix-low_latency-BUG.patch
 
@@ -1509,27 +1499,17 @@ ApplyPatch ipv6-introduce-IFA_F_NOPREFIXROUTE-and-IFA_F_MANAGETEMPADDR-flags.pat
 ApplyPatch ipv6-addrconf-revert-if_inet6ifa_flag-format.patch
 
 #CVE-2014-0069 rhbz 1064253 1062584
-ApplyPatch cifs-ensure-that-uncached-writes-handle-unmapped-areas-correctly.patch
 ApplyPatch cifs-sanity-check-length-of-data-to-send-before-sending.patch
 
 #rhbz 1068862
 ApplyPatch cifs-mask-off-top-byte-in-get_rfc1002_length.patch
 
-#rhbz 1054408
-ApplyPatch cpufreq-powernow-k8-Initialize-per-cpu-data-structures-properly.patch
-
 #rhbz 994438
 ApplyPatch e100-Fix-disabling-already-disabled-device-warning.patch
 
-#rhbz 1056170
-ApplyPatch usb-ehci-fix-deadlock-when-threadirqs-option-is-used.patch
-
 #CVE-2014-0102 rhbz 1071396
 ApplyPatch keyring-fix.patch
 
-#CVE-2014-0049 rhbz 1062368 1071837
-ApplyPatch kvm-x86-fix-emulator-buffer-overflow.patch
-
 #rhbz 1065087
 ApplyPatch tty-Fix-low_latency-BUG.patch
 
@@ -2375,6 +2355,9 @@ fi
 #                 ||----w |
 #                 ||     ||
 %changelog
+* Fri Mar 07 2014 Justin M. Forbes <jforbes at fedoraproject.org>
+- Linux v3.13.6
+
 * Fri Mar 07 2014 Josh Boyer <jwboyer at fedoraproject.org>
 - Add patch to fix iwldvm WARN (rhbz 1065663)
 - Revert two xhci fixes that break USB mass storage (rhbz 1073180)
diff --git a/sources b/sources
index a6d6949..557a98e 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 0ecbaf65c00374eb4a826c2f9f37606f  linux-3.13.tar.xz
-114c391a592131f1c12544e063173a45  patch-3.13.5.xz
+a9b131a589a176b4c437b8ca4557b85e  patch-3.13.6.xz


More information about the scm-commits mailing list