Re: [PATCH] pm/sleep: Add PM_USERSPACE_AUTOSLEEP Kconfig
From: Kalesh Singh <hidden>
Date: 2022-06-30 20:41:59
Also in:
linux-pm, lkml
On Thu, Jun 30, 2022 at 12:49 PM Jason A. Donenfeld [off-list ref] wrote:
Hi Kalesh, On Thu, Jun 30, 2022 at 07:12:29PM +0000, Kalesh Singh wrote:quoted
Systems that initiate frequent suspend/resume from userspace can make the kernel aware by enabling PM_USERSPACE_AUTOSLEEP config. This allows for certain sleep-sensitive code (wireguard/rng) to decide on what preparatory work should be performed (or not) in their pm_notification callbacks. This patch was prompted by the discussion at [1] which attempts to remove CONFIG_ANDROID that currently guards these code paths. [1] https://lore.kernel.org/r/20220629150102.1582425-1-hch@lst.de/ (local) Suggested-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: Kalesh Singh <redacted>Thanks, looks good to me. Do you have a corresponding Gerrit link to the change adding this to the base Android kernel config? If so, have my Ack: Acked-by: Jason A. Donenfeld [off-list ref]
Hi Jason, Our latest supported kernels in Android are based on 5.15 so the config change isn't yet needed. Once there are newer versions with the CONFIG_ANDROID removed I will add this to the defconfig. Thanks, Kalesh
Jason -- To unsubscribe from this group and stop receiving emails from it, send an email to kernel-team+unsubscribe@android.com.