On Thu, Aug 8, 2024 at 10:37 AM Jordan Rome <linux@xxxxxxxxxxxxxx> wrote: > > #define ___BPF_FUNC_MAPPER(FN, ctx...) \ > FN(unspec, 0, ##ctx) \ > @@ -6006,6 +6027,7 @@ union bpf_attr { > FN(user_ringbuf_drain, 209, ##ctx) \ > FN(cgrp_storage_get, 210, ##ctx) \ > FN(cgrp_storage_delete, 211, ##ctx) \ > + FN(copy_from_user_str, 212, ##ctx) \ Sorry, no new helpers. We can only add kfuncs now. pw-bot: cr