aboutsummaryrefslogtreecommitdiffstats
path: root/rust/helpers/pci.c
diff options
context:
space:
mode:
authorBreno Leitao <[email protected]>2025-07-07 16:01:07 +0000
committerWill Deacon <[email protected]>2025-07-08 12:41:09 +0000
commit3e72b9e9f01a4851640a095de688a031d9259f5d (patch)
treed51d94bdff80013a0947ce2a7714826cbaf14226 /rust/helpers/pci.c
parentarm64: remove CONFIG_VMAP_STACK checks from stacktrace overflow logic (diff)
downloadkernel-3e72b9e9f01a4851640a095de688a031d9259f5d.tar.gz
kernel-3e72b9e9f01a4851640a095de688a031d9259f5d.zip
arm64: remove CONFIG_VMAP_STACK checks from SDEI stack handling
With VMAP_STACK now always enabled on arm64, remove all CONFIG_VMAP_STACK conditionals from SDEI stack allocation and initialization in arch/arm64/kernel/sdei.c. This change unconditionally defines the SDEI stack pointers and replaces runtime checks with BUILD_BUG_ON() assertions, ensuring that the code is only built when VMAP_STACK is enabled. This simplifies the logic and reflects the mandatory use of VMAP_STACK for all arm64 kernel builds. 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]>
Diffstat (limited to 'rust/helpers/pci.c')
0 files changed, 0 insertions, 0 deletions