Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov <ast@xxxxxxxxxx>: On Sun, 9 Mar 2025 19:04:23 -0400 you wrote: > Some BPF programs like scx schedulers have their own internal CPU mask types, > mask types, which they must transform into struct bpf_cpumask instances > before passing them to scheduling-related kfuncs. There is currently no > way to efficiently populate the bitfield of a bpf_cpumask from BPF memory, > and programs must use multiple bpf_cpumask_[set, clear] calls to do so. > Introduce a kfunc helper to populate the bitfield of a bpf_cpumask from valid > BPF memory with a single call. > > [...] Here is the summary with links: - [v7,1/4] bpf: add kfunc for populating cpumask bits https://git.kernel.org/bpf/bpf-next/c/63f99cd6a53f - [v7,2/4] selftests: bpf: add bpf_cpumask_populate selftests https://git.kernel.org/bpf/bpf-next/c/3524b150f4ff - [v7,3/4] bpf: fix missing kdoc string fields in cpumask.c https://git.kernel.org/bpf/bpf-next/c/d70870e809a9 - [v7,4/4] selftests: bpf: fix duplicate selftests in cpumask_success. https://git.kernel.org/bpf/bpf-next/c/93ececb29a19 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html