mbox series

[GIT,PULL] platform-drivers-x86 for v6.11-7

Message ID pdx86-pr-20240912121414-1198713421@linux.intel.com (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] platform-drivers-x86 for v6.11-7 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-v6.11-7

Message

Ilpo Järvinen Sept. 12, 2024, 9:14 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Sept. 12, 2024, 8:15 p.m. UTC | #1
The pull request you sent on Thu, 12 Sep 2024 12:14:14 +0300:

> https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-v6.11-7

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/42c5b519498820e95d96311b1200eb4b854fc2bd

Thank you!