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, 21 Jun 2024 14:36:59 +0200
From: "Rafael J. Wysocki" <rafael@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Linux PM <linux-pm@...r.kernel.org>, 
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>, Daniel Lezcano <daniel.lezcano@...aro.org>, 
	ACPI Devel Maling List <linux-acpi@...r.kernel.org>
Subject: [GIT PULL] Thermal control fixes for v6.10-rc5

Hi Linus,

Please pull from the tag

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 thermal-6.10-rc5

with top-most commit 096597cfe4ea08b1830e775436d76d7c9d6d3037

 thermal: int340x: processor_thermal: Support shared interrupts

on top of commit 83a7eefedc9b56fe7bfeff13b6c7356688ffa670

 Linux 6.10-rc3

to receive thermal control fixes for 6.10-rc5.

These fix the Mediatek lvts_thermal driver, the Intel int340x driver,
and the thermal core (two issues related to system suspend).

Specifics:

 - Remove the filtered mode for mt8188 from lvts_thermal as it is not
   supported on this platform and fail the lvts_thermal initialization
   when the golden temperature is zero as that means the efuse data is
   not correctly set (Julien Panis).

 - Update the processor_thermal part of the Intel int340x driver to
   support shared interrupts as the processor thermal device interrupt
   may in fact be shared with PCI devices (Srinivas Pandruvada).

 - Synchronize the suspend-prepare and post-suspend actions of the
   thermal PM notifier to avoid a destructive race condition and
   change the priority of that notifier to the minimum to avoid
   interference between the work items spawned by it and the other
   PM notifiers during system resume (Rafael Wysocki).

Thanks!


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

Julien Panis (2):
      thermal/drivers/mediatek/lvts_thermal: Remove filtered mode for mt8188
      thermal/drivers/mediatek/lvts_thermal: Return error in case of
invalid efuse data

Rafael J. Wysocki (2):
      thermal: core: Synchronize suspend-prepare and post-suspend actions
      thermal: core: Change PM notifier priority to the minimum

Srinivas Pandruvada (1):
      thermal: int340x: processor_thermal: Support shared interrupts

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

 .../int340x_thermal/processor_thermal_device_pci.c |  3 ++-
 drivers/thermal/mediatek/lvts_thermal.c            | 12 ++++------
 drivers/thermal/thermal_core.c                     | 27 ++++++++++++++++++++++
 drivers/thermal/thermal_core.h                     |  4 ++++
 4 files changed, 38 insertions(+), 8 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ