Hey all,
Thanks to encouraging advice from Pax Team a while ago (thanks!) I'm trying to get grsec (and especially pax) working on an old custom PPC board, based on the 6xx processor.
I'm using the 2.6.32.21 version of the patch (which I downloaded last week - so it's not the most recent, if this has been fixed I will be quite embarrased ). Without grsec, the system boots fine and everything works.
With grsec it doesn't and I don't even get a console, the kernel simply outputs nothing (and probably freezes). I've tried reading __log_buf after resetting the board from the bootloader (uBoot), and the only thing there is the "using machine" line (arch/powerpc/kernel/setup-common.c #563, which is called from machine_init, which is called from head_32.S # 982). Unfortunately I don't have access to a JTAG debugger so I have no idea where it freezes.
If anyone can provide me with a solution I'll be eternally grateful - but I could also use tips on how to debug the early boot process with no console (I've tried writing stuff to junk variables, but since the early code plays with the MMU a lot that doesn't work well).
P.S by "with grsec" I mean with all the menuconfig flags turned OFF. So it must be some change to the code that isn't affected by the flags.
Thanks...