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:   Mon, 10 Jul 2023 13:39:32 -0500
From:   Mario Limonciello <mario.limonciello@....com>
To:     Hans de Goede <hdegoede@...hat.com>
CC:     Mark Gross <mgross@...ux.intel.com>,
        "open list:X86 PLATFORM DRIVERS" 
        <platform-driver-x86@...r.kernel.org>,
        Shyam Sundar S K <Shyam-sundar.S-k@....com>,
        open list <linux-kernel@...r.kernel.org>,
        "Mario Limonciello" <mario.limonciello@....com>
Subject: [PATCH 0/2] Fix s2idle resume on HP 15s-eq2xxx

HP 15s-eq2xxx has problems resuming from s2idle when IOMMU is enabled.
This is the same root cause as some Lenovo laptops had where IOMMU enabled
caused issues with NVME during s2idle resume from a problematic SMI.

To series fixes the issue by re-using the same quirk developed from the
older Lenovo laptops.

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

 drivers/platform/x86/amd/Makefile     |   2 +-
 drivers/platform/x86/amd/pmc-quirks.c | 172 ++++++++++++++++++++++++++
 drivers/platform/x86/amd/pmc.c        |  30 +----
 drivers/platform/x86/amd/pmc.h        |  43 +++++++
 drivers/platform/x86/thinkpad_acpi.c  | 143 ---------------------
 5 files changed, 222 insertions(+), 168 deletions(-)
 create mode 100644 drivers/platform/x86/amd/pmc-quirks.c
 create mode 100644 drivers/platform/x86/amd/pmc.h

-- 
2.34.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ