Re: [PATCH RFT v8 3/9] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
From: Catalin Marinas <catalin.marinas@arm.com>
Date: 2024-08-14 10:41:12
Also in:
linux-kselftest, lkml
From: Catalin Marinas <catalin.marinas@arm.com>
Date: 2024-08-14 10:41:12
Also in:
linux-kselftest, lkml
On Thu, Aug 08, 2024 at 09:15:24AM +0100, Mark Brown wrote:
Since multiple architectures have support for shadow stacks and we need to select support for this feature in several places in the generic code provide a generic config option that the architectures can select. Suggested-by: David Hildenbrand <redacted> Acked-by: David Hildenbrand <redacted> Reviewed-by: Deepak Gupta <redacted> Reviewed-by: Rick Edgecombe <rick.p.edgecombe@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Reviewed-by: Catalin Marinas <catalin.marinas@arm.com>