On Mon, Oct 23, 2023 at 3:41 PM Song Liu <song@xxxxxxxxxx> wrote: > + > + __bpf_kfunc bpf_get_file_xattr(..., const char *name__const_str, ... > + case KF_ARG_PTR_TO_CONST_STR: CONST_STR was ok here, but as __const_str suffix is a bit too verbose. How about just __str ? I don't think we'll have non-const strings in the near future.