aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorYonghong Song <[email protected]>2023-01-18 12:48:15 -0800
committerAlexei Starovoitov <[email protected]>2023-01-18 18:44:16 -0800
commitbdb7fdb0aca8b96cef9995d3a57e251c2289322f (patch)
tree47e2918f1c914a7f902ee7d8a79595c844eade76 /scripts
parent36024d023d139a0c8b552dc3b7f4dc7b4c139e8f (diff)
bpf: Fix a possible task gone issue with bpf_send_signal[_thread]() helpers
In current bpf_send_signal() and bpf_send_signal_thread() helper implementation, irq_work is used to handle nmi context. Hao Sun reported in [1] that the current task at the entry of the helper might be gone during irq_work callback processing. To fix the issue, a reference is acquired for the current task before enqueuing into the irq_work so that the queued task is still available during irq_work callback processing. [1] https://lore.kernel.org/bpf/[email protected]/ Fixes: 8b401f9ed244 ("bpf: implement bpf_send_signal() helper") Tested-by: Hao Sun <[email protected]> Reported-by: Hao Sun <[email protected]> Signed-off-by: Yonghong Song <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexei Starovoitov <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions