[PATCH 0/4] platform/x86: Fix various issues inside Dell WMI drivers
From: Armin Wolf
Date: Fri Jun 12 2026 - 13:35:27 EST
During the review of a previous patch series, Sashiko found multiple
preexisting issues in multiple Dell WMI drivers. The first three
patches aim to fix those issues, while the last patch is based on
a suggestion of Ilpo himself.
All patches where tested on a Dell Inspiron 3505 and appear to work
just fine.
Armin Wolf (4):
platform/x86: dell-privacy: Fix race condition
platform/x86: dell-wmi-base: Fix resource leak on module load failure
platform/x86: dell-wmi-base: Fix handling of ultra performance key
platform/x86: dell-ddv: Use no_free_ptr() to simplify error handling
drivers/platform/x86/dell/dell-wmi-base.c | 19 ++++++++++++++---
drivers/platform/x86/dell/dell-wmi-ddv.c | 22 ++++++--------------
drivers/platform/x86/dell/dell-wmi-privacy.c | 4 ++--
3 files changed, 24 insertions(+), 21 deletions(-)
--
2.39.5