On 04/23/2013 10:22 PM, Helge Deller wrote: > commit e4e1e78facf7565cada909a69c7fb6415b6e7b83 > Author: Helge Deller <deller@xxxxxx> > Date: Tue Apr 23 17:19:37 2013 +0200 > > parisc: increase kernel stack size to 32k > > --- a/arch/parisc/include/asm/thread_info.h > +++ b/arch/parisc/include/asm/thread_info.h > -#define THREAD_SIZE_ORDER 2 > +#define THREAD_SIZE_ORDER 3 /* 32k stack */ I tested again, and it actually needs to be 64k stacks to not crash any longer. So, the right temporary fix is: > +#define THREAD_SIZE_ORDER 4 /* 64k stack */ Will send updated patch soon. Helge -- To unsubscribe from this list: send the line "unsubscribe linux-parisc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html