On Wed, 2010-09-08 at 13:53 +0530, Pradeep Kumar wrote: > Hi Lucas > > Please find below patch to run security test (flail) on KVM guests. > flail is a systemcall fuzzer tool. This test simply runs flail. > > Fuzzing is slang for fault injection . It runs all system calls > for the specific kernel version with random args. > The goal is to find bugs in software without reading code or > designing detailed test cases.
I took a look at the flail testsuite, and found it's very useful. The problem with the other suite, fsfuzzer, is that it generates a prohibitive amount of output in most modes of operation. Besides I was able to trigger some bugs in the Fedora kernel using it. This is definitely going into the client side tests, see commit: http://autotest.kernel.org/changeset/4809 Later I'll check whether we should put it into kvm autotest. _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
