In the Linux kernel, the following vulnerability has been resolved: bpf: Send signals asynchronously if !preemptible BPF programs can execute in all kinds of contexts and when a program running in a non-preemptible context uses the bpf_send_signal() kfunc, it will cause issues because this kfunc can sleep. Change `irqs_disabled()` to `!preemptible()`.
| Product | Vendor | Version |
|---|---|---|
| Linux | Linux | All versions |
| Linux | Linux | SA6155P |
| Linux | Linux | < ad53127973034c63b5348715a1043d0e80ceb330 |
| Linux | Linux | n/a |