]> 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)
commit13430295d8ead10c992670af8641731a611819f3
tree805fd63d51b10e5edc15086ae31c2a675b874508
parent201ecb80e9f22bd9980cead5fbce46e7e308a781
parent0175ca1ff9365155df8bae4e1f8d5eb4887e1434
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