https://bugzilla.kernel.org/show_bug.cgi?id=204241
Mario (kernel@catmail.app) changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kernel@catmail.app
--- Comment #36 from Mario (kernel@catmail.app) --- I can also confirm this patch (285507) fixed the problem on Arch Linux 5.3.7.
The stock kernel failed after ~5 sleep-wake cycles. Patched kernel was able to survive the complete 30 cycles:
```for i in $(seq 30); do sudo rtcwake -m mem -s 5; sleep 15; done```
Thanks for the patch. I also suspect that bug 204965 is a duplicate of this one.