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-20260203185652-16333416@linux.intel.com>
Date: Tue, 03 Feb 2026 18:56:52 +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-4

Hi Linus,

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

Fixes and New HW support:

- amd/pmc: Add quirk for MECHREVO Wujie 15X Pro

- classmate-laptop: Add missing NULL pointer checks

- hp-bioscfg: Skip empty attribute names

- intel_telemetry:
  - Fix PSS event register mask
  - Fix swapped arrays in PSS output

- intel/tpmi/plr: Make the file domain<n>/status writeable

- intel/vsec: Add Nova Lake PUNIT support

- lg-laptop: Recognize 2022-2025 models

- panasonic-laptop: Fix sysfs group leak in error path

- toshiba_haps: Fix memory leaks in add/remove routines
Regards, i.


The following changes since commit 4b11f2336e23d5c55b76591bd8ac39b059f68ad0:

  platform/x86: acer-wmi: Fix missing capability check (2026-01-20 17:10:56 +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-4

for you to fetch changes up to 008bec8ffe6e7746588d1e12c5b3865fa478fc91:

  platform/x86/intel/tpmi/plr: Make the file domain<n>/status writeable (2026-01-29 14:38:40 +0200)

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

Fixes and New HW support:

- amd/pmc: Add quirk for MECHREVO Wujie 15X Pro

- classmate-laptop: Add missing NULL pointer checks

- hp-bioscfg: Skip empty attribute names

- intel_telemetry:
  - Fix PSS event register mask
  - Fix swapped arrays in PSS output

- intel/tpmi/plr: Make the file domain<n>/status writeable

- intel/vsec: Add Nova Lake PUNIT support

- lg-laptop: Recognize 2022-2025 models

- panasonic-laptop: Fix sysfs group leak in error path

- toshiba_haps: Fix memory leaks in add/remove routines
The following is an automated shortlog grouped by driver:

amd/pmc:
 -  Add quirk for MECHREVO Wujie 15X Pro

classmate-laptop:
 -  Add missing NULL pointer checks

hp-bioscfg:
 -  Skip empty attribute names

intel_telemetry:
 -  Fix PSS event register mask
 -  Fix swapped arrays in PSS output

intel/tpmi/plr:
 -  Make the file domain<n>/status writeable

intel/vsec:
 -  Add Nova Lake PUNIT support

lg-laptop:
 -  Recognize 2022-2025 models

panasonic-laptop:
 -  Fix sysfs group leak in error path

toshiba_haps:
 -  Fix memory leaks in add/remove routines

----------------------------------------------------------------
David E. Box (1):
      platform/x86/intel/vsec: Add Nova Lake PUNIT support

Jonas Ringeis (1):
      platform/x86: lg-laptop: Recognize 2022-2025 models

Kaushlendra Kumar (2):
      platform/x86: intel_telemetry: Fix swapped arrays in PSS output
      platform/x86: intel_telemetry: Fix PSS event register mask

Mario Limonciello (1):
      platform/x86: hp-bioscfg: Skip empty attribute names

Rafael J. Wysocki (3):
      platform/x86: panasonic-laptop: Fix sysfs group leak in error path
      platform/x86: toshiba_haps: Fix memory leaks in add/remove routines
      platform/x86: classmate-laptop: Add missing NULL pointer checks

Ricardo Neri (1):
      platform/x86/intel/tpmi/plr: Make the file domain<n>/status writeable

gongqi (1):
      platform/x86/amd/pmc: Add quirk for MECHREVO Wujie 15X Pro

 drivers/platform/x86/amd/pmc/pmc-quirks.c      |  7 ++++++
 drivers/platform/x86/classmate-laptop.c        | 32 ++++++++++++++++++++++++++
 drivers/platform/x86/hp/hp-bioscfg/bioscfg.c   |  5 ++++
 drivers/platform/x86/intel/plr_tpmi.c          |  2 +-
 drivers/platform/x86/intel/telemetry/debugfs.c |  4 ++--
 drivers/platform/x86/intel/telemetry/pltdrv.c  |  2 +-
 drivers/platform/x86/intel/vsec.c              |  2 ++
 drivers/platform/x86/lg-laptop.c               | 11 ++++++++-
 drivers/platform/x86/panasonic-laptop.c        |  4 +++-
 drivers/platform/x86/toshiba_haps.c            |  2 +-
 10 files changed, 64 insertions(+), 7 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ