Message ID | 20250306035431.2186189-1-memxor@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Arena Spin Lock | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov <ast@kernel.org>: On Wed, 5 Mar 2025 19:54:28 -0800 you wrote: > This set provides an implementation of queued spin lock for arena. > There is no support for resiliency and recovering from deadlocks yet. > We will wait for the rqspinlock patch set to land before incorporating > support. > > One minor change compared to the qspinlock algorithm in the kernel is > that we don't have the trylock fallback when nesting count exceeds 4. > The maximum number of supported CPUs is 1024, but this can be increased > in the future if necessary. > > [...] Here is the summary with links: - [bpf-next,v5,1/3] selftests/bpf: Introduce cond_break_label https://git.kernel.org/bpf/bpf-next/c/994fd3eae1b5 - [bpf-next,v5,2/3] selftests/bpf: Introduce arena spin lock https://git.kernel.org/bpf/bpf-next/c/0201027a026c - [bpf-next,v5,3/3] selftests/bpf: Add tests for arena spin lock https://git.kernel.org/bpf/bpf-next/c/313149fd0a07 You are awesome, thank you!