Re: [PATCH bpf-next v3 5/5] selftests/bpf: cover stream capacity and partial read edge cases
Jianlin Shi <[email protected]>
| Newsgroups | org.kernel.vger.bpf |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Aug 15, 2026 at 08:27 UTC, sashiko-bot wrote: > Should the test verify a subsequent successful push using the same program > that performed the oversized push? Good catch. v4 fixes this: stream_oversize now performs the oversized bpf_stream_printk() and a subsequent "foo" push in the same program, and userspace reads that program's stream only. Thanks, Jianlin