]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
arm64: compat: Allow 32-bit vdso and sigpage to co-exist
authorWill Deacon <will@kernel.org>
Mon, 22 Jun 2020 11:35:41 +0000 (12:35 +0100)
committerWill Deacon <will@kernel.org>
Tue, 23 Jun 2020 13:47:03 +0000 (14:47 +0100)
commita39060b009ca0b5b5fe0c0dab85ed437531aab52
tree735f34e4e687056048ef3da0e75d98a9dbe12ba9
parent87676cfca14171fc4c99d96ae2f3e87780488ac4
arm64: compat: Allow 32-bit vdso and sigpage to co-exist

In preparation for removing the signal trampoline from the compat vDSO,
allow the sigpage and the compat vDSO to co-exist.

For the moment the vDSO signal trampoline will still be used when built.
Subsequent patches will move to the sigpage consistently.

Acked-by: Dave Martin <Dave.Martin@arm.com>
Reviewed-by: Vincenzo Frascino <vincenzo.frascino@arm.com>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Reviewed-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/include/asm/mmu.h
arch/arm64/kernel/Makefile
arch/arm64/kernel/signal32.c
arch/arm64/kernel/vdso.c