On 2026-01-10, Crystal Kolipe <[email protected]> wrote: > Besides, the proposed 'change' on the linux kernel side seems to be just to > rate-limit the reporting of the errors. That might be the only realistic > option open to the developers there, since they are only concerned with the > kernel itself.
It's already rate-limited on Linux, that proposal is to change to warning once only. Our implementation of the *_ratelimited logging functions in DRM is currently just "printf" so using ratecheck(9) would be an improvement.

