All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH tip/core/rcu 0/10] Torture-test updates for v5.1
@ 2019-01-09 21:49 Paul E. McKenney
  2019-01-09 21:49 ` [PATCH tip/core/rcu 01/10] rcutorture: Record grace periods in forward-progress histogram Paul E. McKenney
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Paul E. McKenney @ 2019-01-09 21:49 UTC (permalink / raw)
  To: linux-kernel
  Cc: mingo, jiangshanlai, dipankar, akpm, mathieu.desnoyers, josh,
	tglx, peterz, rostedt, dhowells, edumazet, fweisbec, oleg, joel

Hello!

This series contains torture-test updates:

1.	Record grace periods in forward-progress histogram.

2.	Explain and simplify odd "for" loop in mkinitrd.sh.

3.	Add grace period after CPU offline.

4.	Stop abusing IS_ENABLED().

5-9.	Fixes to nolibc, plus move it to somewhere less RCU-centric,
	courtesy of Willy Tarreau, who also stepped up to be maintainer.

10.	Remove section MODULE PARAMETERS from torture.txt in favor of
	the existing documentation in kernel-parameters.txt, courtesy
	of Junchang Wang.

							Thanx, Paul

------------------------------------------------------------------------

 Documentation/RCU/torture.txt                      |  169 ---------------------
 MAINTAINERS                                        |    6 
 include/linux/torture.h                            |    3 
 kernel/locking/locktorture.c                       |    2 
 kernel/rcu/rcuperf.c                               |    8 
 kernel/rcu/rcutorture.c                            |   40 +++-
 kernel/torture.c                                   |    6 
 tools/testing/selftests/rcutorture/bin/mkinitrd.sh |   27 ++-
 tools/testing/selftests/rcutorture/bin/nolibc.h    |  118 +++++++++++---
 9 files changed, 164 insertions(+), 215 deletions(-)


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

end of thread, other threads:[~2019-01-09 21:51 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-09 21:49 [PATCH tip/core/rcu 0/10] Torture-test updates for v5.1 Paul E. McKenney
2019-01-09 21:49 ` [PATCH tip/core/rcu 01/10] rcutorture: Record grace periods in forward-progress histogram Paul E. McKenney
2019-01-09 21:50 ` [PATCH tip/core/rcu 02/10] torture: Explain and simplify odd "for" loop in mkinitrd.sh Paul E. McKenney
2019-01-09 21:50 ` [PATCH tip/core/rcu 03/10] rcutorture: Add grace period after CPU offline Paul E. McKenney
2019-01-09 21:50 ` [PATCH tip/core/rcu 04/10] rcuperf: Stop abusing IS_ENABLED() Paul E. McKenney
2019-01-09 21:50 ` [PATCH tip/core/rcu 05/10] rcutorture/nolibc: Fix the clobbered registers in the MIPS syscall definition Paul E. McKenney
2019-01-09 21:50 ` [PATCH tip/core/rcu 06/10] rcutorture/nolibc: Fix some poor indentation and alignment Paul E. McKenney
2019-01-09 21:50 ` [PATCH tip/core/rcu 07/10] rcutorture/nolibc: Add a bit of documentation to explain how to use nolibc Paul E. McKenney
2019-01-09 21:50 ` [PATCH tip/core/rcu 08/10] tools headers: Move the nolibc header from rcutorture to tools/include/nolibc/ Paul E. McKenney
2019-01-09 21:50 ` [PATCH tip/core/rcu 09/10] MAINTAINERS: Add myself as the maintainer for the nolibc header file(s) Paul E. McKenney
2019-01-09 21:50 ` [PATCH tip/core/rcu 10/10] RCU/torture.txt: Remove section MODULE PARAMETERS Paul E. McKenney

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.