Received: by 2002:a05:6a10:d5a5:0:0:0:0 with SMTP id gn37csp559319pxb; Thu, 30 Sep 2021 11:49:00 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwXmd7vsMt4L0ot1/CH6Mqu4VivhW26y4BVjQTwwLhkhxgVAU/FlwC1GpOL85Dj/B4HIrwG X-Received: by 2002:a63:f145:: with SMTP id o5mr6349764pgk.273.1633027740010; Thu, 30 Sep 2021 11:49:00 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1633027740; cv=none; d=google.com; s=arc-20160816; b=fwPZ+5UVDkv9pObTbYTId0fkk+W/POSIrSA7IqsSCkzE4BSD29K7PYl/k5O9AkJuFX txiQeJf/NeQTrHc5B2MZ8aejfm41tuPyX4YXbCzRJKYRJ+kqKvch1rhr9Rpu42IjM06M QK4QdCS4yaGfb32YkySCBclSjUshLKZtKrJYiEDNRKpg/AaHYBEckTLgOfX/3DCGdox+ 8GvzpmBiwQDnepSO/6GN8NnRfB/4o4G+q/SaPwQCVNTlaIop/A0wAJQgC2OGAlhxx4He OE0Jiqf37dxniFhOjddSLYon/15LB/ujLWMOStD4XRZUXoQlQtP4d+e+w2S9xy3mdG05 jU/w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=qQkcQHvRaIKLZxAQMNQBkxV6rI2xnR0PO0UxYO9g7hc=; b=EJaKieOgDzULzkCKaNH0tTCQWs/0sI4HWD15tguwLVUgyzXSOJqwOmG6BSm0dJtBFC HAIpunoTfYy75Efk6e9tChI/oHO0uPYLwFrKApjAQt27MBZqCr23+SrYJ+e1UrjcEtX5 4P6rOaSqU2wTKCxzLpV3YmVQSsuf0LYDsFyV0agrye8Ppq6vEgx/IdCOhsGk7YunCH0M 6Zm9zIRRvT6Un7SPNs8JNpAVCKXP7Gk48Gds9pIELcxlDcgI72+USu5Tgm7yh8C4mvy9 uJUoJGOHrHZGP4Gs6IY3VAAQLSuwKZC/dstE+xqHMm6CzvcLchMnrMbJ/7/ya9BWKJGQ EY+w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id mp16si4980785pjb.67.2021.09.30.11.48.46; Thu, 30 Sep 2021 11:48:59 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350885AbhI3Olb (ORCPT + 99 others); Thu, 30 Sep 2021 10:41:31 -0400 Received: from verein.lst.de ([213.95.11.211]:59885 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1349768AbhI3Ol3 (ORCPT ); Thu, 30 Sep 2021 10:41:29 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 9512567373; Thu, 30 Sep 2021 16:39:43 +0200 (CEST) Date: Thu, 30 Sep 2021 16:39:43 +0200 From: Christoph Hellwig To: Anders Roxell Cc: Christoph Hellwig , Linux Kernel Mailing List , linux-fsdevel@vger.kernel.org Subject: Re: regression: kernel panic: 9pnet_virtio: no channels available for device root Message-ID: <20210930143943.GA25714@lst.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 30, 2021 at 11:25:45AM +0200, Anders Roxell wrote: > Hi Christoph, > > I've found a boot regression when ran my allmodconfig kernel on tag v5.15-rc1 > I've bisected it down to commit f9259be6a9e7 ("init: allow mounting > arbitrary non-blockdevice filesystems as root"), see the bisect log > [1]. Please try a kernel with: "init: don't panic if mount_nodev_root failed" included.