Re: [PATCH bpf-next] bpf: Fix bpf_seq_read docs for increased buffer size

From: T.J. Mercier

Date: Mon Dec 08 2025 - 18:42:21 EST


On Mon, Dec 8, 2025 at 2:42 AM Yonghong Song <yonghong.song@xxxxxxxxx> wrote:
>
>
>
> On 12/7/25 1:10 AM, T.J. Mercier wrote:
> > 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@xxxxxxxxxx>
>
> Acked-by: Yonghong Song <yonghong.song@xxxxxxxxx>

Thanks!