Go to file
Maulik Shah 0bb2c60a18 PM: suspend: Set mem_sleep_current during kernel command line setup
BugLink: https://bugs.launchpad.net/bugs/2067857

[ Upstream commit 9bc4ffd32ef8943f5c5a42c9637cfd04771d021b ]

psci_init_system_suspend() invokes suspend_set_ops() very early during
bootup even before kernel command line for mem_sleep_default is setup.
This leads to kernel command line mem_sleep_default=s2idle not working
as mem_sleep_current gets changed to deep via suspend_set_ops() and never
changes back to s2idle.

Set mem_sleep_current along with mem_sleep_default during kernel command
line setup as default suspend mode.

Fixes: faf7ec4a92 ("drivers: firmware: psci: add system suspend support")
CC: stable@vger.kernel.org # 5.4+
Signed-off-by: Maulik Shah <quic_mkshah@quicinc.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Portia Stephens <portia.stephens@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
2024-06-07 15:01:33 +02:00
Documentation x86/cpu: Support AMD Automatic IBRS 2024-06-07 15:01:32 +02:00
LICENSES
arch parisc: Strip upper 32 bit of sum in csum_ipv6_magic for 64-bit builds 2024-06-07 15:01:33 +02:00
block block: sed-opal: handle empty atoms when parsing response 2024-06-07 15:01:23 +02:00
certs
crypto crypto: api - Disallow identical driver names 2024-03-28 15:18:30 +01:00
debian UBUNTU: [Packaging] Remove fips-checks script 2024-03-28 15:18:45 +01:00
debian.master UBUNTU: Upstream stable to v5.4.273 2024-06-07 15:01:32 +02:00
drivers mtd: rawnand: meson: fix scrambling mode value in command macro 2024-06-07 15:01:33 +02:00
fs ubifs: Set page uptodate in the correct place 2024-06-07 15:01:33 +02:00
include timers: Rename del_timer_sync() to timer_delete_sync() 2024-06-07 15:01:32 +02:00
init rootfs: Fix support for rootfstype= when root= is given 2024-02-29 15:23:39 +01:00
ipc ipc: replace costly bailout check in sysvipc_find_ipc() 2023-02-24 14:01:18 +01:00
kernel PM: suspend: Set mem_sleep_current during kernel command line setup 2024-06-07 15:01:33 +02:00
lib net: blackhole_dev: fix build warning for ethh set but not used 2024-06-07 15:01:25 +02:00
mm userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlb 2024-04-26 10:54:05 +02:00
net af_unix: Fix garbage collector racing against connect() 2024-06-07 15:01:32 +02:00
samples media: rename VFL_TYPE_GRABBER to _VIDEO 2024-06-07 15:01:29 +02:00
scripts kconfig: fix infinite loop when expanding a macro at the end of file 2024-06-07 15:01:31 +02:00
security smack: Handle SMACK64TRANSMUTE in smack_inode_setsecurity() 2024-06-07 15:01:32 +02:00
sound ALSA: usb-audio: Stop parsing channels bits when all channels are found. 2024-06-07 15:01:30 +02:00
tools selftests/mqueue: Set timeout to 180 seconds 2024-06-07 15:01:33 +02:00
ubuntu
usr
virt KVM: Always flush async #PF workqueue when vCPU is being destroyed 2024-06-07 15:01:33 +02:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS iio: stx104: Move to addac subdirectory 2023-10-30 11:41:56 +01:00
Makefile Linux 5.4.273 2024-06-07 15:01:32 +02:00
README
Ubuntu.md
dropped.txt
snapcraft.yaml

README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.