David Venhoff cfcea9ee67 Initial commit
Based off b80915eb99
and compacted into a single commit so that it will fit on the uni git server
2025-08-11 13:05:09 +02:00

10 lines
265 B
ReStructuredText

清除 WARN_ONCE
--------------
WARN_ONCE / WARN_ON_ONCE / printk_once 仅仅打印一次消息.
echo 1 > /sys/kernel/debug/clear_warn_once
可以清除这种状态并且再次允许打印一次告警信息,这对于运行测试集后重现问题
很有用。