Re: [PATCH v2 0/3] serial: core: fix up sysrq regressions

From: Johan Hovold
Date: Fri Jun 12 2020 - 11:31:22 EST


On Wed, Jun 10, 2020 at 07:21:34PM +0300, Andy Shevchenko wrote:
> On Wed, Jun 10, 2020 at 05:22:29PM +0200, Johan Hovold wrote:
> > This series fixes a few regressions introduced by the recent sysrq
> > rework that went into 5.6.
> >
> > The fix for the unnecessary per-character overhead probably could have
> > been marked for stable but I left that decision to the maintainers as it
> > is a bit intrusive (although mostly shuffling code around).
>
> I see a problem, thanks for pointing out!
> The fix LGTM! FWIW,
> Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>

Thanks for reviewing, Andy.

Johan