diff --git a/common/rc b/common/rc index 4c2f42c8..dd50aa90 100644 --- a/common/rc +++ b/common/rc @@ -3055,6 +3055,8 @@ _check_dmesg() -e "Oops:" \ -e "possible recursive locking detected" \ -e "Internal error" \ + -e "INFO: suspicious RCU usage" \ + -e "INFO: possible circular locking dependency detected" \ $seqres.dmesg if [ $? -eq 0 ]; then echo "_check_dmesg: something found in dmesg (see $seqres.dmesg)"