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 0C21EC433EF for ; Mon, 11 Apr 2022 15:55:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242853AbiDKP6G (ORCPT ); Mon, 11 Apr 2022 11:58:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43076 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348339AbiDKP5i (ORCPT ); Mon, 11 Apr 2022 11:57:38 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9B858167DB; Mon, 11 Apr 2022 08:55:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=y0SNVmMp7H+ptzmcsyoUL9pL/AxP4E97rpWB6EyeD1c=; b=czjs/J+XQMI6TDlpo4/BBukBpN auEAxmc22XkER3cO4nYXuZiOEJtQlbN/p9JcMHEXBRcgJ5OqIAuaya1uuzslGsX9pOUESzZwOMm4q ACSUDQiIqSME6pwKTJvU97wA0PtcsVUHf1KfHV4qzOn5K4XpT35HFXr+jnMWjE8CWbmZOw4Eq26nW SuNseXXNIWRXEB19iV328Vpu6yCxEvM5zF/WMWgbflo/QoMaITcIA6lhZTzwIuKwAFgPI16Gm1pzk 0gbmPdNhWL3Ga2XWblrbLHU4gxLnURyPoaBo5IufXQZy0ortUwcrU7d3oPwKgcsLzgZgmOCks5upi SoDGAu8A==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1ndwNr-009gN7-VV; Mon, 11 Apr 2022 15:55:20 +0000 Date: Mon, 11 Apr 2022 08:55:19 -0700 From: Christoph Hellwig To: Tiezhu Yang Cc: Jens Axboe , Jonathan Corbet , linux-block@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] init: print some info about UUID and LABEL in name_to_dev_t() Message-ID: References: <1649475581-12139-1-git-send-email-yangtiezhu@loongson.cn> <1649475581-12139-2-git-send-email-yangtiezhu@loongson.cn> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1649475581-12139-2-git-send-email-yangtiezhu@loongson.cn> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Sat, Apr 09, 2022 at 11:39:39AM +0800, Tiezhu Yang wrote: > If there is no valid initrd, but root=UUID or root=LABEL is used > in the command line, boot hangs like this: There is no root=UUID or root=LABEL handling in the kernel at all, so I don't see why we should print anything here.