diff options
| author | Paul E. McKenney <[email protected]> | 2018-05-15 12:25:05 -0700 |
|---|---|---|
| committer | Paul E. McKenney <[email protected]> | 2018-06-25 11:30:10 -0700 |
| commit | 60500037637397dcc8ea3d3c2f16e05ea6695a86 (patch) | |
| tree | c522e618fd88d0746c0ad76860b6afb12f611a20 /kernel/locking | |
| parent | 90127d605f403d814f4986436871210bf8ceb335 (diff) | |
torture: Keep old-school dmesg format
This commit adds "#define pr_fmt(fmt) fmt" to the torture-test files
in order to keep the current dmesg format. Once Joe's commits have
hit mainline, these definitions will be changed in order to automatically
generate the dmesg line prefix that the scripts expect. This will have
the beneficial side-effect of allowing printk() formats to be used more
widely and of shortening some pr_*() lines.
Signed-off-by: Paul E. McKenney <[email protected]>
Cc: Joe Perches <[email protected]>
Diffstat (limited to 'kernel/locking')
| -rw-r--r-- | kernel/locking/locktorture.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/locking/locktorture.c b/kernel/locking/locktorture.c index 4a2e13870a9b..57bef4fbfb31 100644 --- a/kernel/locking/locktorture.c +++ b/kernel/locking/locktorture.c @@ -21,6 +21,9 @@ * Davidlohr Bueso <[email protected]> * Based on kernel/rcu/torture.c. */ + +#define pr_fmt(fmt) fmt + #include <linux/kernel.h> #include <linux/module.h> #include <linux/kthread.h> |