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 X-Spam-Level: X-Spam-Status: No, score=-23.3 required=3.0 tests=BAYES_00,DKIMWL_WL_MED, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS,USER_IN_DEF_DKIM_WL autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 018B2C433F5 for ; Mon, 20 Sep 2021 08:15:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DDEB161221 for ; Mon, 20 Sep 2021 08:15:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233811AbhITIQz (ORCPT ); Mon, 20 Sep 2021 04:16:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49996 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234342AbhITIQu (ORCPT ); Mon, 20 Sep 2021 04:16:50 -0400 Received: from mail-ot1-x335.google.com (mail-ot1-x335.google.com [IPv6:2607:f8b0:4864:20::335]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1476BC061574 for ; Mon, 20 Sep 2021 01:15:24 -0700 (PDT) Received: by mail-ot1-x335.google.com with SMTP id 97-20020a9d006a000000b00545420bff9eso15582658ota.8 for ; Mon, 20 Sep 2021 01:15:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=21r3SlBBRDN7c0GadObCkHwMNcefKesbIlR1sAlPsLQ=; b=SQWorY7ZsfFtuloE/lG1ja9FAvI18dl+3bl39aMZLpZxDz27fU31wFPgbMvWVtOdh/ jH5lPNVNUsKGROWbTpJVqcFsltAcTwYq6aD3Qr+5PAA7SeVT1zKKDMSLqv7v81XUiv42 tLQKsYubNAudAduG3VA2BvmY5PzrTUH32YWZwuT/we2r/LH7pP++EwPC4RvZPzD5CBWU zTEXxcBJcgaf4n199H6aPWL/uU67ZsIRMgZaPcf/PHYjRcVI5MVqZIKnhwPKag68NCqD koCbJjQKlGy7LSty428a/2+jF10JJS8pdJV/zHpNGg+z9pTFoUePAAxc/broobCeL+ga pNPA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=21r3SlBBRDN7c0GadObCkHwMNcefKesbIlR1sAlPsLQ=; b=NwYb54kY2baruyjbOLAzbyrdtLnFWnII34pjQ9q4BI3nyEiETyDgmYQUzLxecObcGG NBFa5p2rrwdNCNaccSIsiJZwgeGQfHbKSfMyX/PUGB2Nc/FVYFpqbwQTOWTygHhK4hs+ 4f+xXTZnaXyJQp4eWeKkg+bbEkAyGKO4ZwseUuijOthcVQhjNMXWHXxX6Qxn7NYQdOaI 0/6IlsBOCIga6Js2EZ0GMr13irDs38i2jpWBR1JLnBKziyxpM2g3XKOGhGwVMw9Sy5Y3 BY4Lnh5vf8Xr8uUIuJg8W/FsLXSZja+hL7hC9Y+O9RT+DyeNfvNKkLbeYmFsar5WVEuR 2Oyw== X-Gm-Message-State: AOAM530gDdr87LhOW1Fy7jCdrF269WqbwG6P6Y4jvQb6CZQwudPFTO4X 8wLwGsd18A7MV9XSLa52mb2DseB4o2CuzA8AV7SmvA== X-Google-Smtp-Source: ABdhPJzEDVSSzCivHfiy0IzQdQlADqrjIknyU8CHTYUeZMc4g90+xJaP6rpoqArVDCE1Y9MpCoy2Dueb/K4l59izd04= X-Received: by 2002:a9d:2f28:: with SMTP id h37mr10592929otb.196.1632125723220; Mon, 20 Sep 2021 01:15:23 -0700 (PDT) MIME-Version: 1.0 References: <0ddad8d7-03c2-4432-64a4-b717bbc90fb4@gmail.com> <000000000000526fb105cc1d3f5b@google.com> In-Reply-To: <000000000000526fb105cc1d3f5b@google.com> From: Dmitry Vyukov Date: Mon, 20 Sep 2021 10:15:12 +0200 Message-ID: Subject: Re: [syzbot] WARNING in __percpu_ref_exit (2) To: syzbot Cc: asml.silence@gmail.com, axboe@kernel.dk, coreteam@netfilter.org, davem@davemloft.net, dsahern@kernel.org, fw@strlen.de, hdanton@sina.com, io-uring@vger.kernel.org, kadlec@netfilter.org, kuba@kernel.org, linux-kernel@vger.kernel.org, ming.lei@redhat.com, netdev@vger.kernel.org, netfilter-devel@vger.kernel.org, pablo@netfilter.org, syzkaller-bugs@googlegroups.com, yoshfuji@linux-ipv6.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: io-uring@vger.kernel.org On Thu, 16 Sept 2021 at 16:01, syzbot wrote: > > Hello, > > syzbot has tested the proposed patch and the reproducer did not trigger any issue: > > Reported-and-tested-by: syzbot+d6218cb2fae0b2411e9d@syzkaller.appspotmail.com > > Tested on: > > commit: 5318e5b9 io_uring: quiesce files reg > git tree: https://github.com/isilence/linux.git syz_test_quiesce_files > kernel config: https://syzkaller.appspot.com/x/.config?x=f7d9f99709463d21 > dashboard link: https://syzkaller.appspot.com/bug?extid=d6218cb2fae0b2411e9d > compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2 > > Note: testing is done by a robot and is best-effort only. OK, since it's not failing, I assume we can say: #syz fix: io_uring: fix link timeout refs (and it's better to close it with a wrong fix, then to keep it open forever anyway)