lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 19 Jan 2011 16:19:18 -0800
From:	Andrew Morton <akpm@...ux-foundation.org>
To:	"Fabio M. Di Nitto" <fabbione@...bione.net>
Cc:	Randy Dunlap <rdunlap@...otime.net>,
	James Morris <jmorris@...ei.org>,
	Kees Cook <kees.cook@...onical.com>,
	Ingo Molnar <mingo@...e.hu>, Namhyung Kim <namhyung@...il.com>,
	linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
	Daid Miller <davem@...emloft.net>,
	"Fabio M. Di Nitto" <fdinitto@...hat.com>
Subject: Re: [PATCH] console: allow to retain boot console via boot option
 keep_bootcon

On Wed, 12 Jan 2011 09:40:24 +0100
"Fabio M. Di Nitto" <fabbione@...bione.net> wrote:

> From: Fabio M. Di Nitto <fdinitto@...hat.com>
> 
> On some architectures, the boot process involves de-registering the boot
> console (early boot), initialize drivers and then re-register the console.
> 
> This mechanism introduces a window in which no printk can happen on the console
> and messages are buffered and then printed once the new console is available.
> 
> If a kernel crashes during this window, all it's left on the boot console
> is "console [foo] enabled, bootconsole disabled" making debug of the crash
> rather 'interesting'.
> 
> By adding "keep_bootcon" option, do not unregister the boot console, that
> will allow to printk everything that is happening up to the crash.
> 
> The option is clearly meant only for debugging purposes as it introduces lots
> of duplicated info printed on console, but will make bug report from users
> easier as it doesn't require a kernel build just to figure out where we crash.
> 

I don't get it, as usual.

The architecture does

a) deregister boot console
b) initialize drivers
c) register console

and the patch basically disables step a).

But if we can do that without screwing things up, why not simply change
the architecture to not deregister the boot console until after
initializing the drivers?


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ