]> git.ipfire.org Git - thirdparty/linux.git/commit
arm64: Mandate VMAP_STACK
authorBreno Leitao <leitao@debian.org>
Mon, 7 Jul 2025 16:01:01 +0000 (09:01 -0700)
committerWill Deacon <will@kernel.org>
Tue, 8 Jul 2025 12:41:08 +0000 (13:41 +0100)
commitef6861b8e6dd7d933e29022b6620c42085b907f9
treee1dffd94430e24e1609ae2dd76f15d39ad48e7e2
parentef8923e6c051a98164c2889db943df9695a39888
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 <will@kernel.org>
Signed-off-by: Breno Leitao <leitao@debian.org>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Link: https://lore.kernel.org/r/20250707-arm64_vmap-v1-1-8de98ca0f91c@debian.org
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/Kconfig