1
0
This repository has been archived on 2025-07-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
orange_kernel/Documentation/translations/zh_CN/admin-guide/clearing-warn-once.rst
2025-03-18 09:50:07 +08:00

10 lines
265 B
ReStructuredText

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