]> git.baikalelectronics.ru Git - kernel.git/commit
torture: Make kvm-find-errors.sh find build warnings
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 19 Apr 2018 21:46:32 +0000 (14:46 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 15 May 2018 17:32:25 +0000 (10:32 -0700)
commitf97c00a8692dfefbdf808493798b560403e6eb2d
treec0fb12245cbc51059d0031531d3e717f6dc59ec0
parent4312b87d051fac7d209b17e4fd3107ad9f670b7a
torture: Make kvm-find-errors.sh find build warnings

Currently, kvm-find-errors.sh looks only for build errors ("error:"),
so this commit makes it also locate build warnings ("warning:").

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Tested-by: Nicholas Piggin <npiggin@gmail.com>
tools/testing/selftests/rcutorture/bin/kvm-find-errors.sh