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=-5.2 required=3.0 tests=BAYES_00, BUG6152_INVALID_DATE_TZ_ABSURD,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU, HEADER_FROM_DIFFERENT_DOMAINS,INVALID_DATE_TZ_ABSURD,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no 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 B3B24C433E6 for ; Thu, 7 Jan 2021 09:02:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6744723120 for ; Thu, 7 Jan 2021 09:02:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727425AbhAGJCy (ORCPT ); Thu, 7 Jan 2021 04:02:54 -0500 Received: from Galois.linutronix.de ([193.142.43.55]:42426 "EHLO galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726362AbhAGJCw (ORCPT ); Thu, 7 Jan 2021 04:02:52 -0500 From: John Ogness DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1610010130; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=zVXm8eLyu9SHQUOj7PCWR7viWOvxmFLsGxPEqO5tchs=; b=3zIkgnQwiutgllhJI+dulqEta0vLyVMkxev2q/+IXrilO8QScqYYax2H2yC+nvJwL3jjV/ ijDlRfGHGoZi27ASPmsTx8WXgMYbnvBoNBNwGXIi0W/4KRzd8NYRuTCddJiC0cXBG/vU78 mz0mz6hcTNz4TIPQ6FarKMNBz4hPcz4/Q7kmNMC+l6tKUMCEcLePEM2qC059PtweUQGa8U KepyyS7qpgPBDxv3gaM8uZltA6KzcIs0L8FFid7gdk33h3PVnxhP2p5NgBjaE8V5dr6coC oKdKhZR6MUOFNY1G/O2gyY/kHt2J1MGBIEmD3QA8VNlEnT/bAe2ZRMasKcXfsQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1610010130; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=zVXm8eLyu9SHQUOj7PCWR7viWOvxmFLsGxPEqO5tchs=; b=IjGPX0bES31qEuYvRNFDP+4I9ii3bzJW7f8Bpm+h8+jlNt0FLo1NoLXETUkdDWbNFjRg1q P7PrGQzl3vW4LuCg== To: 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 Subject: Re: ARC no console output (was Re: [PATCH 1/2] init/console: Use ttynull as a fallback when there is no console) In-Reply-To: References: <20201111135450.11214-1-pmladek@suse.com> <20201111135450.11214-2-pmladek@suse.com> Date: Thu, 07 Jan 2021 10:08:09 +0106 Message-ID: <8735zdm86m.fsf@jogness.linutronix.de> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Vineet, 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. John Ogness