]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'libbpf-remove-extern-declaration-of-bpf_stream_vprintk'
authorAlexei Starovoitov <ast@kernel.org>
Wed, 18 Feb 2026 22:58:47 +0000 (14:58 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 18 Feb 2026 22:59:00 +0000 (14:59 -0800)
commitf06eab00e2e0b8a190f44c5b0ceeb19a73462e38
tree950bc42df6b194cbca95209abb031c91431c2fb1
parent3b39d73cc3379360a33eb583b17f21fe55e1288e
parent0cecd492f5165d3e7a314b87e9b7787734eab324
Merge branch 'libbpf-remove-extern-declaration-of-bpf_stream_vprintk'

Ihor Solodrai says:

====================
libbpf: Remove extern declaration of bpf_stream_vprintk()

The first patch adjusts a selftest that has been using
bpf_stream_printk() macro. The second patch removes the declaration.
====================

Link: https://patch.msgid.link/20260218215651.2057673-1-ihor.solodrai@linux.dev
Signed-off-by: Alexei Starovoitov <ast@kernel.org>