mbox series

[GIT,PULL] Thunderbolt/USB4 fixes for v5.13-rc4

Message ID 20210524132932.GF291593@lahna.fi.intel.com (mailing list archive)
State Accepted
Commit e6809703e164e0e47d99a42084af06a60e386b13
Headers show
Series [GIT,PULL] Thunderbolt/USB4 fixes for v5.13-rc4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v5.13-rc4

Message

Mika Westerberg May 24, 2021, 1:29 p.m. UTC
Hi Greg,

The following changes since commit d07f6ca923ea0927a1024dfccafc5b53b61cfecc:

  Linux 5.13-rc2 (2021-05-16 15:27:44 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v5.13-rc4

for you to fetch changes up to 22c7a18ed5f007faccb7527bc890463763214081:

  thunderbolt: usb4: Fix NVM read buffer bounds and offset issue (2021-05-20 11:52:58 +0300)

----------------------------------------------------------------
thunderbolt: Fixes for v5.13-rc4

This includes two fixes from Mathias to handle NVM read side properly in
certain situations.

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

----------------------------------------------------------------
Mathias Nyman (2):
      thunderbolt: dma_port: Fix NVM read buffer bounds and offset issue
      thunderbolt: usb4: Fix NVM read buffer bounds and offset issue

 drivers/thunderbolt/dma_port.c | 11 ++++++-----
 drivers/thunderbolt/usb4.c     |  9 +++++----
 2 files changed, 11 insertions(+), 9 deletions(-)

Comments

Greg Kroah-Hartman May 24, 2021, 1:34 p.m. UTC | #1
On Mon, May 24, 2021 at 04:29:32PM +0300, Mika Westerberg wrote:
> Hi Greg,
> 
> The following changes since commit d07f6ca923ea0927a1024dfccafc5b53b61cfecc:
> 
>   Linux 5.13-rc2 (2021-05-16 15:27:44 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v5.13-rc4

Pulled and pushed out, thanks.

greg k-h