From nobody Mon Apr 13 21:00:57 2026 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C8AB031F995 for ; Wed, 4 Mar 2026 08:22:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772612565; cv=none; b=cLSVaZOoiLZZnz2o8iOYtjppVwYc+0e4cYxE4RvlbDWofOfapOtMcxVDZSDUKO8/M+thhMrxiw+EUr6GB/I+VkA4U2k4MTuoYwgfozsnoHWBVU0CyqByycTvQqWDSvFKJfR57cJRXzgBHnK3epVp4PhYH8827kbhl7LTSrtsZZs= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772612565; c=relaxed/simple; bh=icWG1A7UBFSnUY7gEP52PeidpjvJUJV5q0kpmdRHvgA=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=pl5fzsrzc1wLbLNQPhh+Nt3P/JHvkOVIGiw3iZDP8kCkmASbChL77OZKmvEqMhttLcI3fQst75kdyt+rMgE9NIk7d/Zf4Y4hinBSavmbFIRa7sWyn/y74B0cMmei7JVjP3dxSFQnWUoXy59xxX8Ncy8bca5x9YkejpYkwMcXHIE= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=XYk9i0oZ; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="XYk9i0oZ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3E912C2BC87; Wed, 4 Mar 2026 08:22:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772612565; bh=icWG1A7UBFSnUY7gEP52PeidpjvJUJV5q0kpmdRHvgA=; h=From:To:Cc:Subject:Date:From; b=XYk9i0oZyJO5jDEK7iH27/6pFt2XaO68lLxbi0A6JDadz8eIONsEsg4EeADOonGx9 zMExVgmnL83/xq7KbP4dpRjoqDRSQpX1eiJpV+ib5HbtgPbNV94vT2lTGuMEWLH6g0 WPcvq3oHME+woe+9aBiw+T+bq+8qFp38elrcu5jH2/Mn/Xbyx5eKadeSiI50NndsBC wO5hXQgO8DQAt6y6WWCBBc8pyTghvLDKvQpfxnCnwq4oZjk1ygLDi7BRqwICNalWdP zCulzxdNMClYxM7Pl+UsHdPuDvGrUxOjKvligRf/wK8HYwOPAm7OjXgsL6h301/5gQ /kH+fHJ55Gxyw== From: Chao Yu To: jaegeuk@kernel.org Cc: linux-f2fs-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, Chao Yu , stable@kernel.org, syzbot+cf7946ab25b21abc4b66@syzkaller.appspotmail.com, Eric Biggers Subject: [PATCH] f2fs: fix to avoid memory leak in f2fs_rename() Date: Wed, 4 Mar 2026 16:22:31 +0800 Message-ID: <20260304082231.599770-1-chao@kernel.org> X-Mailer: git-send-email 2.53.0.473.g4a7958ca14-goog Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" syzbot reported a f2fs bug as below: BUG: memory leak unreferenced object 0xffff888127f70830 (size 16): comm "syz.0.23", pid 6144, jiffies 4294943712 hex dump (first 16 bytes): 3c af 57 72 5b e6 8f ad 6e 8e fd 33 42 39 03 ff <.Wr[...n..3B9.. backtrace (crc 925f8a80): kmemleak_alloc_recursive include/linux/kmemleak.h:44 [inline] slab_post_alloc_hook mm/slub.c:4520 [inline] slab_alloc_node mm/slub.c:4844 [inline] __do_kmalloc_node mm/slub.c:5237 [inline] __kmalloc_noprof+0x3bd/0x560 mm/slub.c:5250 kmalloc_noprof include/linux/slab.h:954 [inline] fscrypt_setup_filename+0x15e/0x3b0 fs/crypto/fname.c:364 f2fs_setup_filename+0x52/0xb0 fs/f2fs/dir.c:143 f2fs_rename+0x159/0xca0 fs/f2fs/namei.c:961 f2fs_rename2+0xd5/0xf20 fs/f2fs/namei.c:1308 vfs_rename+0x7ff/0x1250 fs/namei.c:6026 filename_renameat2+0x4f4/0x660 fs/namei.c:6144 __do_sys_renameat2 fs/namei.c:6173 [inline] __se_sys_renameat2 fs/namei.c:6168 [inline] __x64_sys_renameat2+0x59/0x80 fs/namei.c:6168 do_syscall_x64 arch/x86/entry/syscall_64.c:63 [inline] do_syscall_64+0xe2/0xf80 arch/x86/entry/syscall_64.c:94 entry_SYSCALL_64_after_hwframe+0x77/0x7f The root cause is in commit 40b2d55e0452 ("f2fs: fix to create selinux label during whiteout initialization"), we added a call to f2fs_setup_filename() without a matching call to f2fs_free_filename(), fix it. Fixes: 40b2d55e0452 ("f2fs: fix to create selinux label during whiteout ini= tialization") Cc: stable@kernel.org Reported-by: syzbot+cf7946ab25b21abc4b66@syzkaller.appspotmail.com Closes: https://lore.kernel.org/linux-f2fs-devel/69a75fe1.a70a0220.b118c.00= 14.GAE@google.com Suggested-by: Eric Biggers Signed-off-by: Chao Yu --- fs/f2fs/namei.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/f2fs/namei.c b/fs/f2fs/namei.c index e360f08a9586..6ef21deeef1c 100644 --- a/fs/f2fs/namei.c +++ b/fs/f2fs/namei.c @@ -964,6 +964,7 @@ static int f2fs_rename(struct mnt_idmap *idmap, struct = inode *old_dir, return err; =20 err =3D f2fs_create_whiteout(idmap, old_dir, &whiteout, &fname); + f2fs_free_filename(&fname); if (err) return err; } --=20 2.49.0