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=-18.2 required=3.0 tests=BAYES_00,DKIMWL_WL_MED, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, 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 0D161C4361B for ; Mon, 7 Dec 2020 13:13:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CF91822B40 for ; Mon, 7 Dec 2020 13:13:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726423AbgLGNMt (ORCPT ); Mon, 7 Dec 2020 08:12:49 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56264 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725915AbgLGNMs (ORCPT ); Mon, 7 Dec 2020 08:12:48 -0500 Received: from mail-qk1-x742.google.com (mail-qk1-x742.google.com [IPv6:2607:f8b0:4864:20::742]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 58B49C0613D4 for ; Mon, 7 Dec 2020 05:12:02 -0800 (PST) Received: by mail-qk1-x742.google.com with SMTP id y18so12327491qki.11 for ; Mon, 07 Dec 2020 05:12:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=UcE5sqQFuX7zbL1nqavHvvMNnf0BK4JE9O4ch9ubSJk=; b=F4npyx+rnsewqbDKZv3a+IXXFP1ex+4WBHdOUuLBFP1c5sGv04OM7FPfXUfQ3S+Eg1 M0Q9yHtnjmRIpq/F+qRevhdGr3GSMJETAnCb4UDQOBWdrCpsGzxkF5fDzLhjKobt73qL MAFAoD+Fe2tqQqiwLGayOglM0MBSmP68R20P6fzpRVjektibD8ugANtovii7nwJYQRn2 urA/thBRsc+4sSHAHYc9S4fdanyGK7Wx49sGU+JkdlsHP8Y9vkK7MUF+WXFIIaTXtgha 34EatJvgrspD7CUrldtdB5ONN5tRSNaWQ+BzZ6yDkCnllia18Y4zShcHqej9Rkm0K/Tp FTyw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=UcE5sqQFuX7zbL1nqavHvvMNnf0BK4JE9O4ch9ubSJk=; b=ebBrcgtHXdzj2WoVnJx4jPZSGefIWR347VeBUfTg1wa/Zi2kYK+F9EY+kZX0IsDer5 80rsXXyUXcdtL3dnn6MOcKvaPjcoFrke10DFiUWzhury4MzfDOk9J5JReguD7Yjhv4pc e7FPuhWprKKDfVWRVHhJClkoHaaGoie6+IvoQrjKIZ05MFEPMV41YmUkaMZPFtf8EpEl h22IVLvw/lIRvAUrA/mUVQ0imsS7OlJ42cGXRIigm3j/pvNQITUU/efgEHB/loCJ1uKl dNmUxZ/7IdV9YKt29PUBb3R+djWQeoQvXy/KULIn1MT3Vt1CF+qs/QPSGV+0XdpHABLP 2hHg== X-Gm-Message-State: AOAM532wVjYlBR9JSLmqCmc75VrxCKqpwC5QZJUgbfsU6P/yvkqx1bmm 1HfgRgy14QS1s/NIzI5l5Xt6hw56hbceIfW0V+P57A== X-Google-Smtp-Source: ABdhPJxduLV82RIMCUbnIbex5pPl6j3AETJe6rEHxPpIPpP/cJ17P3/ncVyWhWT7aQEgZHs33wCI89K3P8XC7CUsgZE= X-Received: by 2002:a37:56c6:: with SMTP id k189mr23060523qkb.501.1607346721279; Mon, 07 Dec 2020 05:12:01 -0800 (PST) MIME-Version: 1.0 References: <00000000000028201305b00bfdba@google.com> In-Reply-To: <00000000000028201305b00bfdba@google.com> From: Dmitry Vyukov Date: Mon, 7 Dec 2020 14:11:49 +0100 Message-ID: Subject: Re: WARNING: filesystem loop3 was created with 512 inodes, the real maximum is 511, mounting anyway To: syzbot Cc: LKML , syzkaller-bugs Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org #syz fix: bfs: don't use WARNING: string when it's just info. On Thu, Sep 24, 2020 at 11:40 AM syzbot wrote: > > Hello, > > syzbot found the following issue on: > > HEAD commit: 98477740 Merge branch 'rcu/urgent' of git://git.kernel.org.. > git tree: upstream > console output: https://syzkaller.appspot.com/x/log.txt?x=15964ec3900000 > kernel config: https://syzkaller.appspot.com/x/.config?x=6f192552d75898a1 > dashboard link: https://syzkaller.appspot.com/bug?extid=293714df4fe354fae488 > compiler: gcc (GCC) 10.1.0-syz 20200507 > > Unfortunately, I don't have any reproducer for this issue yet. > > IMPORTANT: if you fix the issue, please add the following tag to the commit: > Reported-by: syzbot+293714df4fe354fae488@syzkaller.appspotmail.com > > BFS-fs: bfs_fill_super(): WARNING: filesystem loop3 was created with 512 inodes, the real maximum is 511, mounting anyway > BFS-fs: bfs_fill_super(): Inode 0x00000002 corrupted on loop3 > > > --- > This report is generated by a bot. It may contain errors. > See https://goo.gl/tpsmEJ for more information about syzbot. > syzbot engineers can be reached at syzkaller@googlegroups.com. > > syzbot will keep track of this issue. See: > https://goo.gl/tpsmEJ#status for how to communicate with syzbot. > > -- > You received this message because you are subscribed to the Google Groups "syzkaller-bugs" group. > To unsubscribe from this group and stop receiving emails from it, send an email to syzkaller-bugs+unsubscribe@googlegroups.com. > To view this discussion on the web visit https://groups.google.com/d/msgid/syzkaller-bugs/00000000000028201305b00bfdba%40google.com.