Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932120AbbEZNR3 (ORCPT ); Tue, 26 May 2015 09:17:29 -0400 Received: from cantor2.suse.de ([195.135.220.15]:37342 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753369AbbEZNRR (ORCPT ); Tue, 26 May 2015 09:17:17 -0400 Date: Tue, 26 May 2015 15:17:17 +0200 From: Borislav Petkov To: Alexander Kuleshov Cc: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Andy Shevchenko , LKML , Greg Kroah-Hartman , Mark Rustad , Yinghai Lu Subject: Re: [PATCH v8 0/3] x86/earlyprintk: setup serial earlyprintk as early as possible Message-ID: <20150526131717.GB18076@nazgul.tnic> References: <1432645607-29343-1-git-send-email-kuleshovmail@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1432645607-29343-1-git-send-email-kuleshovmail@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 926 Lines: 23 On Tue, May 26, 2015 at 07:06:47PM +0600, Alexander Kuleshov wrote: > The early_printk function is usable only after the setup_early_printk will > be executed. We pass 'earlyprintk' through the kernel command line. So, it > means that earlyprintk will be usable only after the 'parse_early_param' > will be executed. We have usable earlyprintk only during early boot, kernel > decompression and after call of the 'parse_early_param'. This patchset makes > serial earlyprintk usable before the call of the 'parse_early_param'. ... and? Why do we need it usable before parse_early_param()? Use case? -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply. -- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/