[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200828133233.1147149-1-agruenba@redhat.com>
Date: Fri, 28 Aug 2020 15:32:33 +0200
From: Andreas Gruenbacher <agruenba@...hat.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: cluster-devel@...hat.com, linux-kernel@...r.kernel.org,
Andreas Gruenbacher <agruenba@...hat.com>
Subject: [GIT PULL] gfs2: Fix memory leak on filesystem withdraw
Hi Linus,
could you please pull the following gfs2 fix?
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.
Thanks,
Andreas
The following changes since commit d012a7190fc1fd72ed48911e77ca97ba4521bccd:
Linux 5.9-rc2 (2020-08-23 14:08:43 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git tags/gfs2-v5.9-rc2-fixes
for you to fetch changes up to 462582b99b6079a6fbcdfc65bac49f5c2a27cfff:
gfs2: add some much needed cleanup for log flushes that fail (2020-08-24 13:54:07 +0200)
----------------------------------------------------------------
Fix memory leak on filesystem withdraw
----------------------------------------------------------------
Bob Peterson (1):
gfs2: add some much needed cleanup for log flushes that fail
fs/gfs2/log.c | 31 +++++++++++++++++++++++++++++++
fs/gfs2/trans.c | 1 +
2 files changed, 32 insertions(+)
Powered by blists - more mailing lists