]> xenbits.xensource.com Git - xen.git/commit
xen/arm: smmuv1: Set privileged attr to 'default'
authorRahul Singh <rahul.singh@arm.com>
Fri, 25 Jun 2021 16:37:27 +0000 (17:37 +0100)
committerStefano Stabellini <sstabellini@kernel.org>
Fri, 25 Jun 2021 21:54:17 +0000 (14:54 -0700)
commitbb11edcec1a953ce590da797b0d005cd60f21e83
tree768e92b62832d488860d392cf588a687baa31f60
parent93fe1817e7ca8c80f93c098a191e1cc3483190df
xen/arm: smmuv1: Set privileged attr to 'default'

Backport commit e19898077cfb642fe151ba22981e795c74d9e114
"iommu/arm-smmu: Set privileged attribute to 'default' instead of
'unprivileged'"

Original commit message:
    Currently the driver sets all the device transactions privileges
    to UNPRIVILEGED, but there are cases where the iommu masters wants
    to isolate privileged supervisor and unprivileged user.
    So don't override the privileged setting to unprivileged, instead
    set it to default as incoming and let it be controlled by the
    pagetable settings.

Acked-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Sricharan R <sricharan@codeaurora.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Rahul Singh <rahul.singh@arm.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
Tested-by: Stefano Stabellini <sstabellini@kernel.org>
xen/drivers/passthrough/arm/smmu.c