We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4107a1a commit f18169cCopy full SHA for f18169c
tools/include/uapi/linux/bpf.h
@@ -6019,7 +6019,10 @@ union bpf_attr {
6019
FN(user_ringbuf_drain, 209, ##ctx) \
6020
FN(cgrp_storage_get, 210, ##ctx) \
6021
FN(cgrp_storage_delete, 211, ##ctx) \
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
+ */
6026
6027
/* backwards-compatibility macros for users of __BPF_FUNC_MAPPER that don't
6028
* know or care about integer value that is now passed as second argument
0 commit comments