]> git.ipfire.org Git - thirdparty/linux.git/commit
bpf: Fix bpf_seq_read docs for increased buffer size
authorT.J. Mercier <tjmercier@google.com>
Sun, 7 Dec 2025 09:10:04 +0000 (01:10 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Sun, 14 Dec 2025 02:57:53 +0000 (18:57 -0800)
commit6f0b824a61f212e9707ff68abcabfdfa4724b811
treea193db38e5b4a98efe71a8969b0937e6ebd32831
parent759377dab35e404fc4f013e3f853d6e9450b4633
bpf: Fix bpf_seq_read docs for increased buffer size

Commit af65320948b8 ("bpf: Bump iter seq size to support BTF
representation of large data structures") increased the fixed buffer
size from PAGE_SIZE to PAGE_SIZE << 3, but the docs for the function
didn't get updated at the same time. Update them.

Signed-off-by: T.J. Mercier <tjmercier@google.com>
Acked-by: Yonghong Song <yonghong.song@linux.dev>
Link: https://lore.kernel.org/r/20251207091005.2829703-1-tjmercier@google.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
kernel/bpf/bpf_iter.c