[GIT PULL] platform-drivers-x86 for v7.2-3

From: Ilpo Järvinen

Date: Wed Jul 22 2026 - 08:28:15 EST


Hi Linus,

Here is a platform-drivers-x86 fixes PR for v7.2.

Fixes

- asus-wmi: Revert retaining battery charge threshold on boot due to
userspace regression. Userspace assumed (errorneously) a
non-zero return code from sysfs read implies feature is not
supported but the correct way would be to check file
visibility instead. This results in the kernel change
breaking the functionality completely. Thus, we are taking
timeout on the kernel side to allow userspace to sort their
problem first.

- intel/vsec: Free ACPI discovery data allocation on error paths

Regards, i.


The following changes since commit 2726b5758f80a546a4ddeec5019e72035a7fa166:

platform/x86: amd-pmc: Use correct IP block table for AMD 1Ah M80H SoC (2026-07-07 20:10:13 +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-v7.2-3

for you to fetch changes up to 78bf392ba77dd8b2a25656e489449d2f91cfd1eb:

platform/x86: asus-wmi: temporarily revert to setting a charge limit (2026-07-10 20:32:00 +0300)

----------------------------------------------------------------
platform-drivers-x86 for v7.2-3

Fixes

- asus-wmi: Revert retaining battery charge threshold on boot due to
userspace regression. Userspace assumed (errorneously) a
non-zero return code from sysfs read implies feature is not
supported but the correct way would be to check file
visibility instead. This results in the kernel change
breaking the functionality completely. Thus, we are taking
timeout on the kernel side to allow userspace to sort their
problem first.

- intel/vsec: Free ACPI discovery data allocation on error paths

The following is an automated shortlog grouped by driver:

asus-wmi:
- temporarily revert to setting a charge limit

intel/vsec:
- free ACPI discovery data on early errors

----------------------------------------------------------------
Denis Benato (1):
platform/x86: asus-wmi: temporarily revert to setting a charge limit

Yousef Alhouseen (1):
platform/x86/intel/vsec: free ACPI discovery data on early errors

drivers/platform/x86/asus-wmi.c | 26 +++++++++++++++++++++++---
drivers/platform/x86/intel/vsec.c | 17 ++++++++++++-----
2 files changed, 35 insertions(+), 8 deletions(-)