mbox series

[GIT,PULL] USB4/Thunderbolt fixes for v6.5-rc6

Message ID 20230808053001.GF14638@black.fi.intel.com (mailing list archive)
State Accepted
Commit f48585c468f51ac038c2cfaafcd4437bc3746bce
Headers show
Series [GIT,PULL] USB4/Thunderbolt fixes for v6.5-rc6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.5-rc6

Message

Mika Westerberg Aug. 8, 2023, 5:30 a.m. UTC
Hi Greg,

The following changes since commit 5d0c230f1de8c7515b6567d9afba1f196fb4e2f4:

  Linux 6.5-rc4 (2023-07-30 13:23:47 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.5-rc6

for you to fetch changes up to 596a5123cc782d458b057eb3837e66535cd0befa:

  thunderbolt: Fix memory leak in tb_handle_dp_bandwidth_request() (2023-08-04 16:17:47 +0300)

----------------------------------------------------------------
thunderbolt: Fixes for v6.5-rc6

This includes two fixes for v6.5-rc6:

  - Correct display flickering when connecting a Thunderbolt 3 device to
    an AMD USB4 host controller
  - Fix a memory leak in bandwidth allocation request.

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

----------------------------------------------------------------
Mika Westerberg (1):
      thunderbolt: Fix memory leak in tb_handle_dp_bandwidth_request()

Sanjay R Mehta (1):
      thunderbolt: Fix Thunderbolt 3 display flickering issue on 2nd hot plug onwards

 drivers/thunderbolt/tb.c  | 2 ++
 drivers/thunderbolt/tmu.c | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

Comments

Greg KH Aug. 8, 2023, 8:05 a.m. UTC | #1
On Tue, Aug 08, 2023 at 08:30:01AM +0300, Mika Westerberg wrote:
> Hi Greg,
> 
> The following changes since commit 5d0c230f1de8c7515b6567d9afba1f196fb4e2f4:
> 
>   Linux 6.5-rc4 (2023-07-30 13:23:47 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.5-rc6

pulled and pushed out, thanks.

greg k-h