mbox series

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

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

Pull-request

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

Message

Mika Westerberg Dec. 12, 2023, 8:56 a.m. UTC
Hi Greg,

The following changes since commit 2cc14f52aeb78ce3f29677c2de1f06c0e91471ab:

  Linux 6.7-rc3 (2023-11-26 19:59:33 -0800)

are available in the Git repository at:

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

for you to fetch changes up to f0b94c1c5c7994a74e487f43c91cfc922105a423:

  thunderbolt: Fix minimum allocated USB 3.x and PCIe bandwidth (2023-12-08 09:03:49 +0200)

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

This includes following USB4/Thunderbolt fixes for v6.7-rc6:

  - Fix memory leak in margining_port_remove()
  - Correct minimum bandwidth allocated for USB 3.x and PCIe to avoid
    reducing DisplayPort capabilities in certain monitor configurations.

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

----------------------------------------------------------------
Gil Fine (1):
      thunderbolt: Fix minimum allocated USB 3.x and PCIe bandwidth

Yaxiong Tian (1):
      thunderbolt: Fix memory leak in margining_port_remove()

 drivers/thunderbolt/debugfs.c |  2 +-
 drivers/thunderbolt/usb4.c    | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

Comments

Greg KH Dec. 12, 2023, 10:34 a.m. UTC | #1
On Tue, Dec 12, 2023 at 10:56:04AM +0200, Mika Westerberg wrote:
> Hi Greg,
> 
> The following changes since commit 2cc14f52aeb78ce3f29677c2de1f06c0e91471ab:
> 
>   Linux 6.7-rc3 (2023-11-26 19:59:33 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.7-rc6

Pulled and pushed out, thanks.

greg k-h