Hacker News new | ask | show | jobs
by rcxdude 594 days ago
I think in this case, unless they were running an RT kernel, it wouldn't have helped, since the interrupt hogging the CPU was non-preemptable. But it's good advice in general.
1 comments

RT is in the mainline kernel now. Run with threaded_irqs, all interrupt handlers become preemptable (by default).
True, but that's very recent, and still not a default configuration. (And the message reported in the article was removed from the mainline kernel in 2018)