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-20260123175454-900019998@linux.intel.com>
Date: Fri, 23 Jan 2026 17:54:54 +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.19-3

Hi Linus,

Here is a platform-drivers-x86 fixes PR for v6.19.

Fixes and New HW Support

- acer-wmi:

  - Extend support for Acer Nitro AN515-58

  - Fix missing capability check

- amd/wbrf: Fix memory leak in wbrf_record()

- asus-armoury:

  - Fix GA403U* matching

  - Fix FA608UM TDP data

  - Add many models

- asus-wmi: Move OOBE presence check outside deprecation ifdef

- docs:

  - alienware-wmi: Typo fix

  - amd_hsmp: Fix document link

- hp-bioscfg:

  - Fix kernel panic in GET_INSTANCE_ID macro

  - Fix kobject warnings for empty attribute names

  - Correct GUID to uppercase (lowercase letter prevented autoloading
    the module)

- mellanox: Fix SN5640/SN5610 LED platform data

Regards, i.


The following changes since commit c6703f10c8cc36f53b867bdbdd5bacaaa47ce799:

  platform/x86: asus-armoury: add support for G835LW (2025-12-30 12:51:46 +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.19-3

for you to fetch changes up to 4b11f2336e23d5c55b76591bd8ac39b059f68ad0:

  platform/x86: acer-wmi: Fix missing capability check (2026-01-20 17:10:56 +0200)

----------------------------------------------------------------
platform-drivers-x86 for v6.19-3

Fixes and New HW Support

- acer-wmi:

  - Extend support for Acer Nitro AN515-58

  - Fix missing capability check

- amd/wbrf: Fix memory leak in wbrf_record()

- asus-armoury:

  - Fix GA403U* matching

  - Fix FA608UM TDP data

  - Add many models

- asus-wmi: Move OOBE presence check outside deprecation ifdef

- docs:

  - alienware-wmi: Typo fix

  - amd_hsmp: Fix document link

- hp-bioscfg:

  - Fix kernel panic in GET_INSTANCE_ID macro

  - Fix kobject warnings for empty attribute names

  - Correct GUID to uppercase (lowercase letter prevented autoloading
    the module)

- mellanox: Fix SN5640/SN5610 LED platform data

The following is an automated shortlog grouped by driver:

acer-wmi:
 -  Extend support for Acer Nitro AN515-58
 -  Fix missing capability check

amd:
 -  Fix memory leak in wbrf_record()

asus-armoury:
 -  Add power limits for Asus G513QY
 -  add support for FA401UV
 -  add support for FA617XT
 -  add support for G835L
 -  add support for GA403UV
 -  add support for GA403WM
 -  add support for GA403WW
 -  add support for GV302XV
 -  fix ppt data for FA608UM
 -  fix ppt data for GA403U* renaming to GA403UI
 -  keep the list ordered alphabetically

asus-wmi:
 -  fix sending OOBE at probe

docs: alienware-wmi:
 -  fix typo

docs:
 -  fix PPR for AMD EPYC broken link

hp-bioscfg:
 -  Fix automatic module loading
 -  Fix kernel panic in GET_INSTANCE_ID macro
 -  Fix kobject warnings for empty attribute names

mellanox:
 -  Fix SN5640/SN5610 LED platform data

----------------------------------------------------------------
Akiyoshi Kurita (1):
      docs: alienware-wmi: fix typo

Armin Wolf (2):
      platform/x86: acer-wmi: Extend support for Acer Nitro AN515-58
      platform/x86: acer-wmi: Fix missing capability check

Denis Benato (11):
      platform/x86: asus-armoury: add support for GA403WM
      asus-armoury: fix ppt data for GA403U* renaming to GA403UI
      platform/x86: asus-armoury: add support for GA403UV
      platform/x86: asus-armoury: add support for GV302XV
      platform/x86: asus-armoury: add support for FA401UV
      platform/x86: asus-armoury: add support for FA617XT
      platform/x86: asus-wmi: fix sending OOBE at probe
      platform/x86: asus-armoury: fix ppt data for FA608UM
      platform/x86: asus-armoury: add support for G835L
      platform/x86: asus-armoury: keep the list ordered alphabetically
      platform/x86: asus-armoury: add support for GA403WW

Haiyue Wang (1):
      docs: fix PPR for AMD EPYC broken link

Mario Limonciello (3):
      platform/x86: hp-bioscfg: Fix kobject warnings for empty attribute names
      platform/x86: hp-bioscfg: Fix kernel panic in GET_INSTANCE_ID macro
      platform/x86: hp-bioscfg: Fix automatic module loading

Oleksandr Shamray (1):
      platform/mellanox: Fix SN5640/SN5610 LED platform data

Shresth Sarthak Awasthi (1):
      platform/x86: asus-armoury: Add power limits for Asus G513QY

Zilin Guan (1):
      platform/x86/amd: Fix memory leak in wbrf_record()

 .../admin-guide/laptops/alienware-wmi.rst          |   2 +-
 Documentation/arch/x86/amd_hsmp.rst                |   4 +-
 Documentation/misc-devices/amd-sbi.rst             |   2 +-
 drivers/platform/mellanox/mlx-platform.c           |   2 +-
 drivers/platform/x86/acer-wmi.c                    |  13 +-
 drivers/platform/x86/amd/wbrf.c                    |   4 +-
 drivers/platform/x86/asus-armoury.h                | 224 ++++++++++++++++++++-
 drivers/platform/x86/asus-wmi.c                    |   3 +-
 drivers/platform/x86/hp/hp-bioscfg/bioscfg.c       |   8 +
 drivers/platform/x86/hp/hp-bioscfg/bioscfg.h       |  12 +-
 10 files changed, 256 insertions(+), 18 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ