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>] [day] [month] [year] [list]
Message-ID: <1472111930.2167.9.camel@intel.com>
Date:   Thu, 25 Aug 2016 15:58:50 +0800
From:   Zhang Rui <rui.zhang@...el.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Linux PM list <linux-pm@...r.kernel.org>,
        LKML <linux-kernel@...r.kernel.org>
Subject: [GIT PULL]  Thermal management updates for v4.8-rc4

Hi, Linus,

Please pull from
  git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git for-rc

to receive the latest Thermal Management updates for v4.8-rc4 with
top-most commit 829bc78aa7628e81a9de717316b85cbee3c5eb86:

  thermal: imx: fix a possible NULL dereference (2016-08-19 21:34:08
+0800)

on top of commit 694d0d0bb2030d2e36df73e2d23d5770511dbc8d:

  Linux 4.8-rc2 (2016-08-14 19:11:36 -0700)

Specifics:
- Fix cpu_cooling to have separate thermal_cooling_device_ops
structures for cpus with and without power model, to avoid NULL
dereference in cpufreq_state2power. From Brendan Jackman.
- Fix a possible NULL dereference in imx_thermal driver. From Corentin
LABBE .
- Another two trivial fixes, one typo fix and one deleting module
owner. From Caesar Wang and Markus Elfring.

thanks,
rui

----------------------------------------------------------------
Brendan Jackman (1):
      thermal: cpu_cooling: Fix NULL dereference in cpufreq_state2power

Caesar Wang (1):
      thermal: trivial: fix the typo

Corentin LABBE (1):
      thermal: imx: fix a possible NULL dereference

Markus Elfring (1):
      Thermal-INT3406: Delete owner assignment

 .../devicetree/bindings/thermal/thermal.txt         | 10 +++++-----
 drivers/thermal/cpu_cooling.c                       | 21
++++++++++++++++-----
 drivers/thermal/imx_thermal.c                       |  4 +---
 drivers/thermal/int340x_thermal/int3406_thermal.c   |  1 -
 4 files changed, 22 insertions(+), 14 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ