Before I compile a new kernel with cgroup support for lxc and the 200 lines of per tty task group patch (http://blogs.computerworld.com/17371/th ... lot_faster) plus grsecurity, I have a few questions.
1) I am aware that compiling kernel involves :
Code: Select all
make mrproper
make (*)config (* can be replaced with menu or x)
make bzImage
make modules
2) At which stage of make above in 1) do I apply the patch like the
3) Is there any necessity for the grsecurity patch in slack/salix? I am asking because slackware is considered pretty secure by design

4) Is there a specific way of applying patch in Salix for creating a kernel package?
Or in other words, I need to know exactly how the kernel package in Salix is created? Appreciate your inputs before I compile on my own. Thanks!