Re: [PATCH] arm64: Remove assertion on CONFIG_VMAP_STACK
From: Will Deacon
Date: Fri Nov 07 2025 - 09:27:14 EST
On Mon, Nov 03, 2025 at 11:23:45PM +0800, Dawei Li wrote:
> CONFIG_VMAP_STACK is selected by arm64 arch unconditionly since commit
> ef6861b8e6dd ("arm64: Mandate VMAP_STACK").
>
> Remove the redundant assertion and headers.
>
> Signed-off-by: Dawei Li <dawei.li@xxxxxxxxx>
> ---
> arch/arm64/include/asm/vmap_stack.h | 4 ----
> arch/arm64/kernel/sdei.c | 4 ----
> 2 files changed, 8 deletions(-)
Acked-by: Will Deacon <will@xxxxxxxxxx>
Will