Message ID | 20250301151846.1552362-1-memxor@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Global subprogs in RCU/{preempt,irq}-disabled sections | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov <ast@kernel.org>: On Sat, 1 Mar 2025 07:18:43 -0800 you wrote: > Small change to allow non-sleepable global subprogs in > RCU, preempt-disabled, and irq-disabled sections. For > now, we don't lift the limitation for locks as it requires > more analysis, and will do this one resilient spin locks > land. > > This surfaced a bug where sleepable global subprogs were > allowed in RCU read sections, that has been fixed. Tests > have been added to cover various cases. > > [...] Here is the summary with links: - [bpf-next,v3,1/3] bpf: Summarize sleepable global subprogs https://git.kernel.org/bpf/bpf-next/c/90d8c8980b5c - [bpf-next,v3,2/3] selftests/bpf: Test sleepable global subprogs in atomic contexts https://git.kernel.org/bpf/bpf-next/c/6e2cc6067e73 - [bpf-next,v3,3/3] selftests/bpf: Add tests for extending sleepable global subprogs https://git.kernel.org/bpf/bpf-next/c/ce9add7b9028 You are awesome, thank you!