lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20251110111253.16204-1-W_Armin@gmx.de>
Date: Mon, 10 Nov 2025 12:12:51 +0100
From: Armin Wolf <W_Armin@....de>
To: hansg@...nel.org,
	ilpo.jarvinen@...ux.intel.com
Cc: platform-driver-x86@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	lkml@...heas.dev
Subject: [PATCH 0/2] platform/x86: msi-wmi-platform: Fix autoloading

As already noted by Antheas Kapenekakis back in May, the
msi-wmi-platform driver fails to automatically load on MSI Claw
devices. Back then i suspected an issue with the device firmware,
however i just found out that i made a silly mistake when specifying
the GUID string of the driver, preventing the WMI driver core from
matching it to its WMI device.
Additionally i noticed that said GUID was copied from the Windows
driver samples, meaning that it might be shared across different
vendors. Because of this we have to prevent this driver from loading
on non-MSI devices.

Compile-tested only.

Armin Wolf (2):
  platform/x86: msi-wmi-platform: Only load on MSI devices
  platform/x86: msi-wmi-platform: Fix typo in WMI GUID

 .../wmi/driver-development-guide.rst          |  1 +
 drivers/platform/x86/Kconfig                  |  1 +
 drivers/platform/x86/msi-wmi-platform.c       | 43 ++++++++++++++++++-
 3 files changed, 43 insertions(+), 2 deletions(-)

-- 
2.39.5


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ