OK. While we're here: I think there's a spelling error in usage() in tools/testing/selftests/kmod/kmod.sh
echo " -c Run test ID once" echo " -s Run test ID x test-count number of times" I believe that "-c" and "-s" are swapped. "c" probably stands for count and "s" for single.

