projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de26ca1
)
torture: Clarify refusal to run more than one torture test
author
Paul E. McKenney
<paulmck@linux.vnet.ibm.com>
Mon, 21 Mar 2016 22:36:40 +0000
(15:36 -0700)
committer
Paul E. McKenney
<paulmck@linux.vnet.ibm.com>
Thu, 31 Mar 2016 20:39:52 +0000
(13:39 -0700)
This commit clarifies error messages -- you only get to run one torture
test at a time!
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/torture.c
patch
|
blob
|
blame
|
history
diff --git
a/kernel/torture.c
b/kernel/torture.c
index 44aa462d033f700a86e1439d1b24053daca4094a..e912ccd960f0c3270f41f17ea425589c0e5c9259 100644
(file)
--- a/
kernel/torture.c
+++ b/
kernel/torture.c
@@
-602,8
+602,9
@@
bool torture_init_begin(char *ttype, bool v, int *runnable)
{
mutex_lock(&fullstop_mutex);
if (torture_type != NULL) {
- pr_alert("torture_init_begin:
refusing %s init: %s running
",
+ pr_alert("torture_init_begin:
Refusing %s init: %s running.\n
",
ttype, torture_type);
+ pr_alert("torture_init_begin: One torture test at a time!\n");
mutex_unlock(&fullstop_mutex);
return false;
}