]> Git Repo - linux.git/commit
arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PAN
authorWill Deacon <[email protected]>
Thu, 10 Aug 2017 12:58:16 +0000 (13:58 +0100)
committerWill Deacon <[email protected]>
Mon, 11 Dec 2017 13:40:35 +0000 (13:40 +0000)
commit27a921e75711d924617269e0ba4adb8bae9fd0d1
treebb4db9089fb6bb5606197222704a7522d2c9b2c6
parent158d495899ce55db453f682a8ac8390d5a426578
arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PAN

With the ASID now installed in TTBR1, we can re-enable ARM64_SW_TTBR0_PAN
by ensuring that we switch to a reserved ASID of zero when disabling
user access and restore the active user ASID on the uaccess enable path.

Reviewed-by: Mark Rutland <[email protected]>
Tested-by: Laura Abbott <[email protected]>
Tested-by: Shanker Donthineni <[email protected]>
Signed-off-by: Will Deacon <[email protected]>
arch/arm64/Kconfig
arch/arm64/include/asm/asm-uaccess.h
arch/arm64/include/asm/uaccess.h
arch/arm64/kernel/entry.S
arch/arm64/lib/clear_user.S
arch/arm64/lib/copy_from_user.S
arch/arm64/lib/copy_in_user.S
arch/arm64/lib/copy_to_user.S
arch/arm64/mm/cache.S
arch/arm64/xen/hypercall.S
This page took 0.060974 seconds and 4 git commands to generate.