On Wed, 2026-08-19 at 16:14 +0000, [email protected] wrote: > Thank you for your contribution! Sashiko AI review found 1 potential > issue(s) to consider: > > Pre-existing issues: > - [High] The encoder atomic disable callback invokes sleeping > functions via the backlight disable helper. > --
Hallucination. It's treating the atomic disable callbacks as if they're atomic in the scheduling sense. They're not, it's just the atomic modesetting API. Sleeping is fine.
