evilangel wrote:A very n00b question: when getting a grsecurity patched kernel, are the distro precompiled binaries (Debian in this case) able to run on my kernel ?
depending in which PaX features you enable, you can run into troubles with text relocations in libraries and GNU_STACK markings. check the forum, it was discussed a few times.
Or do i have to grab the source and recompile every package in order to be compatible with the patched kernel ?
recompiling won't help text relocations but it may help the lack of GNU_STACK markings, depends on the toolchain.