Re: [PATCH v3 6/9] tty: n_gsm: fix deadlock and link starvation in outgoing data path

From: Greg KH
Date: Mon Jun 27 2022 - 08:08:32 EST


On Thu, Jun 23, 2022 at 12:26:27PM +0000, Starke, Daniel wrote:
> > This is a bit huge for stable backports, especially given that a huge
> > number of the previous stable backports have totally failed and no one
> > has submitted new versions.
> >
> > So why is this needed for stable? Same for all of these in the series...
>
> Given the fact that these are all bug fixes I assumed that these are also
> relevant for backporting. Maybe only in the more recent stable releases
> if there are issues with the merges.
> I do not mind removing the stable kernel reference and keep these changes
> only for mainline. So please let me know your preference.
> Should I resubmit the patches without stable reference?

Please read the stable kernel rules for what is, and is not allowed.
Generally a patch that does:
drivers/tty/n_gsm.c | 410 ++++++++++++++++++++++++++++++--------------
is not allowed.

Please sort by what is stable fixes, and what is not. Given that you
don't seem to want to backport patches to older stable kernels when they
fail to apply, why are any of these needed in stable kernels if the
older ones are not also going to be merged there?

thanks,

greg k-h