]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/linux
linux: Fix grsecurity-related crash on Intel Haswell CPUs.
[people/teissler/ipfire-2.x.git] / lfs / linux
index a422d7a1189bba82dc3dc4ea15aa47ae07446faa..08fa9a3c827e2cf93c6ecf1821674847929e385f 100644 (file)
--- a/lfs/linux
+++ b/lfs/linux
@@ -124,6 +124,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 ifneq "$(KCFG)" "-headers"
        cd $(DIR_APP) && xz -c -d $(DIR_DL)/$(GRS_PATCHES) | patch -Np1
        cd $(DIR_APP) && rm localversion-grsec
+       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/grsecurity-haswell-32bit-fix.patch
        cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-3.7-disable-compat_vdso.patch
 endif