mbox series

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

Message ID 20240808091426.GJ1532424@black.fi.intel.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] USB4/Thunderbolt fixes for v6.11-rc3 | expand

Pull-request

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

Message

Mika Westerberg Aug. 8, 2024, 9:14 a.m. UTC
Hi Greg,

The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:

  Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e2006140ad2e01a02ed0aff49cc2ae3ceeb11f8d:

  thunderbolt: Mark XDomain as unplugged when router is removed (2024-08-06 08:01:10 +0300)

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

This includes following USB4/Thunderbolt fixes for v6.11-rc3:

  - Fix memory leak in debugfs sideband register access
  - Fix hang when host router NVM is upgraded and there is another host
    connected.

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

----------------------------------------------------------------
Aapo Vienamo (1):
      thunderbolt: Fix memory leaks in {port|retimer}_sb_regs_write()

Mika Westerberg (1):
      thunderbolt: Mark XDomain as unplugged when router is removed

 drivers/thunderbolt/debugfs.c | 10 ++++++----
 drivers/thunderbolt/switch.c  |  1 +
 2 files changed, 7 insertions(+), 4 deletions(-)

Comments

Greg KH Aug. 13, 2024, 8:26 a.m. UTC | #1
On Thu, Aug 08, 2024 at 12:14:26PM +0300, Mika Westerberg wrote:
> Hi Greg,
> 
> The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:
> 
>   Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.11-rc3

Now pulled and pushed out,t hanks.

greg k-h