arm64: kprobes: WARN if attempting to step with PSTATE.D=1
authorWill Deacon <will.deacon@arm.com>
Tue, 19 Jul 2016 14:07:39 +0000 (15:07 +0100)
committerAlex Shi <alex.shi@linaro.org>
Thu, 20 Oct 2016 07:38:13 +0000 (15:38 +0800)
commita1961c0da3b0e3fa8bd803547f96963bf31b69a4
tree5c60572ea4eaa2e59582ea0651c3d5402bc573c8
parentda367d1e9e36ed55023a59a7fbcb3541732c2eff
arm64: kprobes: WARN if attempting to step with PSTATE.D=1

commit 44bd887ce10eb8061f6a137f8a73f823957edd82 upstream.

Stepping with PSTATE.D=1 is bad news. The step won't generate a debug
exception and we'll likely walk off into random data structures. This
should never happen, but when it does, it's a PITA to debug. Add a
WARN_ON to shout if we realise this is about to take place.

Signed-off-by: Will Deacon <will.deacon@arm.com>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: David A. Long <dave.long@linaro.org>
arch/arm64/kernel/probes/kprobes.c