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 4C2D0C433FE for ; Wed, 23 Mar 2022 03:25:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241518AbiCWD0p (ORCPT ); Tue, 22 Mar 2022 23:26:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58616 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241504AbiCWD0m (ORCPT ); Tue, 22 Mar 2022 23:26:42 -0400 Received: from mail-io1-f71.google.com (mail-io1-f71.google.com [209.85.166.71]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9E5F07087E for ; Tue, 22 Mar 2022 20:25:13 -0700 (PDT) Received: by mail-io1-f71.google.com with SMTP id k20-20020a5e9314000000b00649d55ffa67so206619iom.20 for ; Tue, 22 Mar 2022 20:25:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:date:in-reply-to:message-id:subject :from:to; bh=4vGMEtGe+BbLjSVih08yohBtZCRt30b9qlDbMhfTRl0=; b=iyWu5ZqarmgAP58QaV+1Sn5af4Evkf7xv/6PkLNb0y1rw4Bhx+biAs70WSbU7Fh0t2 2m77nvxKls1OBIKgzeuEL+GeIiU+Wdl9Qhh6ftQs2LLf1dH9DiYfqMQRhGzTcvSW+Kee JS9bIf5qklla6ATrw5/fIKwRsEUFBk3MEn6n29d4k+JgWpQ9ZQ5esdRMFvKaQboZ6k7+ qRzFZ08MvPQqGL9sGTEDtcB+Kl+9y7JPmXxymcDnNXs/bH+noQlFUMz6ADgov+8r2uX0 o2cUeCP+ghwxxZE19y1S2nH4C2VuOoSYi+Z6F0ttyCXTDoc4u7ma5+7XJXYU3oIYnCB4 rf5w== X-Gm-Message-State: AOAM532lFu9vbjdhXOiBs6p+Qf4JpLFbQ5DB2iYaZsPqL2Je3swIWei3 zNRii/2vTyC7A37YTwwP6qHnW0OBrHpWLGamko2hDiY7c1+E X-Google-Smtp-Source: ABdhPJxPmD1OSkA0wPsjR1WGTpH4zf9ZPV9c193YS4y2yCDtYsvVjxIthOQverrG4KJLyuKRpk3Ekb1prWTDh8ldMR24rIqhrGbr MIME-Version: 1.0 X-Received: by 2002:a5d:8714:0:b0:636:13bb:bc89 with SMTP id u20-20020a5d8714000000b0063613bbbc89mr14075565iom.126.1648005913000; Tue, 22 Mar 2022 20:25:13 -0700 (PDT) Date: Tue, 22 Mar 2022 20:25:12 -0700 In-Reply-To: <0000000000000f361d05dacabb09@google.com> X-Google-Appengine-App-Id: s~syzkaller X-Google-Appengine-App-Id-Alias: syzkaller Message-ID: <00000000000008409805dada47ce@google.com> Subject: Re: [syzbot] KASAN: use-after-free Read in io_poll_remove_entries From: syzbot To: asml.silence@gmail.com, axboe@kernel.dk, gregkh@linuxfoundation.org, io-uring@vger.kernel.org, jirislaby@kernel.org, linux-kernel@vger.kernel.org, syzkaller-bugs@googlegroups.com Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org syzbot has bisected this issue to: commit 91eac1c69c202d9dad8bf717ae5b92db70bfe5cf Author: Jens Axboe Date: Wed Mar 16 22:59:10 2022 +0000 io_uring: cache poll/double-poll state with a request flag bisection log: https://syzkaller.appspot.com/x/bisect.txt?x=11819d0b700000 start commit: b47d5a4f6b8d Merge tag 'audit-pr-20220321' of git://git.ke.. git tree: upstream final oops: https://syzkaller.appspot.com/x/report.txt?x=13819d0b700000 console output: https://syzkaller.appspot.com/x/log.txt?x=15819d0b700000 kernel config: https://syzkaller.appspot.com/x/.config?x=c44f0c051803a0ae dashboard link: https://syzkaller.appspot.com/bug?extid=cd301bb6523ea8cc8ca2 syz repro: https://syzkaller.appspot.com/x/repro.syz?x=150525ed700000 C reproducer: https://syzkaller.appspot.com/x/repro.c?x=10d08625700000 Reported-by: syzbot+cd301bb6523ea8cc8ca2@syzkaller.appspotmail.com Fixes: 91eac1c69c20 ("io_uring: cache poll/double-poll state with a request flag") For information about bisection process see: https://goo.gl/tpsmEJ#bisection