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: <pdx86-pr-20251120184942-68786761@linux.intel.com>
Date: Thu, 20 Nov 2025 18:49:42 +0200
From: Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: LKML <linux-kernel@...r.kernel.org>, PDx86 <platform-driver-x86@...r.kernel.org>, Hans de Goede <hansg@...nel.org>, Andy Shevchenko <andy@...nel.org>
Subject: [GIT PULL] platform-drivers-x86 for v6.18-4

Hi Linus,

Here is a platform-drivers-x86 fixes PR for v6.18. This one has lots of new
HW entries which adds to the size in diffstat but the individual changes are
simple.


Fixes

- acer-wmi: Ignore backlight event

- alienware-wmi-wmax: Fix quirk match table order & drop redundant entries

- amd/pmc:
  - Add Xbox Ally to spurious 8042 quirk list
  - Quirk list Lenovo Legion Go 2 NVMe resume

- msi-wmi-platform:
  - Correct GUID to uppercase
  - GUID is uncleverly copy-pasted from an example so add a DMI whitelist

- intel/speed_select_if: PCIBIOS_* return code conversion

- intel-uncore-freq & ISST: Fix kernel doc warnings


New HW support

- alienware-wmi-wmax:
  - Alienware 16 Aurora support
  - Alienware M support
  - Alienware X support
  - Dell G support

- amd/pmc:
  - ROG Xbox Ally (non-X) support

- huaway-wmi: HONOR MagicBoox X16/X14 PrintScreen & YOYO keys

- hp-wmi:
  - Omen 16-wf1xxx fan support
  - Omen MAX 16-ah0xx fan + thermal profile support
  - Victus 16-r0 and 16-s0 fan + thermal profile support

- intel/hid: Intel Nova Lake support

- intel-uncore-freq:
  - Intel Panther Lake support
  - Intel Wildcat Lake support
  - Intel Nova Lake support

Regards, i.


The following changes since commit bd34bf518a5ffeb8eb7c8b9907ba97b606166f7b:

  platform: x86: Kconfig: fix minor typo in help for WIRELESS_HOTKEY (2025-10-28 20:13:21 +0200)

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-v6.18-4

for you to fetch changes up to db30233361f94e1a84450c607989bdb671100fb6:

  platform/x86: intel-uncore-freq: fix all header kernel-doc warnings (2025-11-18 09:37:21 +0200)

----------------------------------------------------------------
platform-drivers-x86 for v6.18-4

Fixes

- acer-wmi: Ignore backlight event

- alienware-wmi-wmax: Fix quirk match table order & drop redundant entries

- amd/pmc:
  - Add Xbox Ally to spurious 8042 quirk list
  - Quirk list Lenovo Legion Go 2 NVMe resume

- msi-wmi-platform:
  - Correct GUID to uppercase
  - GUID is uncleverly copy-pasted from an example so add a DMI whitelist

- intel/speed_select_if: PCIBIOS_* return code conversion

- intel-uncore-freq & ISST: Fix kernel doc warnings

New HW support

- alienware-wmi-wmax:
  - Alienware 16 Aurora support
  - Alienware M support
  - Alienware X support
  - Dell G support

- amd/pmc:
  - ROG Xbox Ally (non-X) support

- huaway-wmi: HONOR MagicBoox X16/X14 PrintScreen & YOYO keys

- hp-wmi:
  - Omen 16-wf1xxx fan support
  - Omen MAX 16-ah0xx fan + thermal profile support
  - Victus 16-r0 and 16-s0 fan + thermal profile support

- intel/hid: Intel Nova Lake support

- intel-uncore-freq:
  - Intel Panther Lake support
  - Intel Wildcat Lake support
  - Intel Nova Lake support

The following is an automated shortlog grouped by driver:

acer-wmi:
 -  Ignore backlight event

alienware-wmi-wmax:
 -  Add AWCC support to Alienware 16 Aurora
 -  Add support for the whole "G" family
 -  Add support for the whole "M" family
 -  Add support for the whole "X" family
 -  Drop redundant DMI entries
 -  Fix "Alienware m16 R1 AMD" quirk order

amd: pmc:
 -  Add Lenovo Legion Go 2 to pmc quirk list

amd/pmc:
 -  Add spurious_8042 to Xbox Ally
 -  Add support for Van Gogh SoC

hp-wmi:
 -  Add Omen 16-wf1xxx fan support
 -  Add Omen MAX 16-ah0xx fan support and thermal profile
 -  mark Victus 16-r0 and 16-s0 for victus_s fan and thermal profile support

huawei-wmi:
 -  add keys for HONOR models

intel/hid:
 -  Add Nova Lake support

intel/speed_select_if:
 -  Convert PCIBIOS_* return codes to errnos

intel-uncore-freq:
 -  Add additional client processors
 -  fix all header kernel-doc warnings

ISST: isst_if.h:
 -  fix all kernel-doc warnings

msi-wmi-platform:
 -  Fix typo in WMI GUID
 -  Only load on MSI devices

----------------------------------------------------------------
Antheas Kapenekakis (3):
      platform/x86/amd/pmc: Add support for Van Gogh SoC
      platform/x86/amd/pmc: Add spurious_8042 to Xbox Ally
      platform/x86/amd: pmc: Add Lenovo Legion Go 2 to pmc quirk list

Anthony Wong (1):
      platform/x86: alienware-wmi-wmax: Add AWCC support to Alienware 16 Aurora

Armin Wolf (3):
      platform/x86: msi-wmi-platform: Only load on MSI devices
      platform/x86: msi-wmi-platform: Fix typo in WMI GUID
      platform/x86: acer-wmi: Ignore backlight event

Edip Hazuri (1):
      platform/x86: hp-wmi: mark Victus 16-r0 and 16-s0 for victus_s fan and thermal profile support

Haotian Zhang (1):
      platform/x86/intel/speed_select_if: Convert PCIBIOS_* return codes to errnos

Jia Ston (1):
      platform/x86: huawei-wmi: add keys for HONOR models

Krishna Chomal (1):
      platform/x86: hp-wmi: Add Omen 16-wf1xxx fan support

Kuppuswamy Sathyanarayanan (1):
      platform/x86: intel-uncore-freq: Add additional client processors

Kurt Borja (5):
      platform/x86: alienware-wmi-wmax: Fix "Alienware m16 R1 AMD" quirk order
      platform/x86: alienware-wmi-wmax: Drop redundant DMI entries
      platform/x86: alienware-wmi-wmax: Add support for the whole "M" family
      platform/x86: alienware-wmi-wmax: Add support for the whole "X" family
      platform/x86: alienware-wmi-wmax: Add support for the whole "G" family

Marcos Vega (1):
      platform/x86: hp-wmi: Add Omen MAX 16-ah0xx fan support and thermal profile

Randy Dunlap (2):
      platform/x86: ISST: isst_if.h: fix all kernel-doc warnings
      platform/x86: intel-uncore-freq: fix all header kernel-doc warnings

Srinivas Pandruvada (1):
      platform/x86/intel/hid: Add Nova Lake support

 Documentation/wmi/driver-development-guide.rst     |   1 +
 drivers/platform/x86/Kconfig                       |   1 +
 drivers/platform/x86/acer-wmi.c                    |   4 +
 drivers/platform/x86/amd/pmc/pmc-quirks.c          |  25 +++++
 drivers/platform/x86/amd/pmc/pmc.c                 |   3 +
 drivers/platform/x86/amd/pmc/pmc.h                 |   1 +
 drivers/platform/x86/dell/alienware-wmi-wmax.c     | 106 +++++----------------
 drivers/platform/x86/hp/hp-wmi.c                   |   6 +-
 drivers/platform/x86/huawei-wmi.c                  |   4 +
 drivers/platform/x86/intel/hid.c                   |   1 +
 .../x86/intel/speed_select_if/isst_if_mmio.c       |   4 +-
 .../uncore-frequency/uncore-frequency-common.h     |   9 +-
 .../x86/intel/uncore-frequency/uncore-frequency.c  |   4 +
 drivers/platform/x86/msi-wmi-platform.c            |  43 ++++++++-
 include/uapi/linux/isst_if.h                       |  50 +++++-----
 15 files changed, 148 insertions(+), 114 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ