[GIT PULL] More power management updates for v5.7-rc1

From: Rafael J. Wysocki
Date: Fri Apr 10 2020 - 05:49:29 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-5.7-rc1-3

with top-most commit a31434bcd4cb73b13cd8136c3cbba966dd01f058

Merge branch 'pm-cpuidle'

on top of commit 7e63420847ae5f1036e4f7c42f0b3282e73efbc2

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

to receive more power management updates for 5.7-rc1.

These rework the compat ioctl handling in the user space hibernation
interface (Christoph Hellwig) and fix a typo in a function name in
the cpuidle haltpoll driver (Yihao Wu).

Thanks!


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

Christoph Hellwig (2):
PM / sleep: move SNAPSHOT_SET_SWAP_AREA handling into a helper
PM / sleep: handle the compat case in snapshot_set_swap_area()

Yihao Wu (1):
cpuidle-haltpoll: Fix small typo

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

drivers/cpuidle/cpuidle-haltpoll.c | 4 +-
kernel/power/user.c | 101 +++++++++++++++++--------------------
2 files changed, 48 insertions(+), 57 deletions(-)