The patch titled Subject: test_kmod: fix description for -s -and -c parameters has been added to the -mm tree. Its filename is test_kmod-fix-description-for-s-and-c-parameters.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/test_kmod-fix-description-for-s-and-c-parameters.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/test_kmod-fix-description-for-s-and-c-parameters.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: "Luis R. Rodriguez" <mcgrof@xxxxxxxxxx> Subject: test_kmod: fix description for -s -and -c parameters The descriptions were reversed, correct this. Link: http://lkml.kernel.org/r/20170809234635.13443-4-mcgrof@xxxxxxxxxx Fixes: 64b671204afd71 ("test_sysctl: add generic script to expand on tests") Signed-off-by: Luis R. Rodriguez <mcgrof@xxxxxxxxxx> Reported-by: Daniel Mentz <danielmentz@xxxxxxxxxx> Cc: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx> Cc: Colin Ian King <colin.king@xxxxxxxxxxxxx> Cc: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Cc: David Binderman <dcb314@xxxxxxxxxxx> Cc: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxxxxx> Cc: Jessica Yu <jeyu@xxxxxxxxxx> Cc: Josh Poimboeuf <jpoimboe@xxxxxxxxxx> Cc: Kees Cook <keescook@xxxxxxxxxxxx> Cc: Matt Redfearn <matt.redfearn@xxxxxxxxxx> Cc: Matt Redfearn <matt.redfearn@xxxxxxxxxx> Cc: Michal Marek <mmarek@xxxxxxxx> Cc: Miroslav Benes <mbenes@xxxxxxx> Cc: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx> Cc: Petr Mladek <pmladek@xxxxxxxx> Cc: Rusty Russell <rusty@xxxxxxxxxxxxxxx> Cc: Shuah Khan <shuah@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- tools/testing/selftests/kmod/kmod.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN tools/testing/selftests/kmod/kmod.sh~test_kmod-fix-description-for-s-and-c-parameters tools/testing/selftests/kmod/kmod.sh --- a/tools/testing/selftests/kmod/kmod.sh~test_kmod-fix-description-for-s-and-c-parameters +++ a/tools/testing/selftests/kmod/kmod.sh @@ -473,8 +473,8 @@ usage() echo " all Runs all tests (default)" echo " -t Run test ID the number amount of times is recommended" echo " -w Watch test ID run until it runs into an error" - echo " -c Run test ID once" - echo " -s Run test ID x test-count number of times" + echo " -s Run test ID once" + echo " -c Run test ID x test-count number of times" echo " -l List all test ID list" echo " -h|--help Help" echo _ Patches currently in -mm which might be from mcgrof@xxxxxxxxxx are test_kmod-fix-bug-which-allows-negative-values-on-two-config-options.patch wait-add-wait_event_killable_timeout.patch kmod-fix-wait-on-recursive-loop.patch test_kmod-fix-description-for-s-and-c-parameters.patch kmod-split-out-umh-code-into-its-own-file.patch maintainers-clarify-kmod-is-just-a-kernel-module-loader.patch kmod-split-off-umh-headers-into-its-own-file.patch kmod-move-ifdef-config_modules-wrapper-to-makefile.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html