Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp291300pxu; Thu, 7 Jan 2021 05:18:06 -0800 (PST) X-Google-Smtp-Source: ABdhPJxI3rtv1Y+WUn+Dovf9vT9otPxPgS/nXIV+qNpWOaRrXs3mJkBvCJeaHDa/7wBD9yKAxfsg X-Received: by 2002:a17:906:2b1a:: with SMTP id a26mr6143382ejg.23.1610025485938; Thu, 07 Jan 2021 05:18:05 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1610025485; cv=none; d=google.com; s=arc-20160816; b=RpUFpNyNVCp4dxzWfjCcw5bJ7OJMoE6ivIl2E2ke19h0rwoydOmUKk0zHsORL2i9Nm 6+Mxx/uRkmFxWlh5F722J0OUs4UDQjiX4kSCkV27yARl6BII9NvivxriCrOGO/3qkOZ3 +hlcrA4ag4cnWbkhslvPDyu/cTlPrZ5oNfEMfPpTieuead9KThHQ6ERRmNmRfBUw1KGo KpSTv+2SN1HMkDc+YSmGYzVaHCLTQh/YWKrHySGaGAVoi/GTje8XM9/TRmq4UVkd2tSH Ebyy02T9CiXSz0PREnyW152hx6WnFhhQiDUUhYMLpMLU0d1rueOlV2i4ZAzSIDfQGEN0 9URQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:from:references :cc:to:subject; bh=9eYT/B98Z9jflFlRIYnhgXVl2zE2WXMdDC6XVnq01fk=; b=esOOGrxl5cepoadY3PhMISFrFnR0tQZUF+CwIXFTHGmvsA1wIG3A6LI8n9qSfyUtbj qvvilYUexN9xHR7zi4TrzmAI0SSTxlr4Xu0JUPByjeGwe4mxVX69bUSmoc8HKhH6W6js fGYH3Bqe7nUWyTE19DU1ww/jJQ1SJdGlcvrZkz8F2GCsp3uRLJAVFr4p2gIlLeSAfkeV Pk1hzfbE5XnAfplf46rQDHPNhuK3pONdAatzxYMdja7r3SDofTnlXf7RPkpfh7LSQpG8 5s/oqqDg27J9c21eHpmBPcSvUZ2eJkBX6/c7M++sRtZvtmmn/+rk3VVddSsMjfXr4ITm l6SQ== 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 x17si2309858edq.298.2021.01.07.05.17.42; Thu, 07 Jan 2021 05:18:05 -0800 (PST) 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 S1728398AbhAGNPK (ORCPT + 99 others); Thu, 7 Jan 2021 08:15:10 -0500 Received: from mail.kernel.org ([198.145.29.99]:55236 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727753AbhAGNPK (ORCPT ); Thu, 7 Jan 2021 08:15:10 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 6CE4B22285; Thu, 7 Jan 2021 13:14:25 +0000 (UTC) Subject: Re: ARC no console output (was Re: [PATCH 1/2] init/console: Use ttynull as a fallback when there is no console) To: John Ogness , Vineet Gupta , Petr Mladek , Sergey Senozhatsky , Steven Rostedt Cc: Linus Torvalds , Guenter Roeck , Shreyas Joshi , shreyasjoshi15@gmail.com, Greg Kroah-Hartman , Sergey Senozhatsky , linux-kernel@vger.kernel.org, buildroot@busybox.net, Thomas Petazzoni , linux-arch@vger.kernel.org, arcml References: <20201111135450.11214-1-pmladek@suse.com> <20201111135450.11214-2-pmladek@suse.com> <8735zdm86m.fsf@jogness.linutronix.de> From: Greg Ungerer Message-ID: Date: Thu, 7 Jan 2021 23:14:22 +1000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <8735zdm86m.fsf@jogness.linutronix.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi John, On 7/1/21 7:02 pm, John Ogness wrote: > On 2021-01-06, Vineet Gupta wrote: >> This breaks ARC booting (no output on console). > > Could you provide the kernel boot arguments that you use? This series is > partly about addressing users that have used boot arguments that are > technically incorrect (even if had worked). Seeing the boot arguments of > users that are not experiencing problems may help to reveal some of the > unusual console usages until now. I can show an example for m68knommu which this change breaks too (with no console output on boot). All the ColdFire dev board targets (arch/m68k/configs/m5*) have a compiled in boot argument which is "root=/dev/mtdblock0". They have no real mechanism to pass boot arguments from their boot loader, so it is compiled in. The default mcf serial driver is the console on these and no "console=ttyS0" argument was required in the past. Regards Greg