A new runtime standby ABI has been proposed in the Linux kernel community through a post-Christmas patch series led by Antheas Kapenekakis. This initiative aims to implement a feature similar to Microsoft's "Modern Standby," allowing devices to maintain network connectivity while appearing to be in a sleep state. The patches provide a more robust solution than previous efforts, enabling user-space control over ACPI LPS0 display notifications. The series introduces a mechanism for firing Modern Standby firmware notifications without suspending the kernel, allowing the device to appear asleep while still performing basic computations. The first part of the series modifies the existing DSMs to be called at the beginning of the suspend sequence and exposes a transition function through /sys/power/standby for user-space interaction. The RFC patch series, including documentation on the proposed interface, is available for review.