From: Linus Torvalds Date: Tue, 2 Nov 2021 22:37:27 +0000 (-0700) Subject: Merge branch 'for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup X-Git-Tag: v6.1-rc5~2755 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a85373fe446adb37cab7b2702f054af1b275dc13;p=platform%2Fkernel%2Flinux-starfive.git Merge branch 'for-5.16' of git://git./linux/kernel/git/tj/cgroup Pull cgroup updates from Tejun Heo: - The misc controller now reports allocation rejections through misc.events instead of printking - cgroup_mutex usage is reduced to improve scalability of some operations - vhost helper threads are now assigned to the right cgroup on cgroup2 - Bug fixes * 'for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup: cgroup: bpf: Move wrapper for __cgroup_bpf_*() to kernel/bpf/cgroup.c cgroup: Fix rootcg cpu.stat guest double counting cgroup: no need for cgroup_mutex for /proc/cgroups cgroup: remove cgroup_mutex from cgroupstats_build cgroup: reduce dependency on cgroup_mutex cgroup: cgroup-v1: do not exclude cgrp_dfl_root cgroup: Make rebind_subsystems() disable v2 controllers all at once docs/cgroup: add entry for misc.events misc_cgroup: remove error log to avoid log flood misc_cgroup: introduce misc.events to count failures --- a85373fe446adb37cab7b2702f054af1b275dc13