Revision 4a133eb351ccc275683ad49305d0b04dde903733 authored by Christophe Leroy on 27 August 2020, 18:30:27 UTC, committed by Michael Ellerman on 28 August 2020, 02:03:18 UTC
low_sleep_handler() can't restore the context from virtual
stack because the stack can hardly be accessed with MMU OFF.

For now, disable VMAP stack when CONFIG_ADB_PMU is selected.

Fixes: cd08f109e262 ("powerpc/32s: Enable CONFIG_VMAP_STACK")
Cc: stable@vger.kernel.org # v5.6+
Reported-by: Giuseppe Sacco <giuseppe@sguazz.it>
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/ec96c15bfa1a7415ab604ee1c98cd45779c08be0.1598553015.git.christophe.leroy@csgroup.eu
1 parent 16d83a5
History
File Mode Size
Kconfig -rw-r--r-- 3.1 KB
Makefile -rw-r--r-- 482 bytes
espintcp.c -rw-r--r-- 12.4 KB
xfrm_algo.c -rw-r--r-- 13.9 KB
xfrm_device.c -rw-r--r-- 9.7 KB
xfrm_hash.c -rw-r--r-- 803 bytes
xfrm_hash.h -rw-r--r-- 4.4 KB
xfrm_inout.h -rw-r--r-- 1.8 KB
xfrm_input.c -rw-r--r-- 18.8 KB
xfrm_interface.c -rw-r--r-- 23.5 KB
xfrm_ipcomp.c -rw-r--r-- 7.4 KB
xfrm_output.c -rw-r--r-- 17.7 KB
xfrm_policy.c -rw-r--r-- 106.1 KB
xfrm_proc.c -rw-r--r-- 2.8 KB
xfrm_replay.c -rw-r--r-- 17.7 KB
xfrm_state.c -rw-r--r-- 64.2 KB
xfrm_sysctl.c -rw-r--r-- 1.9 KB
xfrm_user.c -rw-r--r-- 78.3 KB

back to top