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 6298FC433EF for ; Sun, 5 Jun 2022 14:04:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232620AbiFEOEU (ORCPT ); Sun, 5 Jun 2022 10:04:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49182 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343806AbiFEOEQ (ORCPT ); Sun, 5 Jun 2022 10:04:16 -0400 Received: from mail-il1-f199.google.com (mail-il1-f199.google.com [209.85.166.199]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 38968CE14 for ; Sun, 5 Jun 2022 07:04:11 -0700 (PDT) Received: by mail-il1-f199.google.com with SMTP id w7-20020a056e021c8700b002d3bc8e95cbso10094976ill.3 for ; Sun, 05 Jun 2022 07:04:11 -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=4D4EPvBGgDbUWnPc5BEACuk6+5YNX+C0cKGERi/DBJ8=; b=bV6p/ohTDLJg8Qz8W3FBFPO+1Bt4I7SRc0nexsGMBCZzSIzTgnFsA/KDG2l2JiID4m 7yvxH2at/0GFyxSdaXu1uNZEpkOdOvXAAhze0EcxAxEf9R/q5XavI83e3WBLEzRK3KaC 5j6MEtJF7cib/aXVIspL2H/7Ow0OlD27E6CuBEcpXH3dDduWEAmyND8lQ6TgzTqkXE3R y3Z9ycPhWlUkeDjdfgb+EOcgLkKGTXOyvty7a1Sj7+ullxMTv5bjEVtOFgOdlokBdvRK 8UdLXPT6QPTX9RTfeSLEOv6QbJRxN3aBPiUtKIx+BVo87NgOCoheLX+23eimwv5rBO0F bpGA== X-Gm-Message-State: AOAM531iTuxryCKU2UcxBAXsZpgMi/lPA57RnoHy0X67F1styAYfMglv 2nXSHA6UZHh9BvudyCpoKefsCIMM7fgfoLkmTJsZZ49ld2TY X-Google-Smtp-Source: ABdhPJw5RtAjJ9sH9FoXUF1lunz8h/glEZDtAHgB703YQ4wP1RQFdYHVIOF7ajjSeAi+NBHPw38zIhXd/rAHATUj+4708B4jtkFf MIME-Version: 1.0 X-Received: by 2002:a05:6602:2d13:b0:665:6e8b:7d84 with SMTP id c19-20020a0566022d1300b006656e8b7d84mr8694210iow.133.1654437850502; Sun, 05 Jun 2022 07:04:10 -0700 (PDT) Date: Sun, 05 Jun 2022 07:04:10 -0700 In-Reply-To: <000000000000fd54f805e0351875@google.com> X-Google-Appengine-App-Id: s~syzkaller X-Google-Appengine-App-Id-Alias: syzkaller Message-ID: <00000000000061dcef05e0b3d4e3@google.com> Subject: Re: [syzbot] KASAN: use-after-free Read in filp_close From: syzbot To: arve@android.com, asml.silence@gmail.com, axboe@kernel.dk, brauner@kernel.org, gregkh@linuxfoundation.org, hdanton@sina.com, hridya@google.com, io-uring@vger.kernel.org, joel@joelfernandes.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, maco@android.com, surenb@google.com, syzkaller-bugs@googlegroups.com, tkjos@android.com, viro@zeniv.linux.org.uk Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org syzbot has bisected this issue to: commit 6319194ec57b0452dcda4589d24c4e7db299c5bf Author: Al Viro Date: Thu May 12 21:08:03 2022 +0000 Unify the primitives for file descriptor closing bisection log: https://syzkaller.appspot.com/x/bisect.txt?x=134cbe4ff00000 start commit: 952923ddc011 Merge tag 'pull-18-rc1-work.namei' of git://g.. git tree: upstream final oops: https://syzkaller.appspot.com/x/report.txt?x=10ccbe4ff00000 console output: https://syzkaller.appspot.com/x/log.txt?x=174cbe4ff00000 kernel config: https://syzkaller.appspot.com/x/.config?x=3096247591885bfa dashboard link: https://syzkaller.appspot.com/bug?extid=47dd250f527cb7bebf24 syz repro: https://syzkaller.appspot.com/x/repro.syz?x=114f7bcdf00000 C reproducer: https://syzkaller.appspot.com/x/repro.c?x=1659a94ff00000 Reported-by: syzbot+47dd250f527cb7bebf24@syzkaller.appspotmail.com Fixes: 6319194ec57b ("Unify the primitives for file descriptor closing") For information about bisection process see: https://goo.gl/tpsmEJ#bisection