]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
Merge tag 'cgroup-for-7.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 May 2026 23:28:47 +0000 (16:28 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 May 2026 23:28:47 +0000 (16:28 -0700)
Pull cgroup fixes from Tejun Heo:
 "Two rstat fixes:

   - Out-of-bounds access in the css_rstat_updated() BPF kfunc when
     called with an unchecked user-supplied cpu

   - Over-strict NMI guard after the recent switch to try_cmpxchg left
     sparc and ppc64 unable to queue rstat updates from NMI"

* tag 'cgroup-for-7.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup:
  cgroup: rstat: relax NMI guard after switch to try_cmpxchg
  cgroup/rstat: validate cpu before css_rstat_cpu() access

1  2 
include/linux/cgroup.h
mm/memcontrol.c

Simple merge
diff --cc mm/memcontrol.c
Simple merge