[GIT PULL] Cgroup fixes for v6.6-rc5
From: Tejun Heo
Date: Thu Oct 12 2023 - 19:20:58 EST
The following changes since commit 94f6f0550c625fab1f373bb86a6669b45e9748b3:
Linux 6.6-rc5 (2023-10-08 13:49:43 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git/ tags/cgroup-for-6.6-rc5-fixes
for you to fetch changes up to 13cc9ee8f8ed58e563294d87d74a62006be40f21:
cgroup: Fix incorrect css_set_rwsem reference in comment (2023-10-12 07:22:56 -1000)
----------------------------------------------------------------
cgroup: Fixes for v6.6-rc5
- In cgroup1, the `tasks` file could have duplicate pids which can trigger a
warning in seq_file. Fix it by removing duplicate items after sorting.
- Comment update.
----------------------------------------------------------------
Michal Koutný (1):
cgroup: Remove duplicates in cgroup v1 tasks file
Waiman Long (1):
cgroup: Fix incorrect css_set_rwsem reference in comment
include/linux/cgroup-defs.h | 2 +-
kernel/cgroup/cgroup-v1.c | 5 ++---
2 files changed, 3 insertions(+), 4 deletions(-)
--
tejun