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]
Date:   Fri, 31 Jan 2020 11:01:26 +0100
From:   "Rafael J. Wysocki" <rafael@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Linux PM <linux-pm@...r.kernel.org>,
        ACPI Devel Maling List <linux-acpi@...r.kernel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] More power management updates for v5.6-rc1

Hi Linus,

Please pull from the tag

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

with top-most commit 82b2c6ffd399c9fcd542fd681bb8c6d41f035c7e

 Merge branches 'pm-cpufreq' and 'pm-core'

on top of commit 6d277aca488fdf0a1e67cd14b5a58869f66197c9

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

to receive additional power management updates for 5.6-rc1.

These prevent cpufreq from creating excessively large stack frames
and fix the handling of devices deleted during system-wide resume in
the PM core (Rafael Wysocki), revert a problematic commit affecting
the cpupower utility and correct its man page (Thomas Renninger,
Brahadambal Srinivasan), and improve the intel_pstate_tracer utility
(Doug Smythies).

Thanks!


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

Brahadambal Srinivasan (1):
      Correction to manpage of cpupower

Doug Smythies (2):
      tools/power/x86/intel_pstate_tracer: changes for python 3 compatibility
      tools/power/x86/intel_pstate_tracer: change several graphs to
autoscale y-axis

Rafael J. Wysocki (2):
      PM: core: Fix handling of devices deleted during system-wide resume
      cpufreq: Avoid creating excessively large stack frames

Thomas Renninger (1):
      cpupower: Revert library ABI changes from commit ae2917093fb60bdc1ed3e

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

 drivers/base/power/main.c                          |  42 +++++-
 drivers/cpufreq/cppc_cpufreq.c                     |   2 +-
 drivers/cpufreq/cpufreq-nforce2.c                  |   2 +-
 drivers/cpufreq/cpufreq.c                          | 147 ++++++++++-----------
 drivers/cpufreq/freq_table.c                       |   4 +-
 drivers/cpufreq/gx-suspmod.c                       |   2 +-
 drivers/cpufreq/intel_pstate.c                     |  38 +++---
 drivers/cpufreq/longrun.c                          |   6 +-
 drivers/cpufreq/pcc-cpufreq.c                      |   2 +-
 drivers/cpufreq/sh-cpufreq.c                       |   2 +-
 drivers/cpufreq/unicore2-cpufreq.c                 |   2 +-
 include/linux/cpufreq.h                            |  32 +++--
 tools/power/cpupower/lib/cpufreq.c                 |  78 +++++++++--
 tools/power/cpupower/lib/cpufreq.h                 |  20 ++-
 tools/power/cpupower/man/cpupower.1                |   6 +-
 tools/power/cpupower/utils/cpufreq-info.c          |  12 +-
 .../x86/intel_pstate_tracer/intel_pstate_tracer.py |  38 +++---
 17 files changed, 264 insertions(+), 171 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ