Re: [PATCH 0/4] platform/x86: Fix various issues inside Dell WMI drivers
From: Armin Wolf
Date: Tue Jun 30 2026 - 17:15:56 EST
Am 12.06.26 um 19:34 schrieb Armin Wolf:
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.
Gentle ping for the series.
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(-)