mbox series

[GIT,PULL] Thunderbolt/USB4 fixes for v6.0-rc3

Message ID YwNKHkS3G+vk/J4r@black.fi.intel.com (mailing list archive)
State Accepted
Commit 8d1e09cfbd4da67d68a03e86818db5340c05abb8
Headers show
Series [GIT,PULL] Thunderbolt/USB4 fixes for v6.0-rc3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.0-rc3

Message

Mika Westerberg Aug. 22, 2022, 9:19 a.m. UTC
Hi Greg,

The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.0-rc3

for you to fetch changes up to 93a3c0d4e8bfbb15145e5dd7da68a3de4b904aba:

  thunderbolt: Check router generation before connecting xHCI (2022-08-18 11:55:52 +0300)

----------------------------------------------------------------
thunderbolt: Fixes for v6.0-rc3

This includes two fixes: one that corrects the buffer usage in
tb_async_error() and another one that limits the xHCI connect operations
to Thunderbolt 3 routers.

Both have been in linux-next with no reported issues.

----------------------------------------------------------------
Mika Westerberg (2):
      thunderbolt: Use the actual buffer in tb_async_error()
      thunderbolt: Check router generation before connecting xHCI

 drivers/thunderbolt/ctl.c    | 2 +-
 drivers/thunderbolt/switch.c | 6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)

Comments

Greg KH Aug. 22, 2022, 3:41 p.m. UTC | #1
On Mon, Aug 22, 2022 at 12:19:26PM +0300, Mika Westerberg wrote:
> Hi Greg,
> 
> The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:
> 
>   Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.0-rc3

Pulled and pushed out, thanks.

greg k-h