Message ID | 20240517023034.48138-1-laoar.shao@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | bpf: Add a generic bits iterator | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Andrii Nakryiko <andrii@kernel.org>: On Fri, 17 May 2024 10:30:32 +0800 you wrote: > Three new kfuncs, namely bpf_iter_bits_{new,next,destroy}, have been > added for the new bpf_iter_bits functionality. These kfuncs enable the > iteration of the bits from a given address and a given number of bits. > > - bpf_iter_bits_new > Initialize a new bits iterator for a given memory area. Due to the > limitation of bpf memalloc, the max number of bits to be iterated > over is (4096 * 8). > - bpf_iter_bits_next > Get the next bit in a bpf_iter_bits > - bpf_iter_bits_destroy > Destroy a bpf_iter_bits > > [...] Here is the summary with links: - [v8,bpf-next,1/2] bpf: Add bits iterator https://git.kernel.org/bpf/bpf-next/c/4665415975b0 - [v8,bpf-next,2/2] selftests/bpf: Add selftest for bits iter https://git.kernel.org/bpf/bpf-next/c/6ba7acdb93b4 You are awesome, thank you!