Re: [PATCH bpf-next v4 00/25] Resilient Queued Spin Lock
From: Alexei Starovoitov
Date: Tue Mar 18 2025 - 16:32:36 EST
On Sat, Mar 15, 2025 at 9:05 PM Kumar Kartikeya Dwivedi
<memxor@xxxxxxxxx> wrote:
>
> Changelog:
> ----------
> v3 -> v4
> v4: https://lore.kernel.org/bpf/20250303152305.3195648-1-memxor@xxxxxxxxx
>
> * Fix bisectability problem by reordering locktorture commit before
> Makefile commit.
> * Add EXPORT_SYMBOL_GPL to all used symbols and variables by consumers.
> * Skip BPF selftest when nrprocs < 2.
> * Fix kdoc to describe return value for res_spin_lock, slowpath.
> * Move kernel/locking/rqspinlock.{c,h} to kernel/bpf/rqspinlock.{c,h}.
Applied to bpf-next/res_spin_lock and /for-next branches.
bpf queue_stack, ringbuf, and various local storage-s need to
be converted to res_spin_lock in follow ups.