]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rqspinlock: Add entry to Makefile, MAINTAINERS
authorKumar Kartikeya Dwivedi <memxor@gmail.com>
Sun, 16 Mar 2025 04:05:33 +0000 (21:05 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 19 Mar 2025 15:03:05 +0000 (08:03 -0700)
commite2082e32fd57976e811086708043c136ee596978
tree93e6126c034f713d3487b314ce17abdab65b7f03
parent101acd2e78b1b63708ca527ca98e57b1ff2a9534
rqspinlock: Add entry to Makefile, MAINTAINERS

Ensure that the rqspinlock code is only built when the BPF subsystem is
compiled in. Depending on queued spinlock support, we may or may not end
up building the queued spinlock slowpath, and instead fallback to the
test-and-set implementation. Also add entries to MAINTAINERS file.

Signed-off-by: Kumar Kartikeya Dwivedi <memxor@gmail.com>
Link: https://lore.kernel.org/r/20250316040541.108729-18-memxor@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
MAINTAINERS
include/asm-generic/Kbuild
kernel/bpf/Makefile