]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
arm64: remove CONFIG_VMAP_STACK conditionals from irq stack setup
authorBreno Leitao <leitao@debian.org>
Mon, 7 Jul 2025 16:01:04 +0000 (09:01 -0700)
committerWill Deacon <will@kernel.org>
Tue, 8 Jul 2025 12:41:08 +0000 (13:41 +0100)
commitc4a5699d5cefd9d6a6a1d326297d5de6e8e0adde
tree88a91a3ce085f2f470cceaa9959ffcdc5a57bdc7
parent0909c719c17b7a3e88dd1ee231b4a136c946c39e
arm64: remove CONFIG_VMAP_STACK conditionals from irq stack setup

With VMAP_STACK always enabled on arm64, drop the CONFIG_VMAP_STACK
checks and legacy irq stack allocation from arch/arm64/kernel/irq.c. The
code now unconditionally uses the VMAP_STACK path for irq stack
initialization, simplifying the logic.

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-4-8de98ca0f91c@debian.org
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/kernel/irq.c