cgroup: Changes for v7.1

- cgroup_file_notify() locking converted from a global lock to
  per-cgroup_file spinlock with a lockless fast-path when no notification
  is needed.

- Misc changes including exposing cgroup helpers for sched_ext and minor
  fixes.
cgroup/rdma: fix swapped arguments in pr_warn() format string

The format string says "device %p ... rdma cgroup %p" but the arguments
were passed as (cg, device), printing them in the wrong order.

Signed-off-by: cuitao <cuitao@kylinos.cn>
Signed-off-by: Tejun Heo <tj@kernel.org>
1 file changed