The following changes since commit 512dee0c00ad9e9c7ae9f11fc6743702ea40caff: Merge tag 'x86-urgent-2023-01-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2023-01-04 12:11:29 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git/ tags/cgroup-for-6.3 for you to fetch changes up to 32a47817d07557ffca9992964c514fd79bda6fba: cgroup/cpuset: fix a few kernel-doc warnings & coding style (2023-01-10 12:28:17 -1000) ---------------------------------------------------------------- cgroup changes for v6.3-rc1 All the commits are trivial. Doc updates and a trivial code cleanup. ---------------------------------------------------------------- Bagas Sanjaya (9): docs: cgroup-v1: replace custom note constructs with appropriate admonition blocks docs: cgroup-v1: wrap remaining admonitions in admonition blocks docs: cgroup-v1: use code block for locking order schema docs: cgroup-v1: fix footnotes docs: cgroup-v1: move hierarchy of accounting caption docs: cgroup-v1: use bullet lists for list of stat file tables docs: cgroup-v1: make swap extension subsections subsections docs: cgroup-v1: add internal cross-references docs: cgroup-v1: use numbered lists for user interface setup Daniel Vacek (1): cgroup/cpuset: no need to explicitly init a global static variable Randy Dunlap (1): cgroup/cpuset: fix a few kernel-doc warnings & coding style Documentation/admin-guide/cgroup-v1/cgroups.rst | 2 + Documentation/admin-guide/cgroup-v1/memory.rst | 284 +++++++++++++----------- kernel/cgroup/cpuset.c | 15 +- 3 files changed, 162 insertions(+), 139 deletions(-) -- tejun