Hello, Linus. Nothing too interesting. The only two noticeable changes are a subtle cpuset behavior fix and trace event id field being expanded to u64 from int. Most others are code cleanups. Thanks. The following changes since commit 8ab774587903771821b59471cc723bba6d893942: Merge tag 'trace-v5.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace (2021-11-14 19:07:19 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git for-5.17 for you to fetch changes up to d4296faebd337e5f76c0fddb815de33d2b0ad118: cpuset: convert 'allowed' in __cpuset_node_allowed() to be boolean (2022-01-07 12:05:52 -1000) ---------------------------------------------------------------- Michal Koutný (1): cgroup: rstat: Mark benign data race to silence KCSAN Qi Zheng (1): cpuset: convert 'allowed' in __cpuset_node_allowed() to be boolean Waiman Long (1): cgroup/cpuset: Don't let child cpusets restrict parent in default hierarchy Wei Yang (5): cgroup: get the wrong css for css_alloc() during cgroup_init_subsys() cgroup: fix a typo in comment cgroup: return early if it is already on preloaded list cgroup: rstat: explicitly put loop variant in while cgroup/rstat: check updated_next only for root William Kucharski (1): cgroup: Trace event cgroup id fields should be u64 include/linux/cgroup-defs.h | 2 +- include/trace/events/cgroup.h | 12 +++++----- kernel/cgroup/cgroup.c | 6 ++--- kernel/cgroup/cpuset.c | 16 ++++---------- kernel/cgroup/rstat.c | 51 ++++++++++++++++++++----------------------- 5 files changed, 38 insertions(+), 49 deletions(-) -- tejun