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

From: Ilpo Järvinen

Date: Thu May 07 2026 - 07:36:05 EST


Hi Linus,

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

Fixes

- hp-wmi: silence unknown board warning for 8D41

- lenovo/wmi-other: Fix uninitialized variable in fan RPM handling

- wmi: Check min_size also when ACPI does not return an out object

Regards, i.


The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731:

Linux 7.1-rc1 (2026-04-26 14:19:00 -0700)

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.1-2

for you to fetch changes up to 863810d4985ad214f70c1623f24384ccc850f2a2:

platform/x86: lenovo: wmi-other: Fix uninitialized variable in lwmi_om_hwmon_write() (2026-04-30 15:41:18 +0300)

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

Fixes

- hp-wmi: silence unknown board warning for 8D41

- lenovo/wmi-other: Fix uninitialized variable in fan RPM handling

- wmi: Check min_size also when ACPI does not return an out object

----------------------------------------------------------------
Krishna Chomal (1):
platform/x86: hp-wmi: silence unknown board warning for 8D41

Kurt Borja (1):
platform/wmi: Fix unchecked min_size in wmidev_invoke_method()

Yufei CHENG (1):
platform/x86: lenovo: wmi-other: Fix uninitialized variable in lwmi_om_hwmon_write()

drivers/platform/wmi/core.c | 3 +++
drivers/platform/x86/hp/hp-wmi.c | 2 +-
drivers/platform/x86/lenovo/wmi-other.c | 2 ++
3 files changed, 6 insertions(+), 1 deletion(-)