The following changes since commit 58706f7fb045b7019bada81fa17f372189315fe5: Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi (2023-01-31 11:39:08 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git/ tags/cgroup-for-6.2-fixes for you to fetch changes up to e5ae8803847b80fe9d744a3174abe2b7bfed222a: cgroup/cpuset: Fix wrong check in update_parent_subparts_cpumask() (2023-01-31 12:14:02 -1000) ---------------------------------------------------------------- Cgroup fixes for v6.2-rc6 This is a very late pull request but cpuset has a bug which can cause an oops after some configuration operations, which is introduced during the v6.1 cycle. This pull request contains only one commit to fix the bug. ---------------------------------------------------------------- Waiman Long (1): cgroup/cpuset: Fix wrong check in update_parent_subparts_cpumask() kernel/cgroup/cpuset.c | 3 ++- tools/testing/selftests/cgroup/test_cpuset_prs.sh | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) -- tejun