summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2012-03-22 16:54:31 -0400
committerDave Jones <davej@redhat.com>2012-03-22 16:54:31 -0400
commitd51e1d2d42cc453e6ead348f83c478d6e75f0a5c (patch)
treed645bbb62181d4b4194f01f6a8dee6b88e7bd0cc /kernel.spec
parent6bffb49282bb2c0166a5c4131c98b9e205b17766 (diff)
downloadkernel-d51e1d2d42cc453e6ead348f83c478d6e75f0a5c.tar.gz
kernel-d51e1d2d42cc453e6ead348f83c478d6e75f0a5c.tar.xz
kernel-d51e1d2d42cc453e6ead348f83c478d6e75f0a5c.zip
Fix dentry hash collisions that prevented boot with selinux enabled (rhbz 805371)
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 f4fea4b94..5abf4079b 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -766,6 +766,8 @@ Patch21400: unhandled-irqs-switch-to-polling.patch
Patch22000: weird-root-dentry-name-debug.patch
+Patch23000: fix-dentry-hash.patch
+
%endif
BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
@@ -1473,6 +1475,8 @@ ApplyPatch unhandled-irqs-switch-to-polling.patch
ApplyPatch weird-root-dentry-name-debug.patch
+ApplyPatch fix-dentry-hash.patch
+
#rhbz 803809 CVE-2012-1179
ApplyPatch mm-thp-fix-pmd_bad-triggering.patch
@@ -2332,6 +2336,9 @@ fi
# ||----w |
# || ||
%changelog
+* Thu Mar 22 2012 Dave Jones <davej@redhat.com>
+- Fix dentry hash collisions that prevented boot with selinux enabled (rhbz 805371)
+
* Thu Mar 22 2012 Dave Jones <davej@redhat.com> 3.4.0-0.rc0.git1.1
- Linux v3.3-4074-g5375871