Re: [PATCH v3 13/25] arm64: stop using generic mm_hooks.h

2023-12-11 Thread Catalin Marinas
On Fri, Nov 24, 2023 at 04:34:58PM +, Joey Gouly wrote: > These functions will be extended to support pkeys. > > Signed-off-by: Joey Gouly > Cc: Catalin Marinas > Cc: Will Deacon Nit: can you squash it into patch 14 introducing those functions? Less patches to carry.

[PATCH v3 13/25] arm64: stop using generic mm_hooks.h

2023-11-24 Thread Joey Gouly
These functions will be extended to support pkeys. Signed-off-by: Joey Gouly Cc: Catalin Marinas Cc: Will Deacon --- arch/arm64/include/asm/mmu_context.h | 21 - 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/arch/arm64/include/asm/mmu_context.h b/arch/arm64