mbox series

[GIT,PULL] USB4/Thunderbolt fix for v6.15-rc7

Message ID 20250513145638.GM88033@black.fi.intel.com
State New
Headers show
Series [GIT,PULL] USB4/Thunderbolt fix for v6.15-rc7 | expand

Pull-request

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

Message

Mika Westerberg May 13, 2025, 2:56 p.m. UTC
Hi Greg,

The following changes since commit 92a09c47464d040866cf2b4cd052bc60555185fb:

  Linux 6.15-rc5 (2025-05-04 13:55:04 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 0f73628e9da1ee39daf5f188190cdbaee5e0c98c:

  thunderbolt: Do not double dequeue a configuration request (2025-05-09 12:14:25 +0300)

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

This includes a single USB4/Thunderbolt fix for v6.15-rc7:

  - Prevent crash in tb_cfg_request_dequeue().

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

----------------------------------------------------------------
Sergey Senozhatsky (1):
      thunderbolt: Do not double dequeue a configuration request

 drivers/thunderbolt/ctl.c | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Greg KH May 21, 2025, 10:28 a.m. UTC | #1
On Tue, May 13, 2025 at 05:56:38PM +0300, Mika Westerberg wrote:
> Hi Greg,
> 
> The following changes since commit 92a09c47464d040866cf2b4cd052bc60555185fb:
> 
>   Linux 6.15-rc5 (2025-05-04 13:55:04 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.15-rc7
> 
> for you to fetch changes up to 0f73628e9da1ee39daf5f188190cdbaee5e0c98c:
> 
>   thunderbolt: Do not double dequeue a configuration request (2025-05-09 12:14:25 +0300)

It's too late for my branch to get stuff into -final, sorry, I was
traveling last week.  I'll take this now and get it into -rc1 and then
backport to the needed stable trees.

thanks,

greg k-h
Mika Westerberg May 21, 2025, 11:36 a.m. UTC | #2
On Wed, May 21, 2025 at 12:28:04PM +0200, Greg Kroah-Hartman wrote:
> On Tue, May 13, 2025 at 05:56:38PM +0300, Mika Westerberg wrote:
> > Hi Greg,
> > 
> > The following changes since commit 92a09c47464d040866cf2b4cd052bc60555185fb:
> > 
> >   Linux 6.15-rc5 (2025-05-04 13:55:04 -0700)
> > 
> > are available in the Git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.15-rc7
> > 
> > for you to fetch changes up to 0f73628e9da1ee39daf5f188190cdbaee5e0c98c:
> > 
> >   thunderbolt: Do not double dequeue a configuration request (2025-05-09 12:14:25 +0300)
> 
> It's too late for my branch to get stuff into -final, sorry, I was
> traveling last week.  I'll take this now and get it into -rc1 and then
> backport to the needed stable trees.

Sure, thanks!