Created attachment 287361 [details] screenshot of stuck boot process Happens on my G4 DP with kernel 5.6.0-rc1 and KASAN (outline) enabled + CONFIG_VMAP_STACK enabled. kernel is patched with Christophe's '[v2] powerpc/32s: Fix DSI and ISI exceptions for CONFIG_VMAP_STACK' (https://patchwork.ozlabs.org/patch/1237387/) The kernel loads but booting gets stuck at a stage where the display is initialized but before kernel dmesg gets show (see screenshot). The machine boots with either CONFIG_VMAP_STACK=y or CONFIG_KASAN=y enabled but not with both of them enabled together.
Can you test v3, https://patchwork.ozlabs.org/patch/1237954/
Excellent, with v3 KASAN (outline + inline) now work together with CONFIG_VMAP_STACK=y!
Fix landed in 5.6-rc3, works now as expected. Thanks!