linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] minor fixes and cleanups in rcuscale and torture tests
@ 2021-10-29  9:40 Li Zhijian
  2021-10-29  9:40 ` [PATCH 1/6] refscale: add missing '\n' to flush message out Li Zhijian
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Li Zhijian @ 2021-10-29  9:40 UTC (permalink / raw)
  To: dave, joel, josh, mathieu.desnoyers, paulmck, rostedt, rcu
  Cc: philip.li, lizhijian, jiangshanlai, linux-kernel, Li Zhijian

- we added '\n' to the macros directly like what torture does, see
include/linux/torture.h
- SCFTORTOUT is unused any more, remove it
- follow up https://lkml.org/lkml/2021/10/24/439, covert all other residuals


Li Zhijian (6):
  refscale: add missing '\n' to flush message out
  scftorture: add missing '\n' to flush message out
  scftorture: Remove unused SCFTORTOUT
  scftorture: always log error message
  rcuscale: alwaly log error message
  locktorture,rcutorture,torture: always log error message

 include/linux/torture.h      |  9 ++-------
 kernel/locking/locktorture.c |  4 ++--
 kernel/rcu/rcuscale.c        | 14 +++++++-------
 kernel/rcu/rcutorture.c      |  8 ++++----
 kernel/rcu/refscale.c        | 11 +++++++----
 kernel/scftorture.c          | 16 ++++++----------
 kernel/torture.c             |  4 ++--
 7 files changed, 30 insertions(+), 36 deletions(-)

-- 
2.32.0


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2021-11-03  8:25 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-29  9:40 [PATCH 0/6] minor fixes and cleanups in rcuscale and torture tests Li Zhijian
2021-10-29  9:40 ` [PATCH 1/6] refscale: add missing '\n' to flush message out Li Zhijian
2021-10-29  9:40 ` [PATCH 2/6] scftorture: " Li Zhijian
2021-10-29  9:40 ` [PATCH 3/6] scftorture: remove unused SCFTORTOUT Li Zhijian
2021-10-29  9:40 ` [PATCH 4/6] scftorture: always log error message Li Zhijian
2021-11-02 16:06   ` Paul E. McKenney
2021-11-03  8:24     ` Li Zhijian
2021-10-29  9:40 ` [PATCH 5/6] rcuscale: alwaly " Li Zhijian
2021-10-29 16:40   ` Davidlohr Bueso
2021-11-02 16:09   ` Paul E. McKenney
2021-10-29  9:40 ` [PATCH 6/6] locktorture,rcutorture,torture: always " Li Zhijian
2021-10-29 16:41 ` [PATCH 0/6] minor fixes and cleanups in rcuscale and torture tests Davidlohr Bueso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).