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: <CAJZ5v0is9Prsk4OyqZAZaUvg0WJJfLxiU+GG9vckOdCD7Mfsvg@mail.gmail.com>
Date:   Wed, 10 Nov 2021 15:33:14 +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>
Subject: [GIT PULL] More thermal control updates for v5.16-rc1

Hi Linus,

Please pull from the tag

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

with top-most commit 61988e0a624400fe79f124914ecc4b19a8803f7f

 Merge branch 'thermal-int340x'

on top of commit f73cd9c951a9dc23f0ee1260fef5cc61d2825fb3

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

to receive more thermal control updates for 5.16-rc1.

These fix 2 issues in the thermal core and 1 issue in the int340x
thermal driver.

Specifics:

 - Replace pr_warn() with pr_warn_once() in user_space_bind() to
   reduce kernel log noise (Rafael Wysocki).

 - Extend the RFIM mailbox interface in the int340x thermal driver
   to return 64 bit values to allow all values returned by the
   hardware to be handled correctly (Srinivas Pandruvada).

 - Fix possible NULL pointer dereferences in the of_thermal_ family
   of functions (Subbaraman Narayanamurthy).

Thanks!


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

Rafael J. Wysocki (1):
      thermal: Replace pr_warn() with pr_warn_once() in user_space_bind()

Srinivas Pandruvada (1):
      thermal/drivers/int340x: processor_thermal: Suppot 64 bit RFIM responses

Subbaraman Narayanamurthy (1):
      thermal: Fix NULL pointer dereferences in of_thermal_ functions

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

 drivers/thermal/gov_user_space.c                   |  4 ++--
 .../int340x_thermal/processor_thermal_device.h     |  2 +-
 .../intel/int340x_thermal/processor_thermal_mbox.c | 22 +++++++++++++---------
 .../intel/int340x_thermal/processor_thermal_rfim.c | 10 +++++-----
 drivers/thermal/thermal_of.c                       |  9 ++++++---
 5 files changed, 27 insertions(+), 20 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ