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]
Date:	Sun, 1 Mar 2015 22:38:59 -0400
From:	Eduardo Valentin <edubezval@...il.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>,
	Rui Zhang <rui.zhang@...el.com>
Cc:	Linux PM <linux-pm@...r.kernel.org>,
	Linux ACPI <linux-acpi@...r.kernel.org>,
	LKML <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] Thermal management updates for v4.0-rc2

Hello Linus,

Please pull from

  git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git fixes-for-4.0-rc2

to receive Thermal Management updates for v4.0-rc2 with top-most

5912e264d9eec512598d8faf33440630a3aee989:

  Merge branch 'tmon-fixes' of .git into next (2015-02-28 14:07:03 +0800)

on top of commit c517d838eb7d07bbe9507871fab3931deccff539:

  Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)

Specifics:
- Several fixes in tmon tool.
- Fixes in intel int340x for _ART and _TRT tables.
- Add id for Avoton SoC into powerclamp driver.
- Fixes in RCAR thermal driver to remove race conditions and fix fail path
- Fixes in TI thermal driver: removal of unnecessary code and build fix if !CONFIG_PM_SLEEP
- Cleanups in exynos thermal driver
- Add stubs for include/linux/thermal.h. Now drivers using thermal calls but that also work
without CONFIG_THERMAL will be able to compile for systems that don't care about thermal.

Note: I am sending this pull on Rui's behalf while he fixes issues in
his Linux box.

BR,

Eduardo Valentin
----------------------------------------------------------------
Brian Norris (8):
      tools/thermal: tmon: add --target-temp parameter
      tools/thermal: tmon: add min/max macros
      tools/thermal: tmon: tui: don't hard-code dialog window size assumptions
      tools/thermal: tmon: fixup tui windowing calculations
      tools/thermal: tmon: add .gitignore
      tools/thermal: tmon: support cross-compiling
      tools/thermal: tmon: use pkg-config to determine library dependencies
      tools/thermal: tmon: silence 'set but not used' warnings

Chanwoo Choi (1):
      thermal: exynos: Clean-up code to use oneline entry for exynos compatible table

Geert Uytterhoeven (2):
      thermal: rcar: Fix race condition between init and interrupt
      thermal: rcar: Make error and remove paths symmetrical with init

Grygorii Strashko (1):
      thermal: ti-soc-thermal: bandgap: Fix build warning if !CONFIG_PM_SLEEP

Markus Elfring (1):
      ti-soc-thermal: Delete an unnecessary check before the function call "cpufreq_cooling_unregister"

Miguel Bernal Marin (1):
      thermal/intel_powerclamp: add id for Avoton SoC

Nishanth Menon (1):
      thermal: Introduce dummy functions when thermal is not defined

Srinivas Pandruvada (1):
      thermal: int340x_thermal: Ignore missing _ART, _TRT tables

Zhang Rui (1):
      Merge branch 'tmon-fixes' of .git into next

 drivers/thermal/int340x_thermal/int3400_thermal.c  | 10 ++--
 drivers/thermal/intel_powerclamp.c                 |  1 +
 drivers/thermal/rcar_thermal.c                     | 26 +++++-----
 drivers/thermal/samsung/exynos_tmu.c               | 38 ++++-----------
 drivers/thermal/ti-soc-thermal/ti-bandgap.c        |  2 +-
 drivers/thermal/ti-soc-thermal/ti-thermal-common.c |  2 +-
 include/linux/thermal.h                            | 56 +++++++++++++++++++++-
 tools/thermal/tmon/.gitignore                      |  1 +
 tools/thermal/tmon/Makefile                        | 15 ++++--
 tools/thermal/tmon/tmon.8                          |  2 +
 tools/thermal/tmon/tmon.c                          | 14 +++++-
 tools/thermal/tmon/tui.c                           | 45 +++++++++++++----
 12 files changed, 145 insertions(+), 67 deletions(-)
 create mode 100644 tools/thermal/tmon/.gitignore

Download attachment "signature.asc" of type "application/pgp-signature" (474 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ