[kernel/f20] Linux v3.13.4

Justin M. Forbes jforbes at fedoraproject.org
Thu Feb 20 21:01:31 UTC 2014


commit ee193af2a65c75685e7869a76488bf5acbb83840
Author: Justin M. Forbes <jforbes at redhat.com>
Date:   Thu Feb 20 15:02:14 2014 -0600

    Linux v3.13.4

 ...Fix-kernel-BUG-on-empty-security-contexts.patch |  116 --------------------
 kernel.spec                                        |   19 +---
 makefile-after_link.patch                          |    4 +-
 pinctrl-protect-pinctrl_list-add.patch             |   38 -------
 sources                                            |    2 +-
 5 files changed, 8 insertions(+), 171 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 90ec9ac..7c3c6b4 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 201
+%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 3
+%define stable_update 4
 # Is it a -stable RC?
 %define stable_rc 0
 # Set rpm version accordingly
@@ -747,9 +747,6 @@ Patch25186: ath9k_htc-make-sta_rc_update-atomic-for-most-calls.patch
 #rhbz 950630
 Patch25187: xhci-fix-resume-issues-on-renesas-chips-in-samsung-laptops.patch
 
-#CVE-2014-1874 rhbz 1062356 1062507
-Patch25188: SELinux-Fix-kernel-BUG-on-empty-security-contexts.patch
-
 #rhbz 1031296
 Patch25189: tick-Clear-broadcast-pending-bit-when-switching-to-oneshot.patch
 
@@ -760,9 +757,6 @@ Patch25195: cgroup-fixes.patch
 Patch25196: ipv6-introduce-IFA_F_NOPREFIXROUTE-and-IFA_F_MANAGETEMPADDR-flags.patch
 Patch25197: ipv6-addrconf-revert-if_inet6ifa_flag-format.patch
 
-#rhbz 1051918
-Patch25198: pinctrl-protect-pinctrl_list-add.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
@@ -1473,9 +1467,6 @@ ApplyPatch ath9k_htc-make-sta_rc_update-atomic-for-most-calls.patch
 #rhbz 950630
 ApplyPatch xhci-fix-resume-issues-on-renesas-chips-in-samsung-laptops.patch
 
-#CVE-2014-1874 rhbz 1062356 1062507
-ApplyPatch SELinux-Fix-kernel-BUG-on-empty-security-contexts.patch
-
 #rhbz 1031296
 ApplyPatch tick-Clear-broadcast-pending-bit-when-switching-to-oneshot.patch
 
@@ -1486,9 +1477,6 @@ ApplyPatch cgroup-fixes.patch
 ApplyPatch ipv6-introduce-IFA_F_NOPREFIXROUTE-and-IFA_F_MANAGETEMPADDR-flags.patch
 ApplyPatch ipv6-addrconf-revert-if_inet6ifa_flag-format.patch
 
-#rhbz 1051918
-ApplyPatch pinctrl-protect-pinctrl_list-add.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
@@ -2308,6 +2296,9 @@ fi
 #                 ||----w |
 #                 ||     ||
 %changelog
+* Thu Feb 20 2014 Justin M. Forbes <jforbes at fedoraproject.org> - 3.13.4-200
+- Linux v3.13.4
+
 * Tue Feb 18 2014 Josh Boyer <jwboyer at fedoraproject.org>
 - Fix r8169 ethernet after suspend (rhbz 1054408)
 - Enable INTEL_MIC drivers (rhbz 1064086)
diff --git a/makefile-after_link.patch b/makefile-after_link.patch
index 8332afb..82a3663 100644
--- a/makefile-after_link.patch
+++ b/makefile-after_link.patch
@@ -16,8 +16,8 @@ index d8064af..04dcfe1 100644
  
  # Actual build commands
  quiet_cmd_vdsold = VDSOL $@
--      cmd_vdsold = $(CC) $(c_flags) -Wl,-T $^ -o $@
-+      cmd_vdsold = $(CC) $(c_flags) -Wl,-T $^ -o $@ \
+-      cmd_vdsold = $(CC) $(c_flags) -Wl,-n -Wl,-T $^ -o $@
++      cmd_vdsold = $(CC) $(c_flags) -Wl,-n -Wl,-T $^ -o $@ \
 +			$(if $(AFTER_LINK),; $(AFTER_LINK))
  quiet_cmd_vdsoas = VDSOA $@
        cmd_vdsoas = $(CC) $(a_flags) -c -o $@ $<
diff --git a/sources b/sources
index 851df80..866078c 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 0ecbaf65c00374eb4a826c2f9f37606f  linux-3.13.tar.xz
-2d3d298f2b430122f4baf2af88277231  patch-3.13.3.xz
+77ca721ea0e8373f58f596fe0d9b1b47  patch-3.13.4.xz


More information about the scm-commits mailing list