[GIT PULL] Power management updates for v5.17-rc2
From: Rafael J. Wysocki
Date: Fri Jan 28 2022 - 08:03:36 EST
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-5.17-rc2
with top-most commit 33569ef3c754a82010f266b7b938a66a3ccf90a4
PM: hibernate: Remove register_nosave_region_late()
on top of commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07
Linux 5.17-rc1
to receive power management updates for 5.17-rc2.
These make the buffer handling in pm_show_wakelocks() more robust
and drop an unused hibernation-related function.
Specifics:
- Make the buffer handling in pm_show_wakelocks() more robust by
using sysfs_emit_at() in it to generate output (Greg Kroah-Hartman).
- Drop register_nosave_region_late() which is not used (Amadeusz
Sławiński).
Thanks!
---------------
Amadeusz Sławiński (1):
PM: hibernate: Remove register_nosave_region_late()
Greg Kroah-Hartman (1):
PM: wakeup: simplify the output logic of pm_show_wakelocks()
---------------
include/linux/suspend.h | 11 +----------
kernel/power/snapshot.c | 21 +++++++--------------
kernel/power/wakelock.c | 11 ++++-------
3 files changed, 12 insertions(+), 31 deletions(-)