Re: [PATCH] console: consume APC, DM, DCS

From: Linus Torvalds
Date: Mon Aug 30 2021 - 11:31:45 EST


On Mon, Aug 30, 2021 at 2:59 AM nick black <dankamongmen@xxxxxxxxx> wrote:
>
> Jiri Slaby left as an exercise for the reader:
> > So simply:
> > return state == ESosc || state == ESapc || state == ESpm || state == ESdcs;
>
> Sure, I can do this. Would you like me to recut the patch?
>
> > I wonder if we can simply hide them all behind single ESignore?
>
> I'd rather not--I have plans beyond this patch which will
> require differentiating between them.

I've applied the patch as-is since I'm starting my merge window work
with "random patches in my queue".

I'm not 100% sure we care all that much about trying to make the
console be more vt100-compatible, considering how long we've been at
the current state.

But I have to admit to being slightly emotionally attached to us doing
reasonably well on this side. One of the original things Linux did was
console emulation, even before it was an OS..

Linus