From: Linus Torvalds Date: Fri, 23 Aug 2024 23:26:28 +0000 (+0800) Subject: Merge tag 'thermal-6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael... X-Git-Tag: microblaze-v6.13~360 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=6ae4e48b67eaf8a140ac3a6f0f8ea2627a174aca;p=linux-2.6-microblaze.git Merge tag 'thermal-6.11-rc5' of git://git./linux/kernel/git/rafael/linux-pm Pull thermal control fixes from Rafael Wysocki: "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)" * tag 'thermal-6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: thermal: of: Fix OF node leak in of_thermal_zone_find() error paths thermal: of: Fix OF node leak in thermal_of_zone_register() thermal: of: Fix OF node leak in thermal_of_trips_init() error path thermal/debugfs: Fix the NULL vs IS_ERR() confusion in debugfs_create_dir() --- 6ae4e48b67eaf8a140ac3a6f0f8ea2627a174aca