]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
arm64: Implement pmdp_set_access_flags() for hardware AF/DBM
authorCatalin Marinas <catalin.marinas@arm.com>
Thu, 5 May 2016 09:44:00 +0000 (10:44 +0100)
committerKamal Mostafa <kamal@canonical.com>
Fri, 10 Jun 2016 13:32:25 +0000 (06:32 -0700)
commit0c0fdda5a6789f114cb64a2691014caf4182a16d
tree08192d236ee062cf20c3d2f3490214406c2428bf
parent6805bd4d95851813726f31096111dd5d622f4bd9
arm64: Implement pmdp_set_access_flags() for hardware AF/DBM

BugLink: http://bugs.launchpad.net/bugs/1588945
commit 282aa7051b0169991b34716f0f22d9c2f59c46c4 upstream.

The update to the accessed or dirty states for block mappings must be
done atomically on hardware with support for automatic AF/DBM. The
ptep_set_access_flags() function has been fixed as part of commit
66dbd6e61a52 ("arm64: Implement ptep_set_access_flags() for hardware
AF/DBM"). This patch brings pmdp_set_access_flags() in line with the pte
counterpart.

Fixes: 2f4b829c625e ("arm64: Add support for hardware updates of the access and dirty pte bits")
Reviewed-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
arch/arm64/include/asm/pgtable.h