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.