This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from bba7d682277c Merge tag 'xfs-5.16-merge-4' of git://git.kernel.org/pub/s [...] new d25302e46592 workqueue: make sysfs of unbound kworker cpumask more clever new 55df0933be74 workqueue: Introduce show_one_worker_pool and show_one_workqueue. new f9eaaa82b474 workqueue: doc: Call out the non-reentrance conditions new 4075409c9fcb Merge branch 'for-5.16' of git://git.kernel.org/pub/scm/li [...] new f279294b3293 misc_cgroup: introduce misc.events to count failures new b03357528fd9 misc_cgroup: remove error log to avoid log flood new 4b53bb873fcd docs/cgroup: add entry for misc.events new 7ee285395b21 cgroup: Make rebind_subsystems() disable v2 controllers al [...] new 0061270307f2 cgroup: cgroup-v1: do not exclude cgrp_dfl_root new be288169712f cgroup: reduce dependency on cgroup_mutex new bb758421416f cgroup: remove cgroup_mutex from cgroupstats_build new 822bc9bac9e9 cgroup: no need for cgroup_mutex for /proc/cgroups new 81c49d39aea8 cgroup: Fix rootcg cpu.stat guest double counting new 588e5d876648 cgroup: bpf: Move wrapper for __cgroup_bpf_*() to kernel/b [...] new a85373fe446a Merge branch 'for-5.16' of git://git.kernel.org/pub/scm/li [...] new 99c31f9feda4 ucounts: In set_cred_ucounts assume new->ucounts is non-NULL new 5fc9e37cd5ae ucounts: Remove unnecessary test for NULL ucount in get_ucounts new da70d3109e74 ucounts: Add get_ucounts_or_wrap for clarity new 32342701b4ba ucounts: Use atomic_long_sub_return for clarity new 33fb42636a93 Merge branch 'ucount-fixes-for-v5.16' of git://git.kernel. [...]
The 20 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/admin-guide/cgroup-v2.rst | 10 ++ Documentation/core-api/workqueue.rst | 21 +++- drivers/tty/sysrq.c | 2 +- include/linux/bpf-cgroup.h | 20 ---- include/linux/misc_cgroup.h | 6 +- include/linux/workqueue.h | 3 +- kernel/bpf/cgroup.c | 54 +++++++-- kernel/cgroup/cgroup-v1.c | 17 +-- kernel/cgroup/cgroup.c | 120 ++++++++++---------- kernel/cgroup/misc.c | 31 ++++-- kernel/cgroup/rstat.c | 2 - kernel/cred.c | 5 +- kernel/power/process.c | 2 +- kernel/ucount.c | 20 ++-- kernel/workqueue.c | 187 ++++++++++++++++++-------------- 15 files changed, 287 insertions(+), 213 deletions(-)