summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/hw_breakpoint_constraints.c
diff options
context:
space:
mode:
authorRavi Bangoria <ravi.bangoria@linux.ibm.com>2020-09-02 09:59:40 +0530
committerMichael Ellerman <mpe@ellerman.id.au>2020-09-15 22:13:18 +1000
commit9b6b7c680cc20971444d9f836e49fc98848bcd0a (patch)
tree74f86dbee4a8abba2c76558c4eaf570863a9cdc3 /arch/powerpc/kernel/hw_breakpoint_constraints.c
parent4441eb02333a9b46a0d919aa7a6d3b137b5f2562 (diff)
downloadlinux-stable-9b6b7c680cc20971444d9f836e49fc98848bcd0a.tar.gz
linux-stable-9b6b7c680cc20971444d9f836e49fc98848bcd0a.tar.bz2
linux-stable-9b6b7c680cc20971444d9f836e49fc98848bcd0a.zip
powerpc/watchpoint/ptrace: Fix SETHWDEBUG when CONFIG_HAVE_HW_BREAKPOINT=N
When kernel is compiled with CONFIG_HAVE_HW_BREAKPOINT=N, user can still create watchpoint using PPC_PTRACE_SETHWDEBUG, with limited functionalities. But, such watchpoints are never firing because of the missing privilege settings. Fix that. It's safe to set HW_BRK_TYPE_PRIV_ALL because we don't really leak any kernel address in signal info. Setting HW_BRK_TYPE_PRIV_ALL will also help to find scenarios when kernel accesses user memory. Reported-by: Pedro Miraglia Franco de Carvalho <pedromfc@linux.ibm.com> Suggested-by: Pedro Miraglia Franco de Carvalho <pedromfc@linux.ibm.com> Signed-off-by: Ravi Bangoria <ravi.bangoria@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20200902042945.129369-4-ravi.bangoria@linux.ibm.com
Diffstat (limited to 'arch/powerpc/kernel/hw_breakpoint_constraints.c')
0 files changed, 0 insertions, 0 deletions