diff options
| author | Naveen N. Rao <[email protected]> | 2022-10-20 22:58:57 +0530 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2022-11-24 23:31:49 +1100 |
| commit | 2fa9482334b0593b7edc371a13c0cca81daaa89e (patch) | |
| tree | 49fb4e578da155b4b9671b5dfc25561a4a3af31a /tools/perf/scripts/python/stackcollapse.py | |
| parent | 16a3f41ff3322830683d3ccc14d77736829c61bf (diff) | |
powerpc/kprobes: Remove preempt disable around call to get_kprobe() in arch_prepare_kprobe()
arch_prepare_kprobe() is called from register_kprobe() via
prepare_kprobe(), or through register_aggr_kprobe(), both with the
kprobe_mutex held. Per the comment for get_kprobe():
/*
* This routine is called either:
* - under the 'kprobe_mutex' - during kprobe_[un]register().
* OR
* - with preemption disabled - from architecture specific code.
*/
As such, there is no need to disable preemption around the call to
get_kprobe(). Drop the same.
Reported-by: Nicholas Piggin <[email protected]>
Signed-off-by: Naveen N. Rao <[email protected]>
Reviewed-by: Nicholas Piggin <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/r/1043d06a0affed83a4a46dd29466e72820ee215d.1666262278.git.naveen.n.rao@linux.vnet.ibm.com
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions