From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754937AbYI0Svn (ORCPT ); Sat, 27 Sep 2008 14:51:43 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753558AbYI0Svf (ORCPT ); Sat, 27 Sep 2008 14:51:35 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:39140 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753550AbYI0Svf (ORCPT ); Sat, 27 Sep 2008 14:51:35 -0400 Date: Sat, 27 Sep 2008 20:51:21 +0200 From: Ingo Molnar To: linux-kernel@vger.kernel.org, Thomas Gleixner , "H. Peter Anvin" , Bill Nottingham Subject: Re: [PATCH] x86_64: be less annoying on boot Message-ID: <20080927185121.GA18359@elte.hu> References: <20080924183517.GA24209@nostromo.devel.redhat.com> <20080925091558.GE16734@elte.hu> <20080925161300.GA17162@nostromo.devel.redhat.com> <20080927185027.GB17867@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080927185027.GB17867@elte.hu> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org (Cc: added. Mail-Followup-To is evil.) * Ingo Molnar wrote: > > * Bill Nottingham wrote: > > > Ingo Molnar (mingo@elte.hu) said: > > > > (Alternatively, just remove them, of course...) > > > > > > LOL :) Applied the commit below to tip/x86/debug, thanks Bill! > > > > Does the 'kernel alive' right before it serve any purpose either? > > that has some marginal use: it shows that we are past the really basic > system setup code, we decompressed the kernel and entered protected mode > with boot paging enabled. > > we had bugs in the past where we'd hang/crash after GRUB starts us and > before we reach this printk. > > OTOH ... forcing it upon all users is strong. Feel free to send another > patch that removes it. > > Ingo