* [GIT PULL] cgroup: Fixes for v6.12-rc5
@ 2024-10-30 0:48 Tejun Heo
2024-10-30 2:44 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Tejun Heo @ 2024-10-30 0:48 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, cgroups
The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:
Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git/ tags/cgroup-for-6.12-rc5-fixes
for you to fetch changes up to 3cc4e13bb1617f6a13e5e6882465984148743cf4:
cgroup: Fix potential overflow issue when checking max_depth (2024-10-14 13:39:25 -1000)
----------------------------------------------------------------
cgroup: Fixes for v6.12-rc5
- cgroup_bpf_release_fn() could saturate system_wq with
cgrp->bpf.release_work which can then form a circular dependency leading
to deadlocks. Fix by using a dedicated workqueue. The system_wq's max
concurrency limit is being increased separately.
- Fix theoretical off-by-one bug when enforcing max cgroup hierarchy depth.
----------------------------------------------------------------
Chen Ridong (1):
cgroup/bpf: use a dedicated workqueue for cgroup bpf destruction
Xiu Jianfeng (1):
cgroup: Fix potential overflow issue when checking max_depth
kernel/bpf/cgroup.c | 19 ++++++++++++++++++-
kernel/cgroup/cgroup.c | 4 ++--
2 files changed, 20 insertions(+), 3 deletions(-)
--
tejun
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-30 2:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-30 0:48 [GIT PULL] cgroup: Fixes for v6.12-rc5 Tejun Heo
2024-10-30 2:44 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox