summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2012-08-21 13:18:03 -0400
committerJosh Boyer <jwboyer@redhat.com>2012-08-21 13:18:20 -0400
commit7051aa7c8d04c3bf80f517ec3a0f542c191f92f5 (patch)
treeb0a74f10535724355456ad56b7b2222c39cb2fe5 /kernel.spec
parenta78e28b4db91e67b400bd1a59511a0ef9ba0794c (diff)
downloadkernel-7051aa7c8d04c3bf80f517ec3a0f542c191f92f5.tar.gz
kernel-7051aa7c8d04c3bf80f517ec3a0f542c191f92f5.tar.xz
kernel-7051aa7c8d04c3bf80f517ec3a0f542c191f92f5.zip
Add patch from Dave Jones to fix suspicious RCU usage in SELinux (rhbz 846037)
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 5fd90d063..9d3cc3434 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -752,6 +752,9 @@ Patch22065: fbcon-fix-race-condition-between-console-lock-and-cursor-timer.patch
#rhbz 847548
Patch22066: virtio-scsi-Initialize-scatterlist-structure.patch
+#rhbz 846037
+Patch22067: selinux-Fix-sel_netnode_insert-suspicious-rcu-dereference.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -1447,6 +1450,9 @@ ApplyPatch fbcon-fix-race-condition-between-console-lock-and-cursor-timer.patch
#rhbz 847548
ApplyPatch virtio-scsi-Initialize-scatterlist-structure.patch
+#rhbz 846037
+ApplyPatch selinux-Fix-sel_netnode_insert-suspicious-rcu-dereference.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -2310,6 +2316,7 @@ fi
# || ||
%changelog
* Tue Aug 21 2012 Josh Boyer <jwboyer@redhat.com>
+- Add patch from Dave Jones to fix suspicious RCU usage in SELinux (rhbz 846037)
- Add patch from Richard W.M. Jones to fix virtio scsi oops (rhbz 847548)
- Add patch from Dave Airlie to fix fb cursor vs grub2 gfxterm hang