The following changes since commit 7ed2632ec7d72e926b9e8bcc9ad1bb0cd37274bf: drm/ttm: fix ttm pool initialization for no-dma-device drivers (2024-01-22 17:25:46 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git/ tags/cgroup-for-6.9 for you to fetch changes up to 3ab67a9ce82ff22447b1dad53b49a91d1abbf1ff: cgroup/cpuset: Mark memory_spread_slab as obsolete (2024-02-29 10:28:19 -1000) ---------------------------------------------------------------- cgroup: Changes for 6.9 A quiet cycle. One trivial doc update patch. Two patches to drop now defunct memory_spread_slab feature from cgroup1 cpuset. ---------------------------------------------------------------- Xinyu Li (1): docs: cgroup-v1: add missing code-block tags Xiongwei Song (2): cgroup/cpuset: Remove cpuset_do_slab_mem_spread() cgroup/cpuset: Mark memory_spread_slab as obsolete Documentation/admin-guide/cgroup-v1/cpusets.rst | 2 +- Documentation/admin-guide/cgroup-v1/hugetlb.rst | 20 ++++++++++++-------- include/linux/cpuset.h | 10 ---------- kernel/cgroup/cpuset.c | 1 + 4 files changed, 14 insertions(+), 19 deletions(-) -- tejun