Re: [PATCH 00/24] Consolidate dummy_con initialization

From: Greg Kroah-Hartman
Date: Wed Dec 18 2019 - 16:12:35 EST


On Wed, Dec 18, 2019 at 03:39:38PM -0500, Arvind Sankar wrote:
> This series moves initialization of conswitchp to dummy_con into vt.c,
> and configures DUMMY_CONSOLE unconditionally when CONFIG_VT is enabled.
>
> The patches after the second one remove conswitchp = &dummy_con; from
> the various architecture setup functions where it currently appears. If
> the first two look ok, I was thinking of sending the others
> individually.
>
> Arvind Sankar (24):
> console/dummycon: Remove bogus depends on from DUMMY_CONSOLE
> vt: Initialize conswitchp to dummy_con if unset
> arch/setup: Drop dummy_con initialization
> arch/setup: Drop dummy_con initialization

No two patches in a series should have the same subject line, let alone
20 of them.

Please fix up.

thanks,

greg k-h