forked from torvalds/linux
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
printk: suppress rcu stall warnings caused by slow console devices
If we have a reasonable large dataset to flush in the printk ring buffer in the presence of a slow console device (like a serial port with a low baud rate configured), the RCU stall detector may report warnings. This patch suppresses RCU stall warnings while flushing the ring buffer to the console. Signed-off-by: Wander Lairson Costa <wander@redhat.com>
- Loading branch information
1 parent
debe436
commit bb0661fcac8e6a708539fe465c8ad7f74ca920fa
Showing
1 changed file
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters