Linux kernel -stable discussions
 help / color / mirror / Atom feed
* Re: Patch "tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool active" has been added to the 6.1-stable tree
       [not found] <20241022175403.2844928-1-sashal@kernel.org>
@ 2024-10-23  6:25 ` Jiri Slaby
  2024-10-23 11:48   ` Sasha Levin
  0 siblings, 1 reply; 6+ messages in thread
From: Jiri Slaby @ 2024-10-23  6:25 UTC (permalink / raw)
  To: stable, stable-commits, ilpo.jarvinen
  Cc: Rodolfo Giometti, Greg Kroah-Hartman, David S. Miller

On 22. 10. 24, 19:54, Sasha Levin wrote:
> This is a note to let you know that I've just added the patch titled
> 
>      tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool active

This is a cleanup, not needed in stable. (Unless something 
context-depends on it.)

-- 
js
suse labs

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

* Re: Patch "tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool active" has been added to the 6.1-stable tree
  2024-10-23  6:25 ` Patch "tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool active" has been added to the 6.1-stable tree Jiri Slaby
@ 2024-10-23 11:48   ` Sasha Levin
  2024-10-23 11:56     ` Ilpo Järvinen
  2024-10-24  6:31     ` Jiri Slaby
  0 siblings, 2 replies; 6+ messages in thread
From: Sasha Levin @ 2024-10-23 11:48 UTC (permalink / raw)
  To: Jiri Slaby
  Cc: stable, stable-commits, ilpo.jarvinen, Rodolfo Giometti,
	Greg Kroah-Hartman, David S. Miller

On Wed, Oct 23, 2024 at 08:25:12AM +0200, Jiri Slaby wrote:
>On 22. 10. 24, 19:54, Sasha Levin wrote:
>>This is a note to let you know that I've just added the patch titled
>>
>>     tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool active
>
>This is a cleanup, not needed in stable. (Unless something 
>context-depends on it.)

The 3 commits you've pointed out are a pre-req for 30c9ae5ece8e ("xhci:
dbc: honor usb transfer size boundaries.").

-- 
Thanks,
Sasha

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

* Re: Patch "tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool active" has been added to the 6.1-stable tree
  2024-10-23 11:48   ` Sasha Levin
@ 2024-10-23 11:56     ` Ilpo Järvinen
  2024-10-23 14:20       ` Sasha Levin
  2024-10-24  6:31     ` Jiri Slaby
  1 sibling, 1 reply; 6+ messages in thread
From: Ilpo Järvinen @ 2024-10-23 11:56 UTC (permalink / raw)
  To: Sasha Levin
  Cc: Jiri Slaby, stable, stable-commits, Rodolfo Giometti,
	Greg Kroah-Hartman, David S. Miller

On Wed, 23 Oct 2024, Sasha Levin wrote:

> On Wed, Oct 23, 2024 at 08:25:12AM +0200, Jiri Slaby wrote:
> > On 22. 10. 24, 19:54, Sasha Levin wrote:
> > > This is a note to let you know that I've just added the patch titled
> > > 
> > >     tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool
> > > active
> > 
> > This is a cleanup, not needed in stable. (Unless something context-depends
> > on it.)
> 
> The 3 commits you've pointed out are a pre-req for 30c9ae5ece8e ("xhci:
> dbc: honor usb transfer size boundaries.").

Hi Sasha,

I wonder if that information could be added automatically into the 
notification email as it feels useful to know?

I assume there's some tool which figures these pre-reqs out, if it's based 
on manual work, please disregard my suggestion.

-- 
 i.


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

* Re: Patch "tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool active" has been added to the 6.1-stable tree
  2024-10-23 11:56     ` Ilpo Järvinen
@ 2024-10-23 14:20       ` Sasha Levin
  2024-10-23 14:24         ` Ilpo Järvinen
  0 siblings, 1 reply; 6+ messages in thread
From: Sasha Levin @ 2024-10-23 14:20 UTC (permalink / raw)
  To: Ilpo Järvinen
  Cc: Jiri Slaby, stable, stable-commits, Rodolfo Giometti,
	Greg Kroah-Hartman, David S. Miller

On Wed, Oct 23, 2024 at 02:56:06PM +0300, Ilpo Järvinen wrote:
>On Wed, 23 Oct 2024, Sasha Levin wrote:
>
>> On Wed, Oct 23, 2024 at 08:25:12AM +0200, Jiri Slaby wrote:
>> > On 22. 10. 24, 19:54, Sasha Levin wrote:
>> > > This is a note to let you know that I've just added the patch titled
>> > >
>> > >     tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool
>> > > active
>> >
>> > This is a cleanup, not needed in stable. (Unless something context-depends
>> > on it.)
>>
>> The 3 commits you've pointed out are a pre-req for 30c9ae5ece8e ("xhci:
>> dbc: honor usb transfer size boundaries.").
>
>Hi Sasha,
>
>I wonder if that information could be added automatically into the
>notification email as it feels useful to know?
>
>I assume there's some tool which figures these pre-reqs out, if it's based
>on manual work, please disregard my suggestion.

We already add a tag to indicate the dependency, sometimes folks miss it.

In the case of this patch, here it is:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git/tree/queue-6.1/tty-serial-make-dcd_change-uart_handle_dcd_change-st.patch#n25

-- 
Thanks,
Sasha

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

* Re: Patch "tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool active" has been added to the 6.1-stable tree
  2024-10-23 14:20       ` Sasha Levin
@ 2024-10-23 14:24         ` Ilpo Järvinen
  0 siblings, 0 replies; 6+ messages in thread
From: Ilpo Järvinen @ 2024-10-23 14:24 UTC (permalink / raw)
  To: Sasha Levin
  Cc: Jiri Slaby, stable, stable-commits, Rodolfo Giometti,
	Greg Kroah-Hartman, David S. Miller

[-- Attachment #1: Type: text/plain, Size: 1387 bytes --]

On Wed, 23 Oct 2024, Sasha Levin wrote:

> On Wed, Oct 23, 2024 at 02:56:06PM +0300, Ilpo Järvinen wrote:
> > On Wed, 23 Oct 2024, Sasha Levin wrote:
> > 
> > > On Wed, Oct 23, 2024 at 08:25:12AM +0200, Jiri Slaby wrote:
> > > > On 22. 10. 24, 19:54, Sasha Levin wrote:
> > > > > This is a note to let you know that I've just added the patch titled
> > > > >
> > > > >     tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status
> > > bool
> > > > > active
> > > >
> > > > This is a cleanup, not needed in stable. (Unless something
> > > context-depends
> > > > on it.)
> > > 
> > > The 3 commits you've pointed out are a pre-req for 30c9ae5ece8e ("xhci:
> > > dbc: honor usb transfer size boundaries.").
> > 
> > Hi Sasha,
> > 
> > I wonder if that information could be added automatically into the
> > notification email as it feels useful to know?
> > 
> > I assume there's some tool which figures these pre-reqs out, if it's based
> > on manual work, please disregard my suggestion.
> 
> We already add a tag to indicate the dependency, sometimes folks miss it.

Heheh, it seems I'm too among them. Thanks a lot for pointing that out.

> In the case of this patch, here it is:
> https://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git/tree/queue-6.1/tty-serial-make-dcd_change-uart_handle_dcd_change-st.patch#n25

-- 
 i.

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

* Re: Patch "tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool active" has been added to the 6.1-stable tree
  2024-10-23 11:48   ` Sasha Levin
  2024-10-23 11:56     ` Ilpo Järvinen
@ 2024-10-24  6:31     ` Jiri Slaby
  1 sibling, 0 replies; 6+ messages in thread
From: Jiri Slaby @ 2024-10-24  6:31 UTC (permalink / raw)
  To: Sasha Levin
  Cc: stable, stable-commits, ilpo.jarvinen, Rodolfo Giometti,
	Greg Kroah-Hartman, David S. Miller

On 23. 10. 24, 13:48, Sasha Levin wrote:
> On Wed, Oct 23, 2024 at 08:25:12AM +0200, Jiri Slaby wrote:
>> On 22. 10. 24, 19:54, Sasha Levin wrote:
>>> This is a note to let you know that I've just added the patch titled
>>>
>>>     tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status 
>>> bool active
>>
>> This is a cleanup, not needed in stable. (Unless something context- 
>> depends on it.)
> 
> The 3 commits you've pointed out are a pre-req for 30c9ae5ece8e ("xhci:
> dbc: honor usb transfer size boundaries.").

Ah, OK, thanks.

And OMG (side note), the patch reintroduced the non-sense pattern I 
removed (the added kfifo_len()).




But re. this patch
   0388a152fc55 tty/serial: Make ->dcd_change()+uart_handle_dcd_change() 
status bool active
with
   Stable-dep-of: 40d7903386df ("serial: imx: Update mctrl old_status on 
RTSD interrupt")

I fail to see how is that a dep?

thanks,
-- 
js
suse labs

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

end of thread, other threads:[~2024-10-24  6:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20241022175403.2844928-1-sashal@kernel.org>
2024-10-23  6:25 ` Patch "tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool active" has been added to the 6.1-stable tree Jiri Slaby
2024-10-23 11:48   ` Sasha Levin
2024-10-23 11:56     ` Ilpo Järvinen
2024-10-23 14:20       ` Sasha Levin
2024-10-23 14:24         ` Ilpo Järvinen
2024-10-24  6:31     ` Jiri Slaby

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