]> git.baikalelectronics.ru Git - kernel.git/commit
torture: Suppress propagating trace_printk() warning
authorPaul E. McKenney <paulmck@linux.ibm.com>
Wed, 22 May 2019 15:52:18 +0000 (08:52 -0700)
committerPaul E. McKenney <paulmck@linux.ibm.com>
Tue, 28 May 2019 16:06:09 +0000 (09:06 -0700)
commitf15c3468b9d2c0fdfd58fd3bc0f149a18027e8fb
treeb5b86f2351d158fedc84418d68d9ad613c938be5
parentd2be306bf99d5a7d98a1559cc8f1d46e7cb30888
torture: Suppress propagating trace_printk() warning

When trace_printk() is used, a message including "BUG" is printed to
the console, which fools the rcutorture scripting into believing that
the corresponding test scenario failed.  This commit therefore filters
out this particular instance of "BUG", thus avoiding the false-positive
test-failure report.

Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
tools/testing/selftests/rcutorture/bin/parse-console.sh