]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - Documentation/admin-guide/clearing-warn-once.rst
x86/bugs: Report Intel retbleed vulnerability
[mirror_ubuntu-jammy-kernel.git] / Documentation / admin-guide / clearing-warn-once.rst
CommitLineData
26187d18
MCC
1Clearing WARN_ONCE
2------------------
b1fca27d 3
3ec25826 4WARN_ONCE / WARN_ON_ONCE / printk_once only emit a message once.
b1fca27d
AK
5
6echo 1 > /sys/kernel/debug/clear_warn_once
7
8clears the state and allows the warnings to print once again.
9This can be useful after test suite runs to reproduce problems.