All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Thunderbolt/USB4 fix for v5.7-rc4
@ 2020-04-28  9:09 Mika Westerberg
  2020-04-28 10:50 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 5+ messages in thread
From: Mika Westerberg @ 2020-04-28  9:09 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Andreas Noever, Michael Jamet, Mika Westerberg, Yehezkel Bernat,
	Lukas Wunner, linux-usb

Hi Greg,

The following changes since commit ae83d0b416db002fe95601e7f97f64b59514d936:

  Linux 5.7-rc2 (2020-04-19 14:35:30 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-fix-for-v5.7-rc4

for you to fetch changes up to 9d2214b14103594efdbf33018b893b9417846d42:

  thunderbolt: Check return value of tb_sw_read() in usb4_switch_op() (2020-04-20 11:54:19 +0300)

----------------------------------------------------------------
thunderbolt: Fix for v5.7-rc4

- Fix checking return value of tb_sw_read() in usb4_switch_op().

----------------------------------------------------------------
Mika Westerberg (1):
      thunderbolt: Check return value of tb_sw_read() in usb4_switch_op()

 drivers/thunderbolt/usb4.c | 3 +++
 1 file changed, 3 insertions(+)

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

* Re: [GIT PULL] Thunderbolt/USB4 fix for v5.7-rc4
  2020-04-28  9:09 [GIT PULL] Thunderbolt/USB4 fix for v5.7-rc4 Mika Westerberg
@ 2020-04-28 10:50 ` Greg Kroah-Hartman
  2020-04-28 11:58   ` Mika Westerberg
  0 siblings, 1 reply; 5+ messages in thread
From: Greg Kroah-Hartman @ 2020-04-28 10:50 UTC (permalink / raw)
  To: Mika Westerberg
  Cc: Andreas Noever, Michael Jamet, Yehezkel Bernat, Lukas Wunner, linux-usb

On Tue, Apr 28, 2020 at 12:09:56PM +0300, Mika Westerberg wrote:
> Hi Greg,
> 
> The following changes since commit ae83d0b416db002fe95601e7f97f64b59514d936:
> 
>   Linux 5.7-rc2 (2020-04-19 14:35:30 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-fix-for-v5.7-rc4
> 
> for you to fetch changes up to 9d2214b14103594efdbf33018b893b9417846d42:
> 
>   thunderbolt: Check return value of tb_sw_read() in usb4_switch_op() (2020-04-20 11:54:19 +0300)
> 
> ----------------------------------------------------------------
> thunderbolt: Fix for v5.7-rc4
> 
> - Fix checking return value of tb_sw_read() in usb4_switch_op().
> 
> ----------------------------------------------------------------
> Mika Westerberg (1):
>       thunderbolt: Check return value of tb_sw_read() in usb4_switch_op()

Why does this commit not have a cc: stable tag on it?  I can apply it by
hand and add it, but that will not show up as a pull request/merge, is
that ok?

thanks,

greg k-h

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

* Re: [GIT PULL] Thunderbolt/USB4 fix for v5.7-rc4
  2020-04-28 10:50 ` Greg Kroah-Hartman
@ 2020-04-28 11:58   ` Mika Westerberg
  2020-04-28 17:01     ` Greg Kroah-Hartman
  0 siblings, 1 reply; 5+ messages in thread
From: Mika Westerberg @ 2020-04-28 11:58 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Andreas Noever, Michael Jamet, Yehezkel Bernat, Lukas Wunner, linux-usb

On Tue, Apr 28, 2020 at 12:50:18PM +0200, Greg Kroah-Hartman wrote:
> On Tue, Apr 28, 2020 at 12:09:56PM +0300, Mika Westerberg wrote:
> > Hi Greg,
> > 
> > The following changes since commit ae83d0b416db002fe95601e7f97f64b59514d936:
> > 
> >   Linux 5.7-rc2 (2020-04-19 14:35:30 -0700)
> > 
> > are available in the Git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-fix-for-v5.7-rc4
> > 
> > for you to fetch changes up to 9d2214b14103594efdbf33018b893b9417846d42:
> > 
> >   thunderbolt: Check return value of tb_sw_read() in usb4_switch_op() (2020-04-20 11:54:19 +0300)
> > 
> > ----------------------------------------------------------------
> > thunderbolt: Fix for v5.7-rc4
> > 
> > - Fix checking return value of tb_sw_read() in usb4_switch_op().
> > 
> > ----------------------------------------------------------------
> > Mika Westerberg (1):
> >       thunderbolt: Check return value of tb_sw_read() in usb4_switch_op()
> 
> Why does this commit not have a cc: stable tag on it?  I can apply it by
> hand and add it, but that will not show up as a pull request/merge, is
> that ok?

I'm not sure this qualifies as stable material to be honest. Changes
that this triggers is really low because there are no USB4 devices
available for public at the moment (that's the reason I did not add the
tag).

If you still think it should have stable tag, then it would be great if
you could add it. It is fine if it goes in as a patch not a merge.

Thanks!

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

* Re: [GIT PULL] Thunderbolt/USB4 fix for v5.7-rc4
  2020-04-28 11:58   ` Mika Westerberg
@ 2020-04-28 17:01     ` Greg Kroah-Hartman
  2020-04-29  9:18       ` Mika Westerberg
  0 siblings, 1 reply; 5+ messages in thread
From: Greg Kroah-Hartman @ 2020-04-28 17:01 UTC (permalink / raw)
  To: Mika Westerberg
  Cc: Andreas Noever, Michael Jamet, Yehezkel Bernat, Lukas Wunner, linux-usb

On Tue, Apr 28, 2020 at 02:58:15PM +0300, Mika Westerberg wrote:
> On Tue, Apr 28, 2020 at 12:50:18PM +0200, Greg Kroah-Hartman wrote:
> > On Tue, Apr 28, 2020 at 12:09:56PM +0300, Mika Westerberg wrote:
> > > Hi Greg,
> > > 
> > > The following changes since commit ae83d0b416db002fe95601e7f97f64b59514d936:
> > > 
> > >   Linux 5.7-rc2 (2020-04-19 14:35:30 -0700)
> > > 
> > > are available in the Git repository at:
> > > 
> > >   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-fix-for-v5.7-rc4
> > > 
> > > for you to fetch changes up to 9d2214b14103594efdbf33018b893b9417846d42:
> > > 
> > >   thunderbolt: Check return value of tb_sw_read() in usb4_switch_op() (2020-04-20 11:54:19 +0300)
> > > 
> > > ----------------------------------------------------------------
> > > thunderbolt: Fix for v5.7-rc4
> > > 
> > > - Fix checking return value of tb_sw_read() in usb4_switch_op().
> > > 
> > > ----------------------------------------------------------------
> > > Mika Westerberg (1):
> > >       thunderbolt: Check return value of tb_sw_read() in usb4_switch_op()
> > 
> > Why does this commit not have a cc: stable tag on it?  I can apply it by
> > hand and add it, but that will not show up as a pull request/merge, is
> > that ok?
> 
> I'm not sure this qualifies as stable material to be honest. Changes
> that this triggers is really low because there are no USB4 devices
> available for public at the moment (that's the reason I did not add the
> tag).
> 
> If you still think it should have stable tag, then it would be great if
> you could add it. It is fine if it goes in as a patch not a merge.

I'll add it and queue it up now, thanks.

greg k-h

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

* Re: [GIT PULL] Thunderbolt/USB4 fix for v5.7-rc4
  2020-04-28 17:01     ` Greg Kroah-Hartman
@ 2020-04-29  9:18       ` Mika Westerberg
  0 siblings, 0 replies; 5+ messages in thread
From: Mika Westerberg @ 2020-04-29  9:18 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Andreas Noever, Michael Jamet, Yehezkel Bernat, Lukas Wunner, linux-usb

On Tue, Apr 28, 2020 at 07:01:31PM +0200, Greg Kroah-Hartman wrote:
> On Tue, Apr 28, 2020 at 02:58:15PM +0300, Mika Westerberg wrote:
> > On Tue, Apr 28, 2020 at 12:50:18PM +0200, Greg Kroah-Hartman wrote:
> > > On Tue, Apr 28, 2020 at 12:09:56PM +0300, Mika Westerberg wrote:
> > > > Hi Greg,
> > > > 
> > > > The following changes since commit ae83d0b416db002fe95601e7f97f64b59514d936:
> > > > 
> > > >   Linux 5.7-rc2 (2020-04-19 14:35:30 -0700)
> > > > 
> > > > are available in the Git repository at:
> > > > 
> > > >   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-fix-for-v5.7-rc4
> > > > 
> > > > for you to fetch changes up to 9d2214b14103594efdbf33018b893b9417846d42:
> > > > 
> > > >   thunderbolt: Check return value of tb_sw_read() in usb4_switch_op() (2020-04-20 11:54:19 +0300)
> > > > 
> > > > ----------------------------------------------------------------
> > > > thunderbolt: Fix for v5.7-rc4
> > > > 
> > > > - Fix checking return value of tb_sw_read() in usb4_switch_op().
> > > > 
> > > > ----------------------------------------------------------------
> > > > Mika Westerberg (1):
> > > >       thunderbolt: Check return value of tb_sw_read() in usb4_switch_op()
> > > 
> > > Why does this commit not have a cc: stable tag on it?  I can apply it by
> > > hand and add it, but that will not show up as a pull request/merge, is
> > > that ok?
> > 
> > I'm not sure this qualifies as stable material to be honest. Changes
> > that this triggers is really low because there are no USB4 devices
> > available for public at the moment (that's the reason I did not add the
> > tag).
> > 
> > If you still think it should have stable tag, then it would be great if
> > you could add it. It is fine if it goes in as a patch not a merge.
> 
> I'll add it and queue it up now, thanks.

Thanks Greg!

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

end of thread, other threads:[~2020-04-29  9:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-28  9:09 [GIT PULL] Thunderbolt/USB4 fix for v5.7-rc4 Mika Westerberg
2020-04-28 10:50 ` Greg Kroah-Hartman
2020-04-28 11:58   ` Mika Westerberg
2020-04-28 17:01     ` Greg Kroah-Hartman
2020-04-29  9:18       ` Mika Westerberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.