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:   Tue, 4 Jul 2017 11:49:55 -0700
From:   Eduardo Valentin <edubezval@...il.com>
To:     Rui Zhang <rui.zhang@...el.com>
Cc:     ACPI Devel Maling List <linux-acpi@...r.kernel.org>,
        Linux PM <linux-pm@...r.kernel.org>,
        LKML <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] Thermal SoC management updates for v4.13-rc1 #1

Hello Rui,

Please pull the following changes to get the Thermal SoC updates
for 4.13-rc1. Here we have:

- Refactoring of cpucooling device driver to improve cpufreq data handling
- Small fixes on different drivers: IMX, hisilicon, and BCM.

The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:

  Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal linus

for you to fetch changes up to 1fe3854a83b580727c9464b37b62ba77ead1d6f6:

  thermal: bcm2835: fix an error code in probe() (2017-06-30 16:46:11 -0700)

----------------------------------------------------------------
Arvind Yadav (2):
      thermal: imx: Handle return value of clk_prepare_enable
      thermal: hisilicon: Handle return value of clk_prepare_enable

Dan Carpenter (1):
      thermal: bcm2835: fix an error code in probe()

Viresh Kumar (18):
      thermal: cpu_cooling: Avoid accessing potentially freed structures
      thermal: cpu_cooling: rearrange globals
      thermal: cpu_cooling: Name cpufreq cooling devices as cpufreq_cdev
      thermal: cpu_cooling: replace cool_dev with cdev
      thermal: cpu_cooling: remove cpufreq_cooling_get_level()
      thermal: cpu_cooling: get rid of a variable in cpufreq_set_cur_state()
      thermal: cpu_cooling: use cpufreq_policy to register cooling device
      cpufreq: create cpufreq_table_count_valid_entries()
      thermal: cpu_cooling: store cpufreq policy
      thermal: cpu_cooling: OPPs are registered for all CPUs
      thermal: cpu_cooling: get rid of 'allowed_cpus'
      thermal: cpu_cooling: merge frequency and power tables
      thermal: cpu_cooling: create structure for idle time stats
      thermal: cpu_cooling: get_level() can't fail
      thermal: cpu_cooling: don't store cpu_dev in cpufreq_cdev
      thermal: cpu_cooling: 'freq' can't be zero in cpufreq_state2power()
      thermal: cpu_cooling: Rearrange struct cpufreq_cooling_device
      thermal: cpu_cooling: Replace kmalloc with kmalloc_array

 drivers/cpufreq/arm_big_little.c                   |   2 +-
 drivers/cpufreq/cpufreq-dt.c                       |   2 +-
 drivers/cpufreq/cpufreq_stats.c                    |  13 +-
 drivers/cpufreq/dbx500-cpufreq.c                   |   2 +-
 drivers/cpufreq/mt8173-cpufreq.c                   |   4 +-
 drivers/cpufreq/qoriq-cpufreq.c                    |   3 +-
 drivers/thermal/broadcom/bcm2835_thermal.c         |   1 -
 drivers/thermal/cpu_cooling.c                      | 609 +++++++++------------
 drivers/thermal/hisi_thermal.c                     |   5 +-
 drivers/thermal/imx_thermal.c                      |  27 +-
 drivers/thermal/ti-soc-thermal/ti-thermal-common.c |  22 +-
 include/linux/cpu_cooling.h                        |  32 +-
 include/linux/cpufreq.h                            |  14 +
 13 files changed, 325 insertions(+), 411 deletions(-)

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ