mbox series

USB4/Thunderbolt fix for v6.6-rc7

Message ID 20231017141447.GX3208943@black.fi.intel.com
State New
Headers show
Series USB4/Thunderbolt fix for v6.6-rc7 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.6-rc7

Message

Mika Westerberg Oct. 17, 2023, 2:14 p.m. UTC
Hi Greg,

The following changes since commit 8a749fd1a8720d4619c91c8b6e7528c0a355c0aa:

  Linux 6.6-rc4 (2023-10-01 14:15:13 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.6-rc7

for you to fetch changes up to ec4405ed92036f5bb487b5c2f9a28f9e36a3e3d5:

  thunderbolt: Call tb_switch_put() once DisplayPort bandwidth request is finished (2023-10-05 12:06:50 +0300)

----------------------------------------------------------------
thunderbolt: Fix for v6.6-rc7

This includes a single commit that fixes a memory leak when DisplayPort
bandwidth allocation request is being handled by the driver.

This has been in linux-next with no reported issues.

----------------------------------------------------------------
Gil Fine (1):
      thunderbolt: Call tb_switch_put() once DisplayPort bandwidth request is finished

 drivers/thunderbolt/tb.c | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Comments

Greg Kroah-Hartman Oct. 17, 2023, 5:28 p.m. UTC | #1
On Tue, Oct 17, 2023 at 05:14:47PM +0300, Mika Westerberg wrote:
> Hi Greg,
> 
> The following changes since commit 8a749fd1a8720d4619c91c8b6e7528c0a355c0aa:
> 
>   Linux 6.6-rc4 (2023-10-01 14:15:13 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.6-rc7

Nit, you forgot the [GIT PULL] prefix in the subject line.

Anyway, pulled and pushed out, thanks!

greg k-h
Mika Westerberg Oct. 18, 2023, 9:49 a.m. UTC | #2
On Tue, Oct 17, 2023 at 07:28:38PM +0200, Greg Kroah-Hartman wrote:
> On Tue, Oct 17, 2023 at 05:14:47PM +0300, Mika Westerberg wrote:
> > Hi Greg,
> > 
> > The following changes since commit 8a749fd1a8720d4619c91c8b6e7528c0a355c0aa:
> > 
> >   Linux 6.6-rc4 (2023-10-01 14:15:13 -0700)
> > 
> > are available in the Git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.6-rc7
> 
> Nit, you forgot the [GIT PULL] prefix in the subject line.

Oops! Thanks for pointing out. I'll make sure this won't happen again.

> Anyway, pulled and pushed out, thanks!

Thanks!