From: Jungseung Lee Date: Sat, 29 Nov 2014 01:33:30 +0000 (+0100) Subject: ARM: 8235/1: Support for the PXN CPU feature on ARMv7 X-Git-Tag: omap-for-v3.20/drop-legacy-3517~102^2~1^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d4d37159d013a4c54d785407dd8902f901d7bc5;p=pandora-kernel.git ARM: 8235/1: Support for the PXN CPU feature on ARMv7 Modern ARMv7-A/R cores optionally implement below new hardware feature: - PXN: Privileged execute-never(PXN) is a security feature. PXN bit determines whether the processor can execute software from the region. This is effective solution against ret2usr attack. On an implementation that does not include the LPAE, PXN is optionally supported. This patch set PXN bit on user page table for preventing user code execution with privilege mode. Reviewed-by: Catalin Marinas Signed-off-by: Jungseung Lee Signed-off-by: Russell King --- Reading git-diff-tree failed