On Tue, Jan 14, 2025 at 11:42:57PM -0800, Jon Pan-Doh wrote: > After ratelimiting logs, spammy devices can still slow execution by > continued AER IRQ servicing. > > Add higher per-device ratelimits for AER errors to mask out those IRQs. > Set the default rate to 3x default AER ratelimit (30 per 5s). Masking errors at the register level feels overzealous, in particular because it also disables logging via tracepoints. Is there a concrete device that necessitates this change? If there is, consider adding a quirk for this particular device which masks specific errors, but doesn't affect other devices. If there isn't, consider dropping this change until a buggy device appears that actually needs it. Thanks, Lukas