summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2012-04-10 09:11:21 -0400
committerJosh Boyer <jwboyer@redhat.com>2012-04-10 09:11:21 -0400
commit2b52cb39e3bde3243606bab2218684db1c1c580f (patch)
tree8bbf71f5c5c5efeb088e830e65fc6368d2620b2a /kernel.spec
parent1d7d6c12f3998ded631f92f6dccb997e1776a5c6 (diff)
downloadkernel-2b52cb39e3bde3243606bab2218684db1c1c580f.tar.gz
kernel-2b52cb39e3bde3243606bab2218684db1c1c580f.tar.xz
kernel-2b52cb39e3bde3243606bab2218684db1c1c580f.zip
Backport fixes for correct register constraints in cmpxchg.h (rhbz 809014)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec13
1 files changed, 12 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index c6fdf3227..894304ecd 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 3
+%global baserelease 4
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -742,6 +742,10 @@ Patch21360: uvcvideo-Fix-race-induced-crash-in-uvc_video_clock_update.patch
#rhbz 806676 807632
Patch21385: libata-disable-runtime-pm-for-hotpluggable-port.patch
+#rhbz 809014
+Patch21390: x86-Use-correct-byte-sized-register-constraint-in-__xchg_op.patch
+Patch21391: x86-Use-correct-byte-sized-register-constraint-in-__add.patch
+
Patch21400: unhandled-irqs-switch-to-polling.patch
Patch22000: weird-root-dentry-name-debug.patch
@@ -1444,6 +1448,10 @@ ApplyPatch uvcvideo-Fix-race-induced-crash-in-uvc_video_clock_update.patch
#rhbz 806676 807632
ApplyPatch libata-disable-runtime-pm-for-hotpluggable-port.patch
+#rhbz 809014
+ApplyPatch x86-Use-correct-byte-sized-register-constraint-in-__xchg_op.patch
+ApplyPatch x86-Use-correct-byte-sized-register-constraint-in-__add.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -2299,6 +2307,9 @@ fi
# ||----w |
# || ||
%changelog
+* Tue Apr 10 2012 Josh Boyer <jwboyer@redhat.com>
+- Backport fixes for correct register constraints in cmpxchg.h (rhbz 809014)
+
* Mon Apr 09 2012 Justin M. Forbes <jforbes@redhat.com> - 3.4.0-0.rc2.git0.3
- Reenable debugging options.