The real realtime preemption end game
The real realtime preemption end game
Posted Nov 16, 2023 14:17 UTC (Thu) by grawity (subscriber, #80596)Parent article: The real realtime preemption end game
> printk(), Gleixner said, is fully synchronous in current kernels; a call will not return until the message has been sent to all of the configured destinations.
I remember when I was managing a large Linux-based gateway, and I configured serial console (over IPMI), and later I added some iptables LOG rules, and it turned out that just a few matching packets per second would DoS it because it wasn't processing any packets while waiting for each log message to go out through ttyS1...
