]> www.infradead.org Git - users/jedix/linux-maple.git/commit
powerpc/mm: Fix reporting of kernel execute faults on the 8xx
authorChristophe Leroy <christophe.leroy@c-s.fr>
Wed, 28 Nov 2018 09:27:04 +0000 (09:27 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Feb 2019 18:46:07 +0000 (19:46 +0100)
commit409985215a566e738e583295ea9a4f79a1d296d0
tree50ee2e4ac352ec9493225af02358482bc3626b68
parent4ab6a0314538afb9421c6700aebed61fde7f378d
powerpc/mm: Fix reporting of kernel execute faults on the 8xx

[ Upstream commit ffca395b11c4a5a6df6d6345f794b0e3d578e2d0 ]

On the 8xx, no-execute is set via PPP bits in the PTE. Therefore
a no-exec fault generates DSISR_PROTFAULT error bits,
not DSISR_NOEXEC_OR_G.

This patch adds DSISR_PROTFAULT in the test mask.

Fixes: d3ca587404b3 ("powerpc/mm: Fix reporting of kernel execute faults")
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/powerpc/mm/fault.c