[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170928121823.430053219@infradead.org>
Date: Thu, 28 Sep 2017 14:18:23 +0200
From: Peter Zijlstra <peterz@...radead.org>
To: pmladek@...e.com, sergey.senozhatsky@...il.com
Cc: linux-kernel@...r.kernel.org, rostedt@...dmis.org,
mingo@...nel.org, tglx@...utronix.de, peterz@...radead.org
Subject: [PATCH 0/3] printk: Add force_early_printk boot param
Most all printk() bits are terminally broken because they rely on the scheduler
and blocking locks to function, making them unsuitable for debugging the
scheduler and NMI context things.
Luckily many early_printk implementations are relatively sane and don't rely on
anything much at all; the x86 early_serial_console for example is pure
bit-banging without anything.
So provide means to always use these and avoid the whole printk mess.
Powered by blists - more mailing lists