Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 9 Aug 2021 23:47:36 +0000 (16:47 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 9 Aug 2021 23:47:36 +0000 (16:47 -0700)
commit9a73fa375d58fee5262dd16473c8e7522bdf44de
tree805fd63d51b10e5edc15086ae31c2a675b874508
parent36a21d51725af2ce0700c6ebcb6b9594aac658a6
parentc3df5fb57fe8756d67fd56ed29da65cdfde839f9
Merge branch 'for-5.14-fixes' of git://git./linux/kernel/git/tj/cgroup

Pull cgroup fix from Tejun Heo:
 "One commit to fix a possible A-A deadlock around u64_stats_sync on
  32bit machines caused by updating it without disabling IRQ when it may
  be read from IRQ context"

* 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup:
  cgroup: rstat: fix A-A deadlock on 32bit around u64_stats_sync