]> Git Repo - linux.git/commit
arm64: Support execute-only permissions with Enhanced PAN
authorVladimir Murzin <[email protected]>
Fri, 12 Mar 2021 17:38:10 +0000 (17:38 +0000)
committerCatalin Marinas <[email protected]>
Fri, 26 Mar 2021 09:37:23 +0000 (09:37 +0000)
commit18107f8a2df6bf1c6cac8d0713f757f866d5af51
tree0411230b8d6c259233a6aadcd0c0aaf261b86c2a
parent1e28eed17697bcf343c6743f0028cc3b5dd88bf0
arm64: Support execute-only permissions with Enhanced PAN

Enhanced Privileged Access Never (EPAN) allows Privileged Access Never
to be used with Execute-only mappings.

Absence of such support was a reason for 24cecc377463 ("arm64: Revert
support for execute-only user mappings"). Thus now it can be revisited
and re-enabled.

Cc: Kees Cook <[email protected]>
Signed-off-by: Vladimir Murzin <[email protected]>
Acked-by: Will Deacon <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Catalin Marinas <[email protected]>
arch/arm64/Kconfig
arch/arm64/include/asm/cpucaps.h
arch/arm64/include/asm/pgtable-prot.h
arch/arm64/include/asm/pgtable.h
arch/arm64/include/asm/sysreg.h
arch/arm64/kernel/cpufeature.c
arch/arm64/mm/fault.c
mm/mmap.c
This page took 0.05434 seconds and 4 git commands to generate.