Re: [PATCH v2 3/5] riscv: shstk: Use the new common vm_mmap_shadow_stack() helper
From: Paul Walmsley
Date: Fri Apr 03 2026 - 04:38:46 EST
On Wed, 25 Feb 2026, Catalin Marinas wrote:
> Replace part of the allocate_shadow_stack() content with a call to
> vm_mmap_shadow_stack(). There is no functional change.
>
> Signed-off-by: Catalin Marinas <catalin.marinas@xxxxxxx>
> Tested-by: Deepak Gupta <debug@xxxxxxxxxxxx>
> Reviewed-by: David Hildenbrand (Arm) <david@xxxxxxxxxx>
> Cc: Paul Walmsley <pjw@xxxxxxxxxx>
> Cc: Palmer Dabbelt <palmer@xxxxxxxxxxx>
> Cc: Albert Ou <aou@xxxxxxxxxxxxxxxxx>
> Cc: Alexandre Ghiti <alex@xxxxxxxx>
Acked-by: Paul Walmsley <pjw@xxxxxxxxxx>
- Paul