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]
Date:   Wed, 12 Jul 2023 12:20:08 +0200
From:   Hans de Goede <hdegoede@...hat.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Mark Gross <mgross@...ux.intel.com>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        platform-driver-x86@...r.kernel.org,
        Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>
Subject: [GIT PULL] platform-drivers-x86 for 6.5-2

Hi Linus,

Here is the first round of fixes for platform-drivers-x86 for 6.5.

Nothing special to report just various small fixes + hw-id additions.

Regards,

Hans


The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-v6.5-2

for you to fetch changes up to 6b293a8c91bca52726448d03216e65da509e9bb7:

  platform/x86: touchscreen_dmi: Add info for the Archos 101 Cesium Educ tablet (2023-07-11 12:15:30 +0200)

----------------------------------------------------------------
platform-drivers-x86 for v6.5-2

Misc. small fixes and hw-id additions.

The following is an automated git shortlog grouped by driver:

Move s2idle quirk from thinkpad-acpi to amd-pmc:
 - Move s2idle quirk from thinkpad-acpi to amd-pmc

dell-ddv:
 -  Fix mangled list in documentation
 -  Improve error handling

int3472/discrete:
 -  set variable skl_int3472_regulator_second_sensor storage-class-specifier to static

platform/x86/amd:
 -  pmf: Add new ACPI ID AMDI0103
 -  pmc: Add new ACPI ID AMDI000A
 -  pmc: Apply nvme quirk to HP 15s-eq2xxx

platform/x86/intel/tpmi:
 -  Prevent overflow for cap_offset

touchscreen_dmi:
 -  Add info for the Archos 101 Cesium Educ tablet

wmi:
 -  Replace open coded guid_parse_and_compare()
 -  Break possible infinite loop when parsing GUID

----------------------------------------------------------------
Andy Shevchenko (2):
      platform/x86: wmi: Break possible infinite loop when parsing GUID
      platform/x86: wmi: Replace open coded guid_parse_and_compare()

Armin Wolf (2):
      platform/x86: dell-ddv: Improve error handling
      platform/x86: dell-ddv: Fix mangled list in documentation

Mario Limonciello (2):
      platform/x86: Move s2idle quirk from thinkpad-acpi to amd-pmc
      platform/x86/amd: pmc: Apply nvme quirk to HP 15s-eq2xxx

Shyam Sundar S K (2):
      platform/x86/amd: pmc: Add new ACPI ID AMDI000A
      platform/x86/amd: pmf: Add new ACPI ID AMDI0103

Srinivas Pandruvada (1):
      platform/x86/intel/tpmi: Prevent overflow for cap_offset

Thomas GENTY (1):
      platform/x86: touchscreen_dmi: Add info for the Archos 101 Cesium Educ tablet

Tom Rix (1):
      platform/x86: int3472/discrete: set variable skl_int3472_regulator_second_sensor storage-class-specifier to static

 Documentation/wmi/devices/dell-wmi-ddv.rst         |   3 +-
 drivers/platform/x86/amd/Makefile                  |   2 +-
 drivers/platform/x86/amd/pmc-quirks.c              | 176 +++++++++++++++++++++
 drivers/platform/x86/amd/pmc.c                     |  32 ++--
 drivers/platform/x86/amd/pmc.h                     |  44 ++++++
 drivers/platform/x86/amd/pmf/core.c                |   3 +
 drivers/platform/x86/dell/dell-wmi-ddv.c           |   7 +-
 .../platform/x86/intel/int3472/clk_and_regulator.c |   2 +-
 drivers/platform/x86/intel/tpmi.c                  |   4 +-
 drivers/platform/x86/thinkpad_acpi.c               | 143 -----------------
 drivers/platform/x86/touchscreen_dmi.c             |  22 +++
 drivers/platform/x86/wmi.c                         |  28 ++--
 12 files changed, 276 insertions(+), 190 deletions(-)
 create mode 100644 drivers/platform/x86/amd/pmc-quirks.c
 create mode 100644 drivers/platform/x86/amd/pmc.h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ