[Bug 206501] Kernel 5.6-rc1 fails to boot on a PowerMac G4 3,6 with CONFIG_VMAP_STACK=y: Oops! Machine check, sig: 7 [#1]

bugzilla-daemon at bugzilla.kernel.org bugzilla-daemon at bugzilla.kernel.org
Thu Feb 13 04:47:33 AEDT 2020


https://bugzilla.kernel.org/show_bug.cgi?id=206501

--- Comment #5 from Christophe Leroy (christophe.leroy at c-s.fr) ---
Interesting.

NIP:  00000550
NIP:  0000045c
NIP:  00000c38
NIP:  00000370

The kernel seems to badly fault on the first write to the stack. This suggests
that there is no page allocated for the stack yet. Which is unexpected because
in copy_thread_tls() several writes to the stack are performed so the pages
must exist in page tables.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.


More information about the Linuxppc-dev mailing list