]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge tag 'cgroup-for-6.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 16 Dec 2025 07:21:17 +0000 (19:21 +1200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 16 Dec 2025 07:21:17 +0000 (19:21 +1200)
Pull cgroup fix from Tejun Heo:

 - Fix a race condition in css_rstat_updated() where CMPXCHG without
   LOCK prefix could cause lnode corruption when the flusher runs
   concurrently on another CPU. The issue was introduced in 6.17 and
   causes memcg stats to become corrupted in production.

* tag 'cgroup-for-6.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup:
  cgroup: rstat: use LOCK CMPXCHG in css_rstat_updated


Trivial merge