mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
Pull for-6.17-fixes to receive79f919a89c("cgroup: split cgroup_destroy_wq into 3 workqueues") to resolve its conflict with7fa33aa3b0("cgroup: WQ_PERCPU added to alloc_workqueue users"). The latter adds WQ_PERCPU when creating cgroup_destroy_wq and the former splits the workqueue into three. Resolve by applying WQ_PERCPU to the three split workqueues. Signed-off-by: Tejun Heo <tj@kernel.org>