Skip to content

Conversation

@danielocfb
Copy link
Collaborator

@danielocfb danielocfb commented Dec 17, 2025

Simplify stream tests by using bpf_stream_printk() as per [0]. We need to downgrade the kernel here, because commit a00b10df8c89 ("bpf: add _impl suffix for bpf_stream_vprintk() kfunc") broke everything, as it leads to a mismatch between the kfunc that any currently released libbpf emits versus what the kernel provides.

[0] #1284 (comment)

Simplify stream tests by using bpf_stream_printk() as per [0]. We need
to downgrade the kernel here, because commit a00b10df8c89 ("bpf: add
_impl suffix for bpf_stream_vprintk() kfunc") broke everything, as it
leads to a mismatch between the kfunc that any released libbpf emits
versus what the kernel provides. It's great.

[0] libbpf#1284 (comment)

Signed-off-by: Daniel Müller <deso@posteo.net>
@danielocfb danielocfb merged commit cdc122a into libbpf:master Dec 17, 2025
18 checks passed
@danielocfb danielocfb deleted the topic/simple-streams branch December 17, 2025 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants