Commit 6fb20c02710d for kernel
commit 6fb20c02710dabc2f63aa21cb23a154d76ef9921
Merge: f6e7b42bf05b 057dac23d329
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date: Tue Sep 15 11:40:30 2026 -0700
Merge tag 'cgroup-for-7.3-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Pull cgroup fix from Tejun Heo:
- The task iterator could pick up a dying task whose refcount had
already dropped to zero and resurrect it, leading to a use-after-free
when reading cgroup.procs. Skip such tasks.
* tag 'cgroup-for-7.3-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup:
cgroup: Avoid iteration of dying tasks with zero refcount