+1
I have the same problem:
Kernel 3.6.9 + grsecurity-2.9.1-3.6.9-201212041903.patch
The system is working properly, I did not notice any problems.
Kernel 3.6.9 +
grsecurity-2.9.1-3.6.9-201212071641.patch
- kernel panic.
http://ompldr.org/vZ215aw/grsec-panic.jpgKernel compiled from the same sources:
- Code: Select all
patch-p1 -R <grsecurity-2.9.1-3.6.9-201212041903.patch
make clean
patch-p1 <grsecurity-2.9.1-3.6.9-201212071641.patch
make-j5
make modules_install
make install
- Code: Select all
cat /proc/version
Linux version 3.6.9-gr2 (root@localhost) (gcc version 4.6.3 (Gentoo Hardened 4.6.3 p1.5, pie-0.5.2) ) #2 SMP PREEMPT Thu Dec 6 04:12:28 CET 2012
GCC:
- Code: Select all
cc -v
Using built-in specs.
COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.3/gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.6.3/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.6.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.6.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.6.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --with-ppl --with-cloog --disable-ppl-version-check --with-cloog-include=/usr/include/cloog-ppl --enable-lto --enable-nls --without-included-gettext --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-esp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.6.3/python --enable-checking=release --enable-java-awt=gtk --enable-objc-gc --enable-languages=c,c++,java,go,objc,obj-c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo Hardened 4.6.3 p1.5, pie-0.5.2'
Thread model: posix
gcc version 4.6.3 (Gentoo Hardened 4.6.3 p1.5, pie-0.5.2)
I'm waiting for the next patch
Edit:
- Code: Select all
/usr/src/linux/grsecurity-2.9.1-3.6.10-201212101818.patch
This patch works fine
Thanks
Cheers