Skip to content

Commit b2bf2bb

Browse files
Yonghong Songqmonnet
authored andcommitted
bpf: Sync uapi bpf.h header for the tooling infra
Commit 0abff462d802 ("bpf: Add comment about helper freeze") missed the tooling header sync. Fix it. Signed-off-by: Yonghong Song <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexei Starovoitov <[email protected]>
1 parent 02d3ecd commit b2bf2bb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

include/uapi/linux/bpf.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6019,7 +6019,10 @@ union bpf_attr {
60196019
FN(user_ringbuf_drain, 209, ##ctx) \
60206020
FN(cgrp_storage_get, 210, ##ctx) \
60216021
FN(cgrp_storage_delete, 211, ##ctx) \
6022-
/* */
6022+
/* This helper list is effectively frozen. If you are trying to \
6023+
* add a new helper, you should add a kfunc instead which has \
6024+
* less stability guarantees. See Documentation/bpf/kfuncs.rst \
6025+
*/
60236026

60246027
/* backwards-compatibility macros for users of __BPF_FUNC_MAPPER that don't
60256028
* know or care about integer value that is now passed as second argument

0 commit comments

Comments
 (0)