Re: [PATCH 0/8] USB: serial: fix TIOCMBIS and TIOCMBIC

From: Johan Hovold
Date: Mon Oct 27 2025 - 04:24:10 EST


On Wed, Oct 22, 2025 at 07:14:34PM +0200, Greg Kroah-Hartman wrote:
> On Wed, Oct 22, 2025 at 05:26:32PM +0200, Johan Hovold wrote:
> > Asserting or deasserting a modem control line using TIOCMBIS or TIOCMBIC
> > should not deassert any lines that are not in the mask, but two drivers
> > got this wrong.
> >
> > Included are also some related cleanups.
>
> Nice catch!
>
> Reviewed-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

Thanks for reviewing. Now applied.

Johan