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:   Fri, 29 Jan 2021 19:11:17 +0100
From:   "Rafael J. Wysocki" <rafael@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     ACPI Devel Maling List <linux-acpi@...r.kernel.org>,
        Linux PM <linux-pm@...r.kernel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        "Rafael J. Wysocki" <rjw@...ysocki.net>
Subject: [GIT PULL][Resend] ACPI fixes for v5.11-rc6

[Resending, because it hasn't made it to the mailing lists, not sure why.]

Hi Linus,

Please pull from the tag

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 acpi-5.11-rc6

with top-most commit b584b7e9630acc65a4d01ff5f9090d1a0fb3bbb6

 Merge branch 'acpi-sysfs'

on top of commit 6ee1d745b7c9fd573fba142a2efdad76a9f1cb04

 Linux 5.11-rc5

to receive ACPI fixes for 5.11-rc6.

These fix the handling of notifications in the ACPI thermal driver
and address a device enumeration issue leading to the presence of
multiple MODALIAS entries in one uevent file in sysfs in some cases.

Specifics:

 - Modify the ACPI thermal driver to avoid evaluating _TMP directly
   in its Notify () handler callback and running too many thermal
   checks for one thermal zone at the same time so as to address a
   work item accumulation issue observed on some systems that fail
   to shut down as a result of it (Rafael Wysocki).

 - Modify the ACPI uevent file creation code to avoid putting
   multiple MODALIAS entries in one uevent file in sysfs which
   breaks systemd-udevd (Kai-Heng Feng).

Thanks!


---------------

Kai-Heng Feng (1):
      ACPI: sysfs: Prefer "compatible" modalias

Rafael J. Wysocki (1):
      ACPI: thermal: Do not call acpi_thermal_check() directly

---------------

 drivers/acpi/device_sysfs.c | 20 ++++++--------------
 drivers/acpi/thermal.c      | 46 ++++++++++++++++++++++++++++++++-------------
 2 files changed, 39 insertions(+), 27 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ