linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH tip/core/rcu 0/8] Automate initrd generation for v4.21/v5.0
@ 2018-11-11 20:01 Paul E. McKenney
  2018-11-11 20:01 ` [PATCH tip/core/rcu 1/8] rcutorture: Automatically create initrd directory Paul E. McKenney
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Paul E. McKenney @ 2018-11-11 20:01 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 causes rcutorture to automatically generate the required
initrd when needed, instead of giving very obtuse error messages.

1.	Automatically create initrd directory, courtesy of Connor Shu.

2.	Add initrd support for systems lacking dracut.

3.	Make initrd/init execute in userspace.

4.	Add cross-compile capability to initrd.sh.

5.	Always strip using the cross-compiler, courtesy of Willy Tarreau.

6.	Check initrd/init instead of initrd only, courtesy of Willy Tarreau.

7.	Import a copy of nolibc, courtesy of Willy Tarreau.

8.	Make use of nolibc when available, courtesy of Willy Tarreau.

							Thanx, Paul

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

 bin/kvm.sh      |    8 
 bin/mkinitrd.sh |  174 +++-
 bin/nolibc.h    | 2197 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 doc/initrd.txt  |   99 --
 4 files changed, 2372 insertions(+), 106 deletions(-)


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

end of thread, other threads:[~2018-11-11 20:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-11 20:01 [PATCH tip/core/rcu 0/8] Automate initrd generation for v4.21/v5.0 Paul E. McKenney
2018-11-11 20:01 ` [PATCH tip/core/rcu 1/8] rcutorture: Automatically create initrd directory Paul E. McKenney
2018-11-11 20:01 ` [PATCH tip/core/rcu 2/8] rcutorture: Add initrd support for systems lacking dracut Paul E. McKenney
2018-11-11 20:01 ` [PATCH tip/core/rcu 3/8] rcutorture: Make initrd/init execute in userspace Paul E. McKenney
2018-11-11 20:01 ` [PATCH tip/core/rcu 4/8] rcutorture: Add cross-compile capability to initrd.sh Paul E. McKenney
2018-11-11 20:01 ` [PATCH tip/core/rcu 5/8] rcutorture: Always strip using the cross-compiler Paul E. McKenney
2018-11-11 20:01 ` [PATCH tip/core/rcu 6/8] rcutorture: Check initrd/init instead of initrd only Paul E. McKenney
2018-11-11 20:01 ` [PATCH tip/core/rcu 7/8] rcutorture: Import a copy of nolibc Paul E. McKenney
2018-11-11 20:01 ` [PATCH tip/core/rcu 8/8] rcutorture: Make use of nolibc when available Paul E. McKenney

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).