[PATCH 1/2] arm: hwcap: add new hwcap for identifying PXN bits

Catalin Marinas catalin.marinas at arm.com
Fri Oct 24 03:11:42 PDT 2014


On Fri, Oct 24, 2014 at 10:57:34AM +0100, Jungseung Lee wrote:
> Modern ARMv7-A/R cores can 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.
> 
> This patch adds new HWCAP defines to describe new feature.
> On an implementation that does not include the LPAE, PXN is
> optionally supported.

Why does the user need to know about such feature? Just enable it in the
kernel if available.

-- 
Catalin



More information about the linux-arm-kernel mailing list