Merge branch 'Introduce a new kfunc of bpf_task_under_cgroup'
authorAlexei Starovoitov <ast@kernel.org>
Sat, 6 May 2023 20:56:38 +0000 (13:56 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Sat, 6 May 2023 20:56:44 +0000 (13:56 -0700)
Feng zhou says:

====================
Trace sched related functions, such as enqueue_task_fair, it is necessary to
specify a task instead of the current task which within a given cgroup.
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>

Trivial merge