On Tue, Aug 23, 2022 at 03:25:51PM -0700, Stanislav Fomichev wrote: > Split cgroup_base_func_proto into the following: > > * cgroup_common_func_proto - common helpers for all cgroup hooks > * cgroup_current_func_proto - common helpers for all cgroup hooks > running in the process context (== have meaningful 'current'). > > Move bpf_{g,s}et_retval and other cgroup-related helpers into > kernel/bpf/cgroup.c so they closer to where they are being used. Acked-by: Martin KaFai Lau <kafai@xxxxxx>