Linux kernel -stable discussions
 help / color / mirror / Atom feed
* Re:[PATCH] serial: 8250_dma: terminate correct DMA in tx_dma_flush()
       [not found] <20250224121831.1429323-1-jkeeping@inmusicbrands.com>
@ 2025-02-24 12:36 ` Wentao Guan
  2025-02-24 12:48   ` [PATCH] " Greg KH
  2025-02-24 12:48   ` Greg KH
  0 siblings, 2 replies; 7+ messages in thread
From: Wentao Guan @ 2025-02-24 12:36 UTC (permalink / raw)
  To: John Keeping, Greg KH
  Cc: John Keeping, Jiri Slaby, Ferry Toth, Ilpo Järvinen,
	linux-kernel, linux-serial, stable

Hello,
Thanks for reply.
+ Cc: stable@vger.kernel.org

BRs
Wentao Guan

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] serial: 8250_dma: terminate correct DMA in tx_dma_flush()
  2025-02-24 12:36 ` Re:[PATCH] serial: 8250_dma: terminate correct DMA in tx_dma_flush() Wentao Guan
@ 2025-02-24 12:48   ` Greg KH
  2025-02-24 12:48   ` Greg KH
  1 sibling, 0 replies; 7+ messages in thread
From: Greg KH @ 2025-02-24 12:48 UTC (permalink / raw)
  To: Wentao Guan
  Cc: John Keeping, Jiri Slaby, Ferry Toth, Ilpo Järvinen,
	linux-kernel, linux-serial, stable

On Mon, Feb 24, 2025 at 08:36:20PM +0800, Wentao Guan wrote:
> Hello,
> Thanks for reply.
> + Cc: stable@vger.kernel.org

I have no context at all here, sorry.  What am I supposed to do?

confused,

greg k-h

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] serial: 8250_dma: terminate correct DMA in tx_dma_flush()
  2025-02-24 12:36 ` Re:[PATCH] serial: 8250_dma: terminate correct DMA in tx_dma_flush() Wentao Guan
  2025-02-24 12:48   ` [PATCH] " Greg KH
@ 2025-02-24 12:48   ` Greg KH
  2025-02-24 13:13     ` Wentao Guan
  1 sibling, 1 reply; 7+ messages in thread
From: Greg KH @ 2025-02-24 12:48 UTC (permalink / raw)
  To: Wentao Guan
  Cc: John Keeping, Jiri Slaby, Ferry Toth, Ilpo Järvinen,
	linux-kernel, linux-serial, stable

On Mon, Feb 24, 2025 at 08:36:20PM +0800, Wentao Guan wrote:
> Hello,
> Thanks for reply.
> + Cc: stable@vger.kernel.org
> 
> BRs
> Wentao Guan

<formletter>

This is not the correct way to submit patches for inclusion in the
stable kernel tree.  Please read:
    https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html
for how to do this properly.

</formletter>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] serial: 8250_dma: terminate correct DMA in tx_dma_flush()
  2025-02-24 12:48   ` Greg KH
@ 2025-02-24 13:13     ` Wentao Guan
  2025-02-24 13:34       ` Greg KH
  2025-02-24 16:51       ` Slade Watkins
  0 siblings, 2 replies; 7+ messages in thread
From: Wentao Guan @ 2025-02-24 13:13 UTC (permalink / raw)
  To: Greg KH
  Cc: John Keeping, Jiri Slaby, Ferry Toth, Ilpo Järvinen,
	linux-kernel, linux-serial, stable

Hello Greg,
Sorry for my HTML format past.
It is means that 'Fixes xxxxxx' tag point commit will auto be backport to those stable tree with
xxxxxx commit without cc stable, correct ?

BRs
Wentao Guan

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] serial: 8250_dma: terminate correct DMA in tx_dma_flush()
  2025-02-24 13:13     ` Wentao Guan
@ 2025-02-24 13:34       ` Greg KH
  2025-02-24 16:51       ` Slade Watkins
  1 sibling, 0 replies; 7+ messages in thread
From: Greg KH @ 2025-02-24 13:34 UTC (permalink / raw)
  To: Wentao Guan
  Cc: John Keeping, Jiri Slaby, Ferry Toth, Ilpo Järvinen,
	linux-kernel, linux-serial, stable

On Mon, Feb 24, 2025 at 09:13:29PM +0800, Wentao Guan wrote:
> Hello Greg,
> Sorry for my HTML format past.
> It is means that 'Fixes xxxxxx' tag point commit will auto be backport to those stable tree with
> xxxxxx commit without cc stable, correct ?

I am sorry, again, I have no context at all as to what you are asking :(

remember, some of us get 1000+ emails a day to handle.  Always quote
context properly so we know what is going on.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] serial: 8250_dma: terminate correct DMA in tx_dma_flush()
  2025-02-24 13:13     ` Wentao Guan
  2025-02-24 13:34       ` Greg KH
@ 2025-02-24 16:51       ` Slade Watkins
  2025-02-25 11:37         ` Wentao Guan
  1 sibling, 1 reply; 7+ messages in thread
From: Slade Watkins @ 2025-02-24 16:51 UTC (permalink / raw)
  To: Wentao Guan, Greg KH
  Cc: John Keeping, Jiri Slaby, Ferry Toth, Ilpo Järvinen,
	linux-kernel, linux-serial, stable


On 2/24/2025 8:13 AM, Wentao Guan wrote:
> It is means that 'Fixes xxxxxx' tag point commit will auto be backport 
> to those stable tree with xxxxxx commit without cc stable, correct ?

If you mean that it will be "automatically backported to stable," then 
no. Ask for it to be backported, or submit it as a patch the proper way: 
https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html

Otherwise, I have no idea what you're talking about either. :-/

-slade

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] serial: 8250_dma: terminate correct DMA in tx_dma_flush()
  2025-02-24 16:51       ` Slade Watkins
@ 2025-02-25 11:37         ` Wentao Guan
  0 siblings, 0 replies; 7+ messages in thread
From: Wentao Guan @ 2025-02-25 11:37 UTC (permalink / raw)
  To: Slade Watkins, Greg KH
  Cc: John Keeping, Jiri Slaby, Ferry Toth, Ilpo Järvinen,
	linux-kernel, linux-serial, stable

Hello Slade,

Thanks for reply my question.

BRs
Wentao Guan

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-02-25 11:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20250224121831.1429323-1-jkeeping@inmusicbrands.com>
2025-02-24 12:36 ` Re:[PATCH] serial: 8250_dma: terminate correct DMA in tx_dma_flush() Wentao Guan
2025-02-24 12:48   ` [PATCH] " Greg KH
2025-02-24 12:48   ` Greg KH
2025-02-24 13:13     ` Wentao Guan
2025-02-24 13:34       ` Greg KH
2025-02-24 16:51       ` Slade Watkins
2025-02-25 11:37         ` Wentao Guan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox