Commit e8dfd03a1c51 for kernel
commit e8dfd03a1c51c4e84fbf2e5ef5cd7d33cc8b7578
Merge: f2c53ea949c5 1765a153d985
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date: Thu Sep 24 14:26:12 2026 -0700
Merge tag 'cgroup-for-7.3-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Pull cgroup fixes from Tejun Heo:
- With local event accounting, a fork rejected by the pids controller
updated pids.events without notifying its pollers
- A cgroup selftest failed to compile with fortification enabled
because an O_TMPFILE open lacked its mode argument
* tag 'cgroup-for-7.3-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup:
cgroup/pids: Restore pids.events notifications in local mode
selftests: cgroup: give the O_TMPFILE open in get_temp_fd() a mode