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)
commite04ddf179c2acb6de841016e5bcf29b26705b4ec
tree0aa9ef72877daa223b52b9856933342d9172b401
parentf4dea9689c5fea3d07170c2cb0703e216f1a0922
parent49e0263ab40f15a11cefa397bb17a0204505cead
Merge branch 'Introduce a new kfunc of bpf_task_under_cgroup'

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>