El 26/12/10 21:00, pageexec@freemail.hu escribió: > On 26 Dec 2010 at 14:09, Michael Orlitzky wrote: > >> Challenge accepted. I'm dressed, the car's cleaned off, and I'm >> recompiling with UDEREF=n. > passing pax_nouderef on the kernel cmdline should be enough ; looking at ./Documentation/kernel-parameters.txt only found these: pax_nouderef [X86-32] disables UDEREF. Most likely needed under certain virtualization environments that don't cope well with the expand down segment used by UDEREF on X86-32. pax_softmode= [X86-32] 0/1 to disable/enable PaX softmode on boot already. Are you sure I'm not missing any, a similar feature for KERNEXEC would be very useful.