From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ot1-f72.google.com (mail-ot1-f72.google.com [209.85.210.72]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5CC463C0A13 for ; Fri, 15 May 2026 02:37:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=209.85.210.72 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778812623; cv=none; b=N9mmTKiMldEzjG9SX5Yus4CiRlqakwI4toVWH4rY9nYTQZsX8A52YoOn6vR4csxt90eGTUIgRCKOPABctd4IyeVg2d+TXI7OjuOigyPx9dx2N/ECG4IpiJMANi1qPg5FP2qdznu3UzDTQH4J6QhtpaY+gBLgtArENxokeBFh80E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778812623; c=relaxed/simple; bh=XBkAx53PUXyxs4v2nA2oesqfSplu08GnaaJMFuACcms=; h=MIME-Version:Date:In-Reply-To:Message-ID:Subject:From:To: Content-Type; b=GiXYiFEaU4PdAB5m3gtS3mb4RMXSmZLxlGyfauacKqyaQGZyJLIcPLXwvzFdbvLpSwVDTaL9gKo9h4AvTLKgAuTNP2sq6TlAAz1ajEC2ccvRV35hsb8yJfaJwRkB2/AUhaz7iWrSvz3l7yJ/DpN+U55jHYgALfM85kRe+Q9/Ql8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=syzkaller.appspotmail.com; spf=pass smtp.mailfrom=M3KW2WVRGUFZ5GODRSRYTGD7.apphosting.bounces.google.com; arc=none smtp.client-ip=209.85.210.72 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=syzkaller.appspotmail.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=M3KW2WVRGUFZ5GODRSRYTGD7.apphosting.bounces.google.com Received: by mail-ot1-f72.google.com with SMTP id 46e09a7af769-7e4026a2524so2675361a34.1 for ; Thu, 14 May 2026 19:37:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20251104; t=1778812621; x=1779417421; h=to:from:subject:message-id:in-reply-to:date:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=smDQEvU0zCkTCbblsQ12QkUAxocygxr9O8sAWac2NF8=; b=Q2RW/NxRGquFBEnMD9tpozKNDqGg4FaenIKxL+wufgK77pvqmBcbjJuDsbS6e4CyON kH9MymcLc7u2Ddfk0ZVV4nIZFTME5iH3roO1KetE9G5ngt6fZmTWQl29Ktx+8hinVhpK fC/W8CLKprddCnzYKAknL1hnXBZjtu3ONHH+31+hHRzK8c9JlGbxtCiLC0ey9id9MBVF V23241a47I2MxyCMsGtPcgpvInDPXk64fB21CAdGZ1y7drpeNpyINp2PokTCs+0/CyJL j5eTLsxxbkNRVrXXvejVbcGyoAChL5i+cE9jqNWpq5PuCRSnlU3glFxWvdsn0t+IiFQw v07w== X-Forwarded-Encrypted: i=1; AFNElJ+hu8PZZpjbiWbfZbIQODKHboTxxMpD10c20r+eDJAxm1Jc3NNCP9MBG22aizyu4ywqoSeTcYZ+o+U3p0Q=@vger.kernel.org X-Gm-Message-State: AOJu0Yyot1CrAfSOG/RvnUcePZhp+z951KJVPF8xpV+pGY69k/SohYm/ ZSaEY7o0c5I014zGyayO8rXda0HNyOi2Y149Q5IvW1ipuTm5dJmKYzg0k2urb4aA8qDXzmPZXem 0e5ixKErRq8tI1QWK86Tzce5Hspwq9+SH15gunhtQjNvj68Sv/k3T6daZ/ec= Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Received: by 2002:a05:6820:1c82:b0:694:9fa0:aa4a with SMTP id 006d021491bc7-69c94587939mr1290275eaf.44.1778812621501; Thu, 14 May 2026 19:37:01 -0700 (PDT) Date: Thu, 14 May 2026 19:37:01 -0700 In-Reply-To: <20260515015523.14962-1-kartikey406@gmail.com> X-Google-Appengine-App-Id: s~syzkaller X-Google-Appengine-App-Id-Alias: syzkaller Message-ID: <6a0686cd.050a0220.2921a.0004.GAE@google.com> Subject: Re: [syzbot] [f2fs?] kernel BUG in f2fs_write_end_io (2) From: syzbot To: kartikey406@gmail.com, linux-kernel@vger.kernel.org, syzkaller-bugs@googlegroups.com Content-Type: text/plain; charset="UTF-8" Hello, syzbot has tested the proposed patch and the reproducer did not trigger any issue: Reported-by: syzbot+4af46ee83100e99bce09@syzkaller.appspotmail.com Tested-by: syzbot+4af46ee83100e99bce09@syzkaller.appspotmail.com Tested on: commit: 66182ca8 Merge tag 'net-7.1-rc4' of git://git.kernel.o.. git tree: upstream console output: https://syzkaller.appspot.com/x/log.txt?x=16a0f0c8580000 kernel config: https://syzkaller.appspot.com/x/.config?x=f2e8ebfec4636d32 dashboard link: https://syzkaller.appspot.com/bug?extid=4af46ee83100e99bce09 compiler: Debian clang version 21.1.8 (++20251221033036+2078da43e25a-1~exp1~20251221153213.50), Debian LLD 21.1.8 patch: https://syzkaller.appspot.com/x/patch.diff?x=16d3df6c580000 Note: testing is done by a robot and is best-effort only.