mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 05:56:14 -04:00
The previous email address was abandoned due to some reasons by myself, and thus shift the email contents mentioned from the old email address (src.res@email.cn) to the current version (src.res.211@gmail.com). Signed-off-by: Hu Haowen <src.res.211@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20230707160119.26873-1-src.res.211@gmail.com
17 lines
399 B
ReStructuredText
17 lines
399 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
|
|
|
.. include:: ../disclaimer-zh_TW.rst
|
|
|
|
:Translator: 胡皓文 Hu Haowen <src.res.211@gmail.com>
|
|
|
|
清除 WARN_ONCE
|
|
--------------
|
|
|
|
WARN_ONCE / WARN_ON_ONCE / printk_once 僅僅列印一次消息.
|
|
|
|
echo 1 > /sys/kernel/debug/clear_warn_once
|
|
|
|
可以清除這種狀態並且再次允許列印一次告警信息,這對於運行測試集後重現問題
|
|
很有用。
|
|
|