summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2012-02-08 11:28:13 -0500
committerJosh Boyer <jwboyer@redhat.com>2012-02-08 11:28:24 -0500
commitc7a040e5c88ff9f072adbbd557d1fe948231e36b (patch)
treec730c6a6bdf514bdc39289590a092789eb227640 /kernel.spec
parenta0668fa819dbbf94eea6e1c5803508cb0fc99934 (diff)
Remove a bogus inline declaration that broke ARM and ppc builds (rhbz 787373)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec7
1 files changed, 7 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index 7be1fcfd..faf2323a 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -749,6 +749,9 @@ Patch21096: hfsplus-Add-an-ioctl-to-bless-files.patch
#rhbz 788260
Patch21233: jbd2-clear-BH_Delay-and-BH_Unwritten-in-journal_unmap_buf.patch
+#rhbz 787373
+Patch21234: Bluetooth-Remove-bogus-inline-decl-from-l2cap_chan_connect.patch
+
# compat-wireless patches
Patch50000: compat-wireless-config-fixups.patch
Patch50001: compat-wireless-pr_fmt-warning-avoidance.patch
@@ -1446,6 +1449,9 @@ ApplyPatch hfsplus-Add-an-ioctl-to-bless-files.patch
#rhbz 788269
ApplyPatch jbd2-clear-BH_Delay-and-BH_Unwritten-in-journal_unmap_buf.patch
+#rhbz 787373
+ApplyPatch Bluetooth-Remove-bogus-inline-decl-from-l2cap_chan_connect.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -2317,6 +2323,7 @@ fi
# || ||
%changelog
* Wed Feb 08 2012 Josh Boyer <jwboyer@redhat.com>
+- Remove a bogus inline declaration that broke ARM and ppc builds (rhbz 787373)
- CVE-2011-4086 jbd2: unmapped buffer with _Unwritten or _Delay flags set can
lead to DoS (rhbz 788260)
- Add new upstream NFS id mapping patches from Steve Dickson