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:	Wed, 13 Nov 2013 09:00:55 +0800
From:	Zhang Rui <rui.zhang@...el.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	LKML <linux-kernel@...r.kernel.org>,
	Linux PM list <linux-pm@...r.kernel.org>
Subject: [GIT PULL] thermal management updates for v3.13-rc1

Hi, Linus,

Please pull from the git repository at

  git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git next

to receive thermal management updates for v3.13-rc1 with
top-most commit 86e0a0bdf81c2dfa2a5a258dbb52f49c40ebc197:

  Merge branches 'intel_powerclamp', 'tmon' and 'misc' of .git into next
(2013-11-07 08:45:54 +0800)

on top of commit 959f58544b7f20c92d5eb43d1232c96c15c01bfb:

  Linux 3.12-rc7 (2013-10-27 16:12:03 -0700)

This time we only have a few changes as there are no soc thermal changes
from Eduardo. The only big change is the introduction of TMON, a tool to
help visualize, tune, and test the thermal subsystem. The rest is mostly
cleanups and fixes all over.

Specifics:

- introduce TMON, a tool base on thermal sysfs I/F. It can be used to
visualize, tune and test the thermal subsystem.

- fix a zone/cooling device binding problem, when both thermal zone bind
parameters and .bind() callback are available.

thanks,
rui


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

Jacob Pan (2):
      thermal/intel_powerclamp: Add newer CPU models
      tools/thermal: Introduce tmon, a tool for thermal subsystem

Luka Perkov (1):
      thermal: Kconfig: cosmetic fixes

Ni Wade (1):
      thermal: Fix binding problem when there is thermal zone params

Regid Ichira (1):
      typo in drivers/thermal/Kconfig: lpatform instead of platform

Srinivas Pandruvada (1):
      ACPI/thermal : Remove zone disabled warning

Wei Yongjun (1):
      thermal: cpu_cooling: fix return value check in
cpufreq_cooling_register()

Zhang Rui (1):
      Merge branches 'intel_powerclamp', 'tmon' and 'misc' of .git into
next

durgadoss.r@...el.com (2):
      Thermal: Tidy up error handling in powerclamp_init
      Thermal: Check for validity before doing kfree

 drivers/acpi/thermal.c             |   10 +-
 drivers/thermal/Kconfig            |    7 +-
 drivers/thermal/cpu_cooling.c      |    4 +-
 drivers/thermal/intel_powerclamp.c |   29 +-
 drivers/thermal/thermal_core.c     |   10 +-
 tools/Makefile                     |   15 +-
 tools/thermal/tmon/Makefile        |   47 +++
 tools/thermal/tmon/README          |   50 +++
 tools/thermal/tmon/pid.c           |  131 ++++++++
 tools/thermal/tmon/sysfs.c         |  596
+++++++++++++++++++++++++++++++++
 tools/thermal/tmon/tmon.8          |  142 ++++++++
 tools/thermal/tmon/tmon.c          |  352 ++++++++++++++++++++
 tools/thermal/tmon/tmon.h          |  204 ++++++++++++
 tools/thermal/tmon/tui.c           |  638
++++++++++++++++++++++++++++++++++++
 14 files changed, 2216 insertions(+), 19 deletions(-)
 create mode 100644 tools/thermal/tmon/Makefile
 create mode 100644 tools/thermal/tmon/README
 create mode 100644 tools/thermal/tmon/pid.c
 create mode 100644 tools/thermal/tmon/sysfs.c
 create mode 100644 tools/thermal/tmon/tmon.8
 create mode 100644 tools/thermal/tmon/tmon.c
 create mode 100644 tools/thermal/tmon/tmon.h
 create mode 100644 tools/thermal/tmon/tui.c


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ