Hi, upon rebase of our ALSA/SOF subsystem tree to latest upstream, we started hitting a lot of issues in our suspend tests on multiple platforms. On many CML and newer devices, system no longer wakes up from "rtcwake -m mem -s 10". Original bug report and list of affected systems: https://github.com/thesofproject/linux/issues/1815 I reproduced this on a CML laptop, did a bisect and this was rooted back to this commit: fdde0ff8590b ACPI: PM: s2idle: Prevent spurious SCIs from waking up the system ... so apparently acpi_any_gpe_status_set() is not true in this case. Br, Kai