ia64: Fix pdflush-triggered stack-overflow due to long thread-creation chains.
The pdflush kernel threads can lead to an unbounded chain of thread-creations which can overflow the kernel stacks because we didn't uses to reset the stack on kernel thread-creation. We do now. Reported by Andreas Schwab, tracked down with help from Keith Owens.
Showing
Please register or sign in to comment