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, 14 Jul 2023 19:28:49 +0200
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>
Subject: [GIT PULL] Power management fixes for v6.5-rc1

Hi Linus,

Please pull from the tag

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

with top-most commit d121758da6df6829cb505ef0143cf42d28bd865d

 Merge branches 'pm-sleep' and 'pm-qos'

on top of commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5

 Linux 6.5-rc1

to receive power management fixes for 6.5-rc2.

These fix hibernation (after recent changes), frequency QoS and the sparc
cpufreq driver.

Specifics:

 - Unbreak the /sys/power/resume interface after recent changes (Azat
   Khuzhin).

 - Allow PM_QOS_DEFAULT_VALUE to be used with frequency QoS (Chungkai
   Yang).

 - Remove __init from cpufreq callbacks in the sparc driver, because
   they may be called after initialization too (Viresh Kumar).

Thanks!


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

Azat Khuzhin (1):
      PM: hibernate: Fix writing maj:min to /sys/power/resume

Chungkai Yang (1):
      PM: QoS: Restore support for default value on frequency QoS

Viresh Kumar (1):
      cpufreq: sparc: Don't mark cpufreq callbacks with __init

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

 drivers/cpufreq/sparc-us2e-cpufreq.c | 2 +-
 drivers/cpufreq/sparc-us3-cpufreq.c  | 2 +-
 kernel/power/hibernate.c             | 1 +
 kernel/power/qos.c                   | 9 +++++++--
 4 files changed, 10 insertions(+), 4 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ