aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/bpf_helpers_doc.py
diff options
context:
space:
mode:
authorThomas Gleixner <[email protected]>2020-02-24 14:01:37 +0000
committerAlexei Starovoitov <[email protected]>2020-02-25 00:18:20 +0000
commitb0a81b94cc50a112601721fcc2f91fab78d7b9f3 (patch)
treef4d7b2395896a53576f2743900dfb102ee86e261 /scripts/bpf_helpers_doc.py
parentbpf: disable preemption for bpf progs attached to uprobe (diff)
downloadkernel-b0a81b94cc50a112601721fcc2f91fab78d7b9f3.tar.gz
kernel-b0a81b94cc50a112601721fcc2f91fab78d7b9f3.zip
bpf/trace: Remove redundant preempt_disable from trace_call_bpf()
Similar to __bpf_trace_run this is redundant because __bpf_trace_run() is invoked from a trace point via __DO_TRACE() which already disables preemption _before_ invoking any of the functions which are attached to a trace point. Remove it and add a cant_sleep() check. Signed-off-by: Thomas Gleixner <[email protected]> Signed-off-by: Alexei Starovoitov <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions