[GIT PULL] platform-drivers-x86 for 6.10-6

From: Hans de Goede
Date: Wed Jul 10 2024 - 10:23:07 EST


Hi Linus,

Obviously I should not have jinxed things by saying that my previous pull-
request would be the last one for 6.10.

So here is one more 6.10 fixes pull-request with a 1 liner fix for
a dmi_system_id array in the toshiba_acpi driver not being terminated
properly. Something which somehow has escaped detection since being
introduced in 2022 until now.

Regards,

Hans


The following changes since commit e527a6127223b644e0a27b44f4b16e16eb6c7f0a:

platform/x86: toshiba_acpi: Fix quickstart quirk handling (2024-07-02 16:01:45 +0200)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-v6.10-6

for you to fetch changes up to b6e02c6b0377d4339986e07aeb696c632cd392aa:

platform/x86: toshiba_acpi: Fix array out-of-bounds access (2024-07-10 16:12:12 +0200)

----------------------------------------------------------------
platform-drivers-x86 for v6.10-6

Highlights:
- Fix missing dmi_system_id array termination in toshiba_acpi introduced in 2022

The following is an automated git shortlog grouped by driver:

toshiba_acpi:
- Fix array out-of-bounds access

----------------------------------------------------------------
Armin Wolf (1):
platform/x86: toshiba_acpi: Fix array out-of-bounds access

drivers/platform/x86/toshiba_acpi.c | 1 +
1 file changed, 1 insertion(+)