Skip to content

Commit ef6861b

Browse files
leitaowilldeacon
authored andcommitted
arm64: Mandate VMAP_STACK
On arm64, VMAP_STACK has been enabled by default for a while now, and the only reason to disable it was a historical lack of support for KASAN_VMALLOC. Today there's no good reason to disable VMAP_STACK. Mandate VMAP_STACK, which will allow code to be simplified in subsequent patches. Suggested-by: Will Deacon <[email protected]> Signed-off-by: Breno Leitao <[email protected]> Acked-by: Ard Biesheuvel <[email protected]> Acked-by: Mark Rutland <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent ef8923e commit ef6861b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ config ARM64
279279
select HAVE_SOFTIRQ_ON_OWN_STACK
280280
select USER_STACKTRACE_SUPPORT
281281
select VDSO_GETRANDOM
282+
select VMAP_STACK
282283
help
283284
ARM 64-bit (AArch64) Linux support.
284285

0 commit comments

Comments
 (0)