arm64: Distinguish between user and kernel XN bits
authorCatalin Marinas <catalin.marinas@arm.com>
Thu, 15 Nov 2012 17:21:16 +0000 (17:21 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 16 Nov 2012 15:50:25 +0000 (15:50 +0000)
On AArch64, the meaning of the XN bit has changed to UXN (user). The PXN
(privileged) bit must be set to prevent kernel execution. Without the
PXN bit set, the CPU may speculatively access device memory. This patch
ensures that all the mappings that the kernel must not execute from
(including user mappings) have the PXN bit set.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>

No differences found