]> asedeno.scripts.mit.edu Git - linux.git/commit
arm64: Kconfig: Re-jig CONFIG options for 52-bit VA
authorWill Deacon <will.deacon@arm.com>
Mon, 10 Dec 2018 14:15:15 +0000 (14:15 +0000)
committerWill Deacon <will.deacon@arm.com>
Mon, 10 Dec 2018 18:42:18 +0000 (18:42 +0000)
commit68d23da4373aba76f5300017c4746440f276698e
tree138b93b628cf77727970417690693f18eddf7c40
parentb9567720a1b8e739380e0241413606c056c57859
arm64: Kconfig: Re-jig CONFIG options for 52-bit VA

Enabling 52-bit VAs for userspace is pretty confusing, since it requires
you to select "48-bit" virtual addressing in the Kconfig.

Rework the logic so that 52-bit user virtual addressing is advertised in
the "Virtual address space size" choice, along with some help text to
describe its interaction with Pointer Authentication. The EXPERT-only
option to force all user mappings to the 52-bit range is then made
available immediately below the VA size selection.

Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/Kconfig
arch/arm64/include/asm/assembler.h
arch/arm64/include/asm/mmu_context.h
arch/arm64/include/asm/pgtable-hwdef.h
arch/arm64/include/asm/processor.h
arch/arm64/kernel/head.S
arch/arm64/kernel/smp.c
arch/arm64/mm/proc.S