From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 015E2EB64DA for ; Sat, 8 Jul 2023 17:53:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229758AbjGHRxe (ORCPT ); Sat, 8 Jul 2023 13:53:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46622 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229670AbjGHRxe (ORCPT ); Sat, 8 Jul 2023 13:53:34 -0400 Received: from mail-pf1-f198.google.com (mail-pf1-f198.google.com [209.85.210.198]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 55332E72 for ; Sat, 8 Jul 2023 10:53:33 -0700 (PDT) Received: by mail-pf1-f198.google.com with SMTP id d2e1a72fcca58-666e3dad70aso4956196b3a.0 for ; Sat, 08 Jul 2023 10:53:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688838812; x=1691430812; 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=KgUpKTeGPzi/nNVifJ5WyvHuZtEbyrg/rprJfjMZE9E=; b=OqQB+YsRUxiijd1r3mg3mdRh1/81V+nYBRYw5ikQexv0ZBrYybtgb0drfA8yilmRkm 8KvXnlnwFxWX62xsZHNA5//Z/xBuMo/S5mZeKv20fCkE+0lZHr1mdtdHl9s+BDolAObr ugplwKMF6pI8x2qItp8iTZHl9EpWiECt4bIICMZ8Fe30mbPF8mwuSoPQhShQcSkwEvXE GFICx3cFVq80tzBwgGoe8yFQTRUsZr6Rc2ijG1+fYVfVCS8KVuCmo5VSZIRoEpz3NEhA 18lilV3yLCJp2VQOZvfaquKcC7XRjHR8R7AQptI/8C2gnMq3Brf8VpJmv5JTxorOwC4A k1XA== X-Gm-Message-State: ABy/qLZlEA8RZz27kNjsTWZ7gaszdJk31RXhg25ywmrBQcNmMda6jDhv MMQ89XPOfiFjMkMphLLylubgl6cF2wUDKk3GJuap9LlTfiSY X-Google-Smtp-Source: APBJJlHbGeKU/oHF+i4JDiNs+OLRa+VkY0mxtGbwG4jhPYI5mf54+xRP/IBFTXmemnbvKYxRxTqAKT9fBMziZomVR1z8FcMjVMW4 MIME-Version: 1.0 X-Received: by 2002:a05:6a00:2d95:b0:668:9181:8e20 with SMTP id fb21-20020a056a002d9500b0066891818e20mr11799357pfb.1.1688838812689; Sat, 08 Jul 2023 10:53:32 -0700 (PDT) Date: Sat, 08 Jul 2023 10:53:32 -0700 In-Reply-To: <000000000000d97d9305ff9f6e87@google.com> X-Google-Appengine-App-Id: s~syzkaller X-Google-Appengine-App-Id-Alias: syzkaller Message-ID: <000000000000836b2805fffd6d7e@google.com> Subject: Re: [syzbot] [block?] KASAN: slab-out-of-bounds Read in bio_split_rw From: syzbot To: akpm@linux-foundation.org, axboe@kernel.dk, dhowells@redhat.com, herbert@gondor.apana.org.au, kuba@kernel.org, linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, netdev@vger.kernel.org, syzkaller-bugs@googlegroups.com Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org syzbot has bisected this issue to: commit b6d972f6898308fbe7e693bf8d44ebfdb1cd2dc4 Author: David Howells Date: Fri Jun 16 11:10:32 2023 +0000 crypto: af_alg/hash: Fix recvmsg() after sendmsg(MSG_MORE) bisection log: https://syzkaller.appspot.com/x/bisect.txt?x=15763ae8a80000 start commit: 3674fbf0451d Merge git://git.kernel.org/pub/scm/linux/kern.. git tree: net final oops: https://syzkaller.appspot.com/x/report.txt?x=17763ae8a80000 console output: https://syzkaller.appspot.com/x/log.txt?x=13763ae8a80000 kernel config: https://syzkaller.appspot.com/x/.config?x=c9bf1936936ca698 dashboard link: https://syzkaller.appspot.com/bug?extid=6f66f3e78821b0fff882 syz repro: https://syzkaller.appspot.com/x/repro.syz?x=16223cb8a80000 C reproducer: https://syzkaller.appspot.com/x/repro.c?x=13f13920a80000 Reported-by: syzbot+6f66f3e78821b0fff882@syzkaller.appspotmail.com Fixes: b6d972f68983 ("crypto: af_alg/hash: Fix recvmsg() after sendmsg(MSG_MORE)") For information about bisection process see: https://goo.gl/tpsmEJ#bisection