]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'likely-unlikely-for-bpf_helpers-and-a-small-comment-fix'
authorAndrii Nakryiko <andrii@kernel.org>
Fri, 4 Apr 2025 15:53:24 +0000 (08:53 -0700)
committerAndrii Nakryiko <andrii@kernel.org>
Fri, 4 Apr 2025 15:53:25 +0000 (08:53 -0700)
commit893c3938ab5dca5c14157bd80fced95e24784931
tree2bc06ff098a7a77679dc0b6c85d9fc8794b059af
parent75011ad69bc54396703867b5434f1622343a848e
parentdafae1ae2ad32d124ce4efb2105c00ccadc7bd32
Merge branch 'likely-unlikely-for-bpf_helpers-and-a-small-comment-fix'

Anton Protopopov says:

====================
likely/unlikely for bpf_helpers and a small comment fix

These two commits fix a comment describing bpf_attr in <linux/bpf.h>
and add likely/unlikely macros to <bph/bpf_helpers.h> to be consumed
by selftests and, later, by the static_branch_likely/unlikely macros.

v1 -> v2:
  * squash libbpf and selftests fixes into one patch (Andrii)
====================

Link: https://patch.msgid.link/20250331203618.1973691-1-a.s.protopopov@gmail.com
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>