Looks like I found the issue :-) The stack size for init task needs to be updated too. Right now it's by default set to 8K for PPC32.
In arch/powerpc/kernel/vmlinux.lds.S - === /* The initial task and kernel stack */ #ifdef CONFIG_PPC32 . = ALIGN(8192); #else . = ALIGN(16384); #endif === Problem is, how do we link this to THREAD_SHIFT? Thanks, Partha -- View this message in context: http://linuxppc.10917.n7.nabble.com/how-do-I-increase-default-kernel-stack-size-for-my-MPC8548-board-tp52842p80712.html Sent from the linuxppc-dev mailing list archive at Nabble.com. _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev