The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 0/5] platform/x86: hp-wmi: Fix WMI error handling
@ 2026-07-16  9:54 Emre Cecanpunar
  2026-07-16  9:54 ` [PATCH 1/5] platform/x86: hp-wmi: validate WMI response header size Emre Cecanpunar
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Emre Cecanpunar @ 2026-07-16  9:54 UTC (permalink / raw)
  To: platform-driver-x86, hansg, ilpo.jarvinen
  Cc: linux-kernel, krishna.chomal108, radheykalra901, edip, hello,
	mjg59, akpm, jorge.lopez2, jes965, mario.limonciello,
	julien.robin28, Emre Cecanpunar

Fix several places where hp-wmi either trusts an undersized firmware
response or mistakes a positive HP firmware error for success.

The affected paths handle the common WMI response header, tablet-mode
switch updates, the OMEN key event, Victus GPU thermal modes and Victus
fan-speed control.  Each patch is independent and can be applied on its
own.

Emre Cecanpunar (5):
  platform/x86: hp-wmi: validate WMI response header size
  platform/x86: hp-wmi: handle firmware errors in tablet mode query
  platform/x86: hp-wmi: handle errors in the OMEN key event
  platform/x86: hp-wmi: normalize GPU thermal mode errors
  platform/x86: hp-wmi: report fan speed command failures

 drivers/platform/x86/hp/hp-wmi.c | 64 +++++++++++++++++++++-----------
 1 file changed, 43 insertions(+), 21 deletions(-)


base-commit: 2b3a5dabe89e330413af403246b648c1890f368f

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-07-16  9:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-16  9:54 [PATCH 0/5] platform/x86: hp-wmi: Fix WMI error handling Emre Cecanpunar
2026-07-16  9:54 ` [PATCH 1/5] platform/x86: hp-wmi: validate WMI response header size Emre Cecanpunar
2026-07-16  9:54 ` [PATCH 2/5] platform/x86: hp-wmi: handle firmware errors in tablet mode query Emre Cecanpunar
2026-07-16  9:54 ` [PATCH 3/5] platform/x86: hp-wmi: handle errors in the OMEN key event Emre Cecanpunar
2026-07-16  9:54 ` [PATCH 4/5] platform/x86: hp-wmi: normalize GPU thermal mode errors Emre Cecanpunar
2026-07-16  9:54 ` [PATCH 5/5] platform/x86: hp-wmi: report fan speed command failures Emre Cecanpunar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox