Files
twx-linux/kernel
Douglas Anderson 6be061083d kgdb: Make "kgdbcon" work properly with "kgdb_earlycon"
[ Upstream commit b18b099e04 ]

On my system the kernel processes the "kgdb_earlycon" parameter before
the "kgdbcon" parameter.  When we setup "kgdb_earlycon" we'll end up
in kgdb_register_callbacks() and "kgdb_use_con" won't have been set
yet so we'll never get around to starting "kgdbcon".  Let's remedy
this by detecting that the IO module was already registered when
setting "kgdb_use_con" and registering the console then.

As part of this, to avoid pre-declaring things, move the handling of
the "kgdbcon" further down in the file.

Signed-off-by: Douglas Anderson <dianders@chromium.org>
Link: https://lore.kernel.org/r/20200630151422.1.I4aa062751ff5e281f5116655c976dff545c09a46@changeid
Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-11-10 10:23:53 +01:00
..
2020-09-23 08:46:14 +02:00
…
…
…
2019-11-28 18:28:55 +01:00
…
…
…
…
…
…
2020-04-02 17:20:28 +02:00
…
…
2018-08-03 07:55:12 +02:00
…
…
2020-04-02 17:20:26 +02:00
…
…
…
…
…
…
…
2020-04-24 07:58:54 +02:00
…
…
2018-08-03 07:55:24 +02:00
…
2020-01-12 11:24:12 +01:00
…
…
…
…
…
…
…