powerpc/pkeys: Detach execute_only key on !PROT_EXEC
authorRam Pai <linuxram@us.ibm.com>
Fri, 4 May 2018 20:01:51 +0000 (13:01 -0700)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 5 Jun 2018 01:03:25 +0000 (11:03 +1000)
commiteabdb8ca8690eedd461e61ea7780595fbbae8132
treedb6036b2c5c08dd3c43e7dcb53fbc668bb1e15c8
parent75743649064ec0cf5ddd69f240ef23af66dde16e
powerpc/pkeys: Detach execute_only key on !PROT_EXEC

Disassociate the exec_key from a VMA if the VMA permission is not
PROT_EXEC anymore. Otherwise the exec_only key continues to be
associated with the vma, causing unexpected behavior.

The problem was reported on x86 by Shakeel Butt, which is also
applicable on powerpc.

Fixes: 5586cf61e108 ("powerpc: introduce execute-only pkey")
Cc: stable@vger.kernel.org # v4.16+
Reported-by: Shakeel Butt <shakeelb@google.com>
Signed-off-by: Ram Pai <linuxram@us.ibm.com>
Reviewed-by: Thiago Jung Bauermann <bauerman@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/mm/pkeys.c