linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Rafael J. Wysocki" <rafael@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux PM <linux-pm@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] More thermal control updates for v5.20-rc1
Date: Mon, 8 Aug 2022 20:11:59 +0200	[thread overview]
Message-ID: <CAJZ5v0iTeVEHGZZeo+qBSgKENY7E-jp0MEu30Barm=yYjnYMxA@mail.gmail.com> (raw)

Hi Linus,

Please pull from the tag

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 thermal-5.20-rc1-2

with top-most commit 7f0169cde0ced2e2b7bdf3dcedcf8c71efc6afc0

 Merge branches 'thermal-core' and 'thermal-tools'

on top of commit c1dbe9a1c86da098a29dcdca1a67b65e2de7ec3a

 Merge tag 'thermal-5.20-rc1' of
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

to receive more thermal control updates for 5.20-rc1.

These fix an error code path issue leading to a NULL pointer
dereference going forward, drop Kconfig dependencies that are
not needed any more after recent changes, add CPU IDs for new
chips to a driver and fix up the tmon utility.

Specifics:

 - Fix NULL pointer dereference in the thermal sysfs interface that
   results from an error code path mishandling (Rafael Wysocki).

 - Drop COMPILE_TEST dependency that's not needed any more from two
   thermal Kconfig entries (Jean Delvare).

 - Make the Intel TCC cooling driver support Alder Lake-N and Raptor
   Lake-P (Sumeet Pawnikar).

 - Fix possible path truncations in the tmon utility (Florian Fainelli).

Thanks!


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

Florian Fainelli (1):
      tools/thermal: Fix possible path truncations

Jean Delvare (1):
      thermal: Drop obsolete dependency on COMPILE_TEST

Rafael J. Wysocki (1):
      thermal: sysfs: Fix cooling_device_stats_setup() error code path

Sumeet Pawnikar (1):
      thermal: intel: Add TCC cooling support for Alder Lake-N and Raptor Lake-P

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

 drivers/thermal/Kconfig                   |  4 ++--
 drivers/thermal/intel/intel_tcc_cooling.c |  2 ++
 drivers/thermal/thermal_sysfs.c           | 10 +++++++---
 tools/thermal/tmon/sysfs.c                | 24 +++++++++++++-----------
 4 files changed, 24 insertions(+), 16 deletions(-)

             reply	other threads:[~2022-08-08 18:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-08 18:11 Rafael J. Wysocki [this message]
2022-08-08 22:37 ` [GIT PULL] More thermal control updates for v5.20-rc1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJZ5v0iTeVEHGZZeo+qBSgKENY7E-jp0MEu30Barm=yYjnYMxA@mail.gmail.com' \
    --to=rafael@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).