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: <CAJZ5v0hKYgjNEwQd+veUh01goACD4L1BWAsj7h-=4NCfFwRN-g@mail.gmail.com>
Date: Fri, 23 Aug 2024 16:31:33 +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>
Subject: [GIT PULL] Thermal control fixes for v6.11-rc5

Hi Linus,

Please pull from the tag

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

with top-most commit c0a1ef9c5be72ff28a5413deb1b3e1a066593c13

 thermal: of: Fix OF node leak in of_thermal_zone_find() error paths

on top of commit 47ac09b91befbb6a235ab620c32af719f8208399

 Linux 6.11-rc4

to receive thermal control fixes for 6.11-rc5.

These fix error handling in the thermal debug code and OF node reference
leaks in the thermal OF driver.

Specifics:

 - Use IS_ERR() in checks of debugfs_create_dir() return value instead of
   checking it against NULL in the thermal debug code (Yang Ruibin).

 - Fix three OF node reference leaks in thermal_of (Krzysztof Kozlowski).

Thanks!


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

Krzysztof Kozlowski (3):
      thermal: of: Fix OF node leak in thermal_of_trips_init() error path
      thermal: of: Fix OF node leak in thermal_of_zone_register()
      thermal: of: Fix OF node leak in of_thermal_zone_find() error paths

Yang Ruibin (1):
      thermal/debugfs: Fix the NULL vs IS_ERR() confusion in
debugfs_create_dir()

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

 drivers/thermal/thermal_debugfs.c |  6 +++---
 drivers/thermal/thermal_of.c      | 23 ++++++++++++++---------
 2 files changed, 17 insertions(+), 12 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ