mbox series

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

Message ID 20210201124452.GM2542@lahna.fi.intel.com (mailing list archive)
State Accepted
Commit 81219f80097ea7616211dddca5438283a05816d4
Headers show
Series [GIT,PULL] Thunderbolt/USB4 fix for v5.11-rc7 | expand

Pull-request

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

Message

Mika Westerberg Feb. 1, 2021, 12:44 p.m. UTC
Hi Greg,

The following changes since commit 6ee1d745b7c9fd573fba142a2efdad76a9f1cb04:

  Linux 5.11-rc5 (2021-01-24 16:47:14 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 4d395c5e74398f664405819330e5a298da37f655:

  thunderbolt: Fix possible NULL pointer dereference in tb_acpi_add_link() (2021-01-28 15:30:57 +0300)

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

A single fix for a possible NULL pointer dereference when adding device
links from ACPI description.

----------------------------------------------------------------
Mario Limonciello (1):
      thunderbolt: Fix possible NULL pointer dereference in tb_acpi_add_link()

 drivers/thunderbolt/acpi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Greg Kroah-Hartman Feb. 1, 2021, 1:05 p.m. UTC | #1
On Mon, Feb 01, 2021 at 02:44:52PM +0200, Mika Westerberg wrote:
> Hi Greg,
> 
> The following changes since commit 6ee1d745b7c9fd573fba142a2efdad76a9f1cb04:
> 
>   Linux 5.11-rc5 (2021-01-24 16:47:14 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v5.11-rc7

Pulled and pushed out, thanks.

greg k-h