diff options
| author | Ravi Bangoria <[email protected]> | 2020-09-02 09:59:40 +0530 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2020-09-15 22:13:18 +1000 |
| commit | 9b6b7c680cc20971444d9f836e49fc98848bcd0a (patch) | |
| tree | 74f86dbee4a8abba2c76558c4eaf570863a9cdc3 /tools/perf/scripts/python/bin/stackcollapse-report | |
| parent | 4441eb02333a9b46a0d919aa7a6d3b137b5f2562 (diff) | |
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 <[email protected]>
Suggested-by: Pedro Miraglia Franco de Carvalho <[email protected]>
Signed-off-by: Ravi Bangoria <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions