]> Git Repo - linux.git/commit
x86/mm/iommu/sva: Make LAM and SVA mutually exclusive
authorKirill A. Shutemov <[email protected]>
Sun, 12 Mar 2023 11:26:06 +0000 (14:26 +0300)
committerDave Hansen <[email protected]>
Thu, 16 Mar 2023 20:08:40 +0000 (13:08 -0700)
commit23e5d9ec2bab53c4e5fbac675304e699726c1ac5
tree4a147d3d5733a4b57a1e4d4e99f99e62553fdc17
parent400b9b93441cd4e2fe824a70140f3d5a2a9c802b
x86/mm/iommu/sva: Make LAM and SVA mutually exclusive

IOMMU and SVA-capable devices know nothing about LAM and only expect
canonical addresses. An attempt to pass down tagged pointer will lead
to address translation failure.

By default do not allow to enable both LAM and use SVA in the same
process.

The new ARCH_FORCE_TAGGED_SVA arch_prctl() overrides the limitation.
By using the arch_prctl() userspace takes responsibility to never pass
tagged address to the device.

Signed-off-by: Kirill A. Shutemov <[email protected]>
Signed-off-by: Dave Hansen <[email protected]>
Reviewed-by: Ashok Raj <[email protected]>
Reviewed-by: Jacob Pan <[email protected]>
Acked-by: Peter Zijlstra (Intel) <[email protected]>
Link: https://lore.kernel.org/all/20230312112612.31869-12-kirill.shutemov%40linux.intel.com
arch/x86/include/asm/mmu.h
arch/x86/include/asm/mmu_context.h
arch/x86/include/uapi/asm/prctl.h
arch/x86/kernel/process_64.c
drivers/iommu/iommu-sva.c
include/linux/mmu_context.h
This page took 0.062759 seconds and 4 git commands to generate.