]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'gfs2-v5.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 28 Aug 2020 17:41:00 +0000 (10:41 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 28 Aug 2020 17:41:00 +0000 (10:41 -0700)
commit6d5edc918d7aeb7e8f99cb1a7ee55ed4d3899d97
tree8bcc77f5c590bc836680ec73040c013bca256c96
parent6ba60df035969f9f33a5f30609dd7dc41ae36568
parentf41e2fd928e0f9ec215ebd2ccb92c0cb56ca503a
Merge tag 'gfs2-v5.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2

Pull gfs2 fix from Andreas Gruenbacher:
 "Fix a memory leak on filesystem withdraw.

  We didn't detect this bug because we have slab merging on by default
  (CONFIG_SLAB_MERGE_DEFAULT). Adding 'slub_nomerge' to the kernel
  command line exposed the problem"

* tag 'gfs2-v5.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2:
  gfs2: add some much needed cleanup for log flushes that fail