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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:   Fri, 9 Feb 2018 11:17:14 +0100
From:   "Rafael J. Wysocki" <rafael@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Linux PM <linux-pm@...r.kernel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        "the arch/x86 maintainers" <x86@...nel.org>
Subject: [GIT PULL] More power management updates for v4.16-rc1

Hi Linus,

Please pull from the tag

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 pm-part2-4.16-rc1

with top-most commit 616f16093d852215f6a1188de1bafdc1f8892924

 Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-domains'

on top of commit 7f3fdd40a7dfaa7405185250974b0fabd08c1f8b

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

to receive additional power management updates for 4.16-rc1.

These are mostly fixes and cleanups and removal of the no longer
needed at32ap-cpufreq driver.

Specifics:

 - Drop the at32ap-cpufreq driver which is useless after the
   removal of the corresponding arch (Corentin LABBE).

 - Fix a regression from the 4.14 cycle in the APM idle driver by
   making it initialize the polling state properly (Rafael Wysocki).

 - Fix a crash on failing system suspend due to a missing check in
   the cpufreq core (Bo Yan).

 - Make the intel_pstate driver initialize the hardware-managed
   P-state control (HWP) feature on CPU0 upon resume from system
   suspend if HWP had been enabled before the system was suspended
   (Chen Yu).

 - Fix up the SCPI cpufreq driver after recent changes (Sudeep Holla,
   Wei Yongjun).

 - Avoid pointer subtractions during frequency table walks in cpufreq
   (Dominik Brodowski).

 - Avoid the check for ProcFeedback in ST/CZ in the cpufreq driver
   for AMD processors and add a MODULE_ALIAS for cpufreq on ARM IMX
   (Akshu Agrawal, Nicolas Chauvet).

 - Fix the prototype of swsusp_arch_resume() on x86 (Arnd Bergmann).

 - Fix up the parsing of power domains DT data (Ulf Hansson).

Thanks!


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

Akshu Agrawal (1):
      cpufreq: AMD: Ignore the check for ProcFeedback in ST/CZ

Arnd Bergmann (1):
      x86: hibernate: fix swsusp_arch_resume() prototype

Bo Yan (1):
      cpufreq: Skip cpufreq resume if it's not suspended

Chen Yu (1):
      cpufreq: intel_pstate: Enable HWP during system resume on CPU0

Corentin LABBE (1):
      cpufreq: remove at32ap-cpufreq

Dominik Brodowski (1):
      cpufreq: Add and use cpufreq_for_each_{valid_,}entry_idx()

Nicolas Chauvet (1):
      arm: imx: Add MODULE_ALIAS for cpufreq

Rafael J. Wysocki (1):
      x86: PM: Make APM idle driver initialize polling state

Sudeep Holla (1):
      cpufreq: scpi: fix static checker warning cdev isn't an ERR_PTR

Ulf Hansson (1):
      PM / domains: Fix up domain-idle-states OF parsing

Wei Yongjun (1):
      cpufreq: scpi: fix error return code in scpi_cpufreq_init()

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

 Documentation/cpu-freq/cpu-drivers.txt |   4 ++
 arch/x86/kernel/apm_32.c               |   1 +
 arch/x86/power/hibernate_32.c          |   2 +-
 arch/x86/power/hibernate_64.c          |   2 +-
 drivers/base/power/domain.c            |  76 ++++++++++++--------
 drivers/cpufreq/Kconfig                |  10 ---
 drivers/cpufreq/Makefile               |   1 -
 drivers/cpufreq/amd_freq_sensitivity.c |  11 ++-
 drivers/cpufreq/at32ap-cpufreq.c       | 127 ---------------------------------
 drivers/cpufreq/cpufreq.c              |   3 +
 drivers/cpufreq/exynos5440-cpufreq.c   |   7 +-
 drivers/cpufreq/freq_table.c           |   8 +--
 drivers/cpufreq/imx6q-cpufreq.c        |   1 +
 drivers/cpufreq/intel_pstate.c         |   5 ++
 drivers/cpufreq/longhaul.c             |   4 +-
 drivers/cpufreq/pasemi-cpufreq.c       |   6 +-
 drivers/cpufreq/scpi-cpufreq.c         |   6 +-
 drivers/sh/clk/core.c                  |   5 +-
 drivers/staging/irda/drivers/sh_sir.c  |   4 +-
 include/linux/cpufreq.h                | 125 ++++++++++++++++++++------------
 include/linux/suspend.h                |   2 +
 kernel/power/power.h                   |   3 -
 22 files changed, 170 insertions(+), 243 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ