On Thu, Apr 02, 2020 at 08:20:26PM +0300, Andy Shevchenko wrote: > The commit a3cb39d258ef > ("serial: core: Allow detach and attach serial device for console") > changed a bit logic behind lock initialization since for most of the console > driver it's supposed to have lock already initialized even if console is not > enabled. However, it's not the case for Sparc HV console. > > Initialize lock explicitly in the ->probe(). > > Note, there is still an open question should or shouldn't not this driver > register console properly. > > Fixes: a3cb39d258ef ("serial: core: Allow detach and attach serial device for console") > Reported-by: Anatoly Pugachev <matorola@xxxxxxxxx> > Cc: David Miller <davem@xxxxxxxxxxxxx> > Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > --- > drivers/tty/serial/sunhv.c | 3 +++ > 1 file changed, 3 insertions(+) Thanks, will pick this up after -rc1 is out. greg k-h