Re: BUG: unable to handle kernel NULL pointer dereference at 00000000000001e0
From: Mike Galbraith
Date: Mon Oct 24 2016 - 11:19:28 EST
On Mon, 2016-10-24 at 16:48 +0200, Borislav Petkov wrote:
> Hi people,
>
> typing "reboot" splats the following on the serial console. Ideas?
Very familiar, I bisected that to 761ed4a94582. Workaround for the
nonce is to comment out..
port->console = uart_console(uport);
..in drivers/tty/serial/serial_core.c::uart_add_one_port().
-Mike