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-20250417141051-263296082@linux.intel.com>
Date: Thu, 17 Apr 2025 14:10:51 +0300
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 <hdegoede@...hat.com>, Andy Shevchenko <andy@...nel.org>
Subject: [GIT PULL] platform-drivers-x86 for v6.15-3

Hi Linus,

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

Fixes:

 - amd/pmf: Fix STT limits

 - asus-laptop: Fix an uninitialized variable

 - intel_pmc_ipc: Allow building without ACPI

 - mlxbf-bootctl: Use sysfs_emit_at() in secure_boot_fuse_state_show()

 - msi-wmi-platform: Add locking to workaround ACPI firmware bug

New HW support:

 - alienware-wmi-wmax:
   - Extended thermal control support to:
     - Alienware Area-51m R2
     - Alienware m16 R1
     - Alienware m16 R2
     - Dell G16 7630
     - Dell G5 5505 SE
   - G-Mode support to Alienware m16 R1

 - x86-android-tablets: Add Vexia Edu Atla 10 tablet 5V data

Regards, i.


The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:

  Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)

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.15-3

for you to fetch changes up to baf2f2c2b4c8e1d398173acd4d2fa9131a86b84e:

  platform/x86: msi-wmi-platform: Workaround a ACPI firmware bug (2025-04-16 11:15:22 +0300)

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

Fixes:

 - amd/pmf: Fix STT limits

 - asus-laptop: Fix an uninitialized variable

 - intel_pmc_ipc: Allow building without ACPI

 - mlxbf-bootctl: Use sysfs_emit_at() in secure_boot_fuse_state_show()

 - msi-wmi-platform: Add locking to workaround ACPI firmware bug

New HW support:

 - alienware-wmi-wmax:
   - Extended thermal control support to:
     - Alienware Area-51m R2
     - Alienware m16 R1
     - Alienware m16 R2
     - Dell G16 7630
     - Dell G5 5505 SE
   - G-Mode support to Alienware m16 R1

 - x86-android-tablets: Add Vexia Edu Atla 10 tablet 5V data

The following is an automated shortlog grouped by driver:

alienware-wmi-wmax:
 -  Add G-Mode support to Alienware m16 R1
 -  Extend support to more laptops

amd: pmf:
 -  Fix STT limits

asus-laptop:
 -  Fix an uninitialized variable

intel_pmc_ipc:
 -  add option to build without ACPI

mlxbf-bootctl:
 -  use sysfs_emit_at() in secure_boot_fuse_state_show()

msi-wmi-platform:
 -  Rename "data" variable
 -  Workaround a ACPI firmware bug

x86-android-tablets:
 -  Add "9v" to Vexia EDU ATLA 10 tablet symbols
 -  Add Vexia Edu Atla 10 tablet 5V data

----------------------------------------------------------------
Armin Wolf (2):
      platform/x86: msi-wmi-platform: Rename "data" variable
      platform/x86: msi-wmi-platform: Workaround a ACPI firmware bug

David E. Box (1):
      platform/x86: intel_pmc_ipc: add option to build without ACPI

David Thompson (1):
      mlxbf-bootctl: use sysfs_emit_at() in secure_boot_fuse_state_show()

Denis Arefev (1):
      asus-laptop: Fix an uninitialized variable

Hans de Goede (2):
      platform/x86: x86-android-tablets: Add "9v" to Vexia EDU ATLA 10 tablet symbols
      platform/x86: x86-android-tablets: Add Vexia Edu Atla 10 tablet 5V data

Kurt Borja (2):
      platform/x86: alienware-wmi-wmax: Add G-Mode support to Alienware m16 R1
      platform/x86: alienware-wmi-wmax: Extend support to more laptops

Mario Limonciello (1):
      platform/x86: amd: pmf: Fix STT limits

 Documentation/wmi/devices/msi-wmi-platform.rst     |   4 +
 drivers/platform/mellanox/mlxbf-bootctl.c          |   4 +-
 drivers/platform/x86/amd/pmf/auto-mode.c           |   4 +-
 drivers/platform/x86/amd/pmf/cnqf.c                |   8 +-
 drivers/platform/x86/amd/pmf/core.c                |  14 +++
 drivers/platform/x86/amd/pmf/pmf.h                 |   1 +
 drivers/platform/x86/amd/pmf/sps.c                 |  12 +-
 drivers/platform/x86/amd/pmf/tee-if.c              |   6 +-
 drivers/platform/x86/asus-laptop.c                 |   9 +-
 drivers/platform/x86/dell/alienware-wmi-wmax.c     |  48 ++++++++
 drivers/platform/x86/msi-wmi-platform.c            |  99 ++++++++++------
 drivers/platform/x86/x86-android-tablets/dmi.c     |  14 ++-
 drivers/platform/x86/x86-android-tablets/other.c   | 124 +++++++++++++++------
 .../x86/x86-android-tablets/x86-android-tablets.h  |   3 +-
 include/linux/platform_data/x86/intel_pmc_ipc.h    |   4 +
 15 files changed, 267 insertions(+), 87 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ