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, 13 Dec 2019 10:53:45 +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] Power management updates for v5.5-rc2

Hi Linus,

Please pull from the tag

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 pm-5.5-rc2

with top-most commit 4c84515da8099f4bab5d9312a0ffaf40f14aa87b

 Merge branches 'pm-cpuidle' and 'acpi-pm'

on top of commit e42617b825f8073569da76dc4510bfa019b1c35a

 Linux 5.5-rc1

to receive power management updates for 5.5-rc2.

These add PM QoS support to devfreq and fix a few issues in that
subsystem, fix two cpuidle issues and do one minor cleanup in there,
and address an ACPI power management problem related to devices with
special power management requirements, like fans.

Specifics:

 - Add PM QoS support, based on the frequency QoS introduced during
   the 5.4 cycle, to devfreq (Leonard Crestez).

 - Fix some assorted devfreq issues (Leonard Crestez).

 - Fix an unintentional cpuidle behavior change (introduced during
   the 5.4 cycle) related to the active polling time limit (Marcelo
   Tosatti).

 - Fix a recently introduced cpuidle helper function and do a minor
   cleanup in the cpuidle core (Rafael Wysocki).

 - Avoid adding devices with special power management requirements,
   like fans, to the generic ACPI PM domain (Rafael Wysocki).

Thanks!


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

Leonard Crestez (6):
      PM / devfreq: Fix devfreq_notifier_call returning errno
      PM / devfreq: Set scaling_max_freq to max on OPP notifier error
      PM / devfreq: Introduce get_freq_range helper
      PM / devfreq: Don't fail devfreq_dev_release if not in list
      PM / devfreq: Add PM QoS support
      PM / devfreq: Use PM QoS for sysfs min/max_freq

Marcelo Tosatti (1):
      cpuidle: use first valid target residency as poll time

Rafael J. Wysocki (3):
      ACPI: PM: Avoid attaching ACPI PM domain to certain devices
      cpuidle: Fix cpuidle_driver_state_disabled()
      cpuidle: Drop unnecessary type cast in cpuidle_poll_time()

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

 drivers/acpi/device_pm.c  |  12 +-
 drivers/cpuidle/cpuidle.c |   3 +-
 drivers/cpuidle/driver.c  |  10 ++
 drivers/devfreq/devfreq.c | 273 ++++++++++++++++++++++++++++++++++------------
 include/linux/devfreq.h   |  14 ++-
 5 files changed, 235 insertions(+), 77 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ