]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4a749ada2ee812c8ce709436cfb27b35cb0dc862
tree805fd63d51b10e5edc15086ae31c2a675b874508
parent45b992ef006d74ad4ece6c30745c0f626619dd0e
parent0cd853481f537690e13433d85010b4699b4e847f
Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/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