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 1E926C77B73 for ; Sun, 30 Apr 2023 06:34:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231758AbjD3Geu (ORCPT ); Sun, 30 Apr 2023 02:34:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59440 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231754AbjD3Get (ORCPT ); Sun, 30 Apr 2023 02:34:49 -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 127031993 for ; Sat, 29 Apr 2023 23:34:48 -0700 (PDT) Received: by mail-il1-f199.google.com with SMTP id e9e14a558f8ab-32f240747cdso125405005ab.1 for ; Sat, 29 Apr 2023 23:34:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1682836487; x=1685428487; h=cc: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=5gdI7gxE3iB/RkQZb1CgRLtyHGYhRqooBencYpkSuso=; b=j2GA4T/6wb3gvyxzkqBU+NwyusGxHdyilXadJDyesCP9TzeBFm6cd9OidmcmqaAHkg 9m8Z3LsfQwwG87CH22JAZFUiwT4J+TRUhX4G2CN0eZRXQ6fuDtzN6AWbSgPDaVF7q5QU ecDauSOs+GGfPoC3pi2tJdGaPLepkGJtPp6TVEq7Iz3bOFL0cF4RSCI2S/QhOHDZRWbl X9tyyvHf88rHDgmmKzC266DtOGSkpoE16pn0/n2k67SYyUSI2ZvkgrVnvnJ1I6HId0Le fxm0N5ly9zgU661xvMygm2KowwiD3HnkGX6CJ+c0EoyA/smK0A2aH++mVx9YSweyAd0X hJ7g== X-Gm-Message-State: AC+VfDxmpU6U1/VhBjcmWCH4snckaEufjC5Le5GFz41cSbugOgGHewKT Qa6RhH5pFvpKwsevREzp4JyIlIQ2WHXeUOby6Jccs1+Ksj0m X-Google-Smtp-Source: ACHHUZ5Qra5w8UekgABOhP+XvXdv98Fl5N5w481jp0z1Mg2zqNQzdos66O3oO1MopSJMs3o+nhnt7w8kNVNFg9jUZSVcInGQV73a MIME-Version: 1.0 X-Received: by 2002:a02:8588:0:b0:40f:9f56:2bfc with SMTP id d8-20020a028588000000b0040f9f562bfcmr10161497jai.3.1682836487427; Sat, 29 Apr 2023 23:34:47 -0700 (PDT) Date: Sat, 29 Apr 2023 23:34:47 -0700 In-Reply-To: X-Google-Appengine-App-Id: s~syzkaller X-Google-Appengine-App-Id-Alias: syzkaller Message-ID: <0000000000000c5ba605fa87e772@google.com> Subject: Re: [syzbot] [fs?] INFO: task hung in eventpoll_release_file From: syzbot To: tytso@mit.edu Cc: brauner@kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, syzkaller-bugs@googlegroups.com, tytso@mit.edu, viro@zeniv.linux.org.uk Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org > #syz set subsystem: fs The specified label "subsystem" is unknown. Please use one of the supported labels. The following labels are suported: no-reminders, prio: {low, normal, high}, subsystems: {.. see below ..} The list of subsystems: https://syzkaller.appspot.com/upstream/subsystems?all=true > > This somehow got tagged with the ext4 label, and not the fs label. > (And this is not the first one I've noticed). I'm beginning to > suspect there may have been some syzbot database hiccup? Anyway, > fixing... > > - Ted