[PATCH] x86, powerpc : pkey-mprotect must allow pkey-0
Florian Weimer
fweimer at redhat.com
Fri Mar 9 22:04:49 AEDT 2018
On 03/09/2018 09:12 AM, Ram Pai wrote:
> Once an address range is associated with an allocated pkey, it cannot be
> reverted back to key-0. There is no valid reason for the above behavior.
mprotect without a key does not necessarily use key 0, e.g. if
protection keys are used to emulate page protection flag combination
which is not directly supported by the hardware.
Therefore, it seems to me that filtering out non-allocated keys is the
right thing to do.
Thanks,
Florian
More information about the Linuxppc-dev
mailing list