[GIT PULL] platform-drivers-x86 for v6.11-7
From: Ilpo Järvinen
Date: Thu Sep 12 2024 - 05:16:16 EST
Hi Linus,
Here is a platform-drivers-x86 fixes PR for v6.11.
Fixes:
- asus-wmi: Disable OOBE that interferes with backlight control
- panasonic-laptop: Two fixes to SINF array handling
Regards, i.
The following changes since commit d34af755a533271f39cc7d86e49c0e74fde63a37:
platform/x86/amd: pmf: Make ASUS GA403 quirk generic (2024-09-03 17:31:08 +0300)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-v6.11-7
for you to fetch changes up to d6de45e3c6f3713d3825d3e2860c11d24e0f941f:
platform/x86: asus-wmi: Disable OOBE experience on Zenbook S 16 (2024-09-10 15:43:58 +0300)
----------------------------------------------------------------
platform-drivers-x86 for v6.11-7
Fixes:
- asus-wmi: Disable OOBE that interferes with backlight control
- panasonic-laptop: Two fixes to SINF array handling
The following is an automated shortlog grouped by driver:
asus-wmi:
- Disable OOBE experience on Zenbook S 16
panasonic-laptop:
- Allocate 1 entry extra in the sinf array
- Fix SINF array out of bounds accesses
----------------------------------------------------------------
Bas Nieuwenhuizen (1):
platform/x86: asus-wmi: Disable OOBE experience on Zenbook S 16
Hans de Goede (2):
platform/x86: panasonic-laptop: Fix SINF array out of bounds accesses
platform/x86: panasonic-laptop: Allocate 1 entry extra in the sinf array
drivers/platform/x86/asus-wmi.c | 10 ++++++
drivers/platform/x86/panasonic-laptop.c | 58 ++++++++++++++++++++++++------
include/linux/platform_data/x86/asus-wmi.h | 1 +
3 files changed, 58 insertions(+), 11 deletions(-)