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-- 2.2 KB
Makefile -rw-r--r-- 492 bytes
actions.c -rw-r--r-- 38.8 KB
conntrack.c -rw-r--r-- 60.0 KB
conntrack.h -rw-r--r-- 2.7 KB
datapath.c -rw-r--r-- 64.2 KB
datapath.h -rw-r--r-- 7.5 KB
dp_notify.c -rw-r--r-- 2.0 KB
flow.c -rw-r--r-- 23.9 KB
flow.h -rw-r--r-- 7.9 KB
flow_netlink.c -rw-r--r-- 95.5 KB
flow_netlink.h -rw-r--r-- 2.4 KB
flow_table.c -rw-r--r-- 29.0 KB
flow_table.h -rw-r--r-- 3.0 KB
meter.c -rw-r--r-- 18.0 KB
meter.h -rw-r--r-- 1.3 KB
vport-geneve.c -rw-r--r-- 2.9 KB
vport-gre.c -rw-r--r-- 2.1 KB
vport-internal_dev.c -rw-r--r-- 6.9 KB
vport-internal_dev.h -rw-r--r-- 442 bytes
vport-netdev.c -rw-r--r-- 4.7 KB
vport-netdev.h -rw-r--r-- 539 bytes
vport-vxlan.c -rw-r--r-- 3.7 KB
vport.c -rw-r--r-- 12.4 KB
vport.h -rw-r--r-- 5.6 KB

back to top