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: <CAJZ5v0h1JmxJSeR6sOAfMhmdPLVzHx+wV4dE_HyhoqfLs9Zmvw@mail.gmail.com>
Date: Fri, 8 Nov 2024 21:03:15 +0100
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>
Subject: [GIT PULL] Thermal control fixes for v6.12-rc7

Hi Linus,

Please pull from the tag

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 thermal-6.12-rc7

with top-most commit 5469a8deac05391781bcd27e7c40f2c35121ca09

 Merge tag 'thermal-v6.12-rc7' of
ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux

on top of commit 59b723cd2adbac2a34fc8e12c74ae26ae45bf230

 Linux 6.12-rc6

to receive thermal control fixes for 6.12-rc7.

These fix one issue in the qcom lmh thermal driver, a DT handling
issue in the thermal core and two issues in the userspace thermal
library:

 - Allow tripless thermal zones defined in a DT to be registered in
   accordance with the thermal DT bindings (Icenowy Zheng).

 - Annotate LMH IRQs with lockdep classes to prevent lockdep from
   reporting a possible recursive locking issue that cannot really
   occur (Dmitry Baryshkov).

 - Improve the thermal library "make clean" to remove a leftover
   symbolic link created during compilation and fix the sampling
   handler invocation in that library to pass the correct pointer
   to it (Emil Dahl Juhl, zhang jiao).

Thanks!


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

Dmitry Baryshkov (1):
      thermal/drivers/qcom/lmh: Remove false lockdep backtrace

Emil Dahl Juhl (1):
      tools/lib/thermal: Fix sampling handler context ptr

Icenowy Zheng (1):
      thermal/of: support thermal zones w/o trips subnode

zhang jiao (1):
      tools/lib/thermal: Remove the thermal.h soft link when doing make clean

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

 drivers/thermal/qcom/lmh.c   |  7 +++++++
 drivers/thermal/thermal_of.c | 21 ++++++++++-----------
 tools/lib/thermal/Makefile   |  4 +++-
 tools/lib/thermal/sampling.c |  2 ++
 4 files changed, 22 insertions(+), 12 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ