On Fri, Jun 24, 2016 at 10:51 AM, Linus Torvalds wrote: > > And in particular, the init_task stack initialization initialized it > to the init_thread pointer. Which was definitely deadly. > > Let's see if that was it.. No, it's still broken. But it's *less* broken, so here's a new version of the patch that at least gets some of the stack setup right, in my hope that somebody will bother to look at this, and being less broken might mean that somebody sees what else I missed.. Linus