From d51e1d2d42cc453e6ead348f83c478d6e75f0a5c Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Thu, 22 Mar 2012 16:54:31 -0400 Subject: Fix dentry hash collisions that prevented boot with selinux enabled (rhbz 805371) --- kernel.spec | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'kernel.spec') 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 +- Fix dentry hash collisions that prevented boot with selinux enabled (rhbz 805371) + * Thu Mar 22 2012 Dave Jones 3.4.0-0.rc0.git1.1 - Linux v3.3-4074-g5375871 -- cgit