From patchwork Tue Oct 1 16:49:52 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Massimiliano Pellizzer X-Patchwork-Id: 1991646 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.ubuntu.com (client-ip=185.125.189.65; helo=lists.ubuntu.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=patchwork.ozlabs.org) Received: from lists.ubuntu.com (lists.ubuntu.com [185.125.189.65]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4XJ3pG5PGCz1xtk for ; Wed, 2 Oct 2024 02:50:14 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=lists.ubuntu.com) by lists.ubuntu.com with esmtp (Exim 4.86_2) (envelope-from ) id 1svg4d-00047T-As; Tue, 01 Oct 2024 16:50:07 +0000 Received: from smtp-relay-internal-1.internal ([10.131.114.114] helo=smtp-relay-internal-1.canonical.com) by lists.ubuntu.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1svg4b-00044P-EP for kernel-team@lists.ubuntu.com; Tue, 01 Oct 2024 16:50:05 +0000 Received: from mail-wm1-f70.google.com (mail-wm1-f70.google.com [209.85.128.70]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp-relay-internal-1.canonical.com (Postfix) with ESMTPS id 187263F169 for ; Tue, 1 Oct 2024 16:50:05 +0000 (UTC) Received: by mail-wm1-f70.google.com with SMTP id 5b1f17b1804b1-42cb89fbb8bso35612565e9.3 for ; Tue, 01 Oct 2024 09:50:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1727801404; x=1728406204; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=RrSS47nHaZht/LFqQ6RPZ0Oxk74kCmxd+TAD8LTNu08=; b=Y7ZsYqSYDJCopNIaAmvUmoVc8U8DZ8UNxg5nXMXKog3yCW3l15QgMIgUYKLIyHODdH Kyu35RncNBS7DmO265Yt/vjFeHPYvmnSJWbAnWfM/BXc/RL+vgIzXuEly/XJImk+kUxO vDU0BvIOQ5nrDYKnWMoxdp8tfiEI/ugds8+dmXuojj1+PzEvFYDmagSL7x6aoqObj+06 8jaWE5mEPaK806UvfE7692q0hjNdFwRsxrzcOYL7QQoyGTRhYKrQs4vYmmcyCywsURjC ZoAzEFzXBCLp+83m/RxcPGYeAE5GyxXIm7Xcz6hinGUvPbnBQU1twz2IwE28oY2hT3pY JZdQ== X-Gm-Message-State: AOJu0Yy3BMKnMhVxb7no+DnOIE4xM+vvkZlJs0KvvmeKWdpAhGVXG8Us WCjgKYiLh7vFXr/irJbCzGxLCgVpL0tc9y7/BJL81gBuiXnK3/NZJ74F54y7fgBgXi3jjNsvVZx PnUDRaP15jrhrqDWBLkiBc3ifOWGklePOh6NUiOZuWrQbdp5pwCugmUdPKeAP0CV9R2/gdfXKS4 MO8vVTAymtiA== X-Received: by 2002:a05:600c:3553:b0:426:6a53:e54f with SMTP id 5b1f17b1804b1-42f778fe0b2mr830095e9.33.1727801404310; Tue, 01 Oct 2024 09:50:04 -0700 (PDT) X-Google-Smtp-Source: AGHT+IHlTIPCAAav0x2wKCqUyBosHoxtruMbIw3PeGXAZaMJONAbgUMk032IrTKpHjRctYxR7w/c7A== X-Received: by 2002:a05:600c:3553:b0:426:6a53:e54f with SMTP id 5b1f17b1804b1-42f778fe0b2mr829925e9.33.1727801403831; Tue, 01 Oct 2024 09:50:03 -0700 (PDT) Received: from framework-canonical.station (net-93-71-67-9.cust.vodafonedsl.it. [93.71.67.9]) by smtp.gmail.com with ESMTPSA id 5b1f17b1804b1-42f57dec169sm138504195e9.21.2024.10.01.09.50.02 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 01 Oct 2024 09:50:02 -0700 (PDT) From: Massimiliano Pellizzer To: kernel-team@lists.ubuntu.com Subject: [SRU][N][PATCH 1/1] f2fs: fix to do sanity check on F2FS_INLINE_DATA flag in inode during GC Date: Tue, 1 Oct 2024 18:49:52 +0200 Message-ID: <20241001164952.58114-6-massimiliano.pellizzer@canonical.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20241001164952.58114-1-massimiliano.pellizzer@canonical.com> References: <20241001164952.58114-1-massimiliano.pellizzer@canonical.com> MIME-Version: 1.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" From: Chao Yu [ Upstream commit fc01008c92f40015aeeced94750855a7111b6929 ] syzbot reports a f2fs bug as below: ------------[ cut here ]------------ kernel BUG at fs/f2fs/inline.c:258! CPU: 1 PID: 34 Comm: kworker/u8:2 Not tainted 6.9.0-rc6-syzkaller-00012-g9e4bc4bcae01 #0 RIP: 0010:f2fs_write_inline_data+0x781/0x790 fs/f2fs/inline.c:258 Call Trace: f2fs_write_single_data_page+0xb65/0x1d60 fs/f2fs/data.c:2834 f2fs_write_cache_pages fs/f2fs/data.c:3133 [inline] __f2fs_write_data_pages fs/f2fs/data.c:3288 [inline] f2fs_write_data_pages+0x1efe/0x3a90 fs/f2fs/data.c:3315 do_writepages+0x35b/0x870 mm/page-writeback.c:2612 __writeback_single_inode+0x165/0x10b0 fs/fs-writeback.c:1650 writeback_sb_inodes+0x905/0x1260 fs/fs-writeback.c:1941 wb_writeback+0x457/0xce0 fs/fs-writeback.c:2117 wb_do_writeback fs/fs-writeback.c:2264 [inline] wb_workfn+0x410/0x1090 fs/fs-writeback.c:2304 process_one_work kernel/workqueue.c:3254 [inline] process_scheduled_works+0xa12/0x17c0 kernel/workqueue.c:3335 worker_thread+0x86d/0xd70 kernel/workqueue.c:3416 kthread+0x2f2/0x390 kernel/kthread.c:388 ret_from_fork+0x4d/0x80 arch/x86/kernel/process.c:147 ret_from_fork_asm+0x1a/0x30 arch/x86/entry/entry_64.S:244 The root cause is: inline_data inode can be fuzzed, so that there may be valid blkaddr in its direct node, once f2fs triggers background GC to migrate the block, it will hit f2fs_bug_on() during dirty page writeback. Let's add sanity check on F2FS_INLINE_DATA flag in inode during GC, so that, it can forbid migrating inline_data inode's data block for fixing. Reported-by: syzbot+848062ba19c8782ca5c8@syzkaller.appspotmail.com Closes: https://lore.kernel.org/linux-f2fs-devel/000000000000d103ce06174d7ec3@google.com Signed-off-by: Chao Yu Signed-off-by: Jaegeuk Kim Signed-off-by: Sasha Levin (cherry picked from commit 26c07775fb5dc74351d1c3a2bc3cdf609b03e49f linux-6.10.y) CVE-2024-44942 Signed-off-by: Massimiliano Pellizzer --- fs/f2fs/gc.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/fs/f2fs/gc.c b/fs/f2fs/gc.c index 8015d3fbc7dd..b6ec4d25920f 100644 --- a/fs/f2fs/gc.c +++ b/fs/f2fs/gc.c @@ -1560,6 +1560,16 @@ static int gc_data_segment(struct f2fs_sb_info *sbi, struct f2fs_summary *sum, continue; } + if (f2fs_has_inline_data(inode)) { + iput(inode); + set_sbi_flag(sbi, SBI_NEED_FSCK); + f2fs_err_ratelimited(sbi, + "inode %lx has both inline_data flag and " + "data block, nid=%u, ofs_in_node=%u", + inode->i_ino, dni.nid, ofs_in_node); + continue; + } + err = f2fs_gc_pinned_control(inode, gc_type, segno); if (err == -EAGAIN) { iput(inode);