mbox series

[GIT,PULL] Thunderbolt/USB4 fix for v5.10-rc7

Message ID 20201130113238.GT5246@lahna.fi.intel.com (mailing list archive)
State Accepted
Commit d3f31301894d1b70d3dc3e8fa5ef3165878338ff
Headers show
Series [GIT,PULL] Thunderbolt/USB4 fix for v5.10-rc7 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v5.10-rc7

Message

Mika Westerberg Nov. 30, 2020, 11:32 a.m. UTC
Hi Greg,

The following changes since commit 09162bc32c880a791c6c0668ce0745cf7958f576:

  Linux 5.10-rc4 (2020-11-15 16:44:31 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v5.10-rc7

for you to fetch changes up to 600c0849cf86b75d86352f59745226273290986a:

  thunderbolt: Fix use-after-free in remove_unplugged_switch() (2020-11-19 17:44:10 +0300)

----------------------------------------------------------------
thunderbolt: Fix for v5.10-rc7

This includes a single fix for use-after-free bug after resume from
hibernation.

----------------------------------------------------------------
Mika Westerberg (1):
      thunderbolt: Fix use-after-free in remove_unplugged_switch()

 drivers/thunderbolt/icm.c | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Comments

Greg KH Nov. 30, 2020, 2:24 p.m. UTC | #1
On Mon, Nov 30, 2020 at 01:32:38PM +0200, Mika Westerberg wrote:
> Hi Greg,
> 
> The following changes since commit 09162bc32c880a791c6c0668ce0745cf7958f576:
> 
>   Linux 5.10-rc4 (2020-11-15 16:44:31 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v5.10-rc7

Pulled and pushed out, thanks.

greg k-h