clearing-warn-once.txt 224 B

1234567
  1. WARN_ONCE / WARN_ON_ONCE only print a warning once.
  2. echo 1 > /sys/kernel/debug/clear_warn_once
  3. clears the state and allows the warnings to print once again.
  4. This can be useful after test suite runs to reproduce problems.