All of lore.kernel.org
 help / color / mirror / Atom feed
* [for-next][PATCH 0/7] ktest: Get ready for pulling for 5.13
@ 2021-05-03 23:05 Steven Rostedt
  2021-05-03 23:05 ` [for-next][PATCH 1/7] ktest: Minor cleanup with uninitialized variable $build_options Steven Rostedt
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Steven Rostedt @ 2021-05-03 23:05 UTC (permalink / raw)
  To: linux-kernel; +Cc: John Warthog9 Hawley

These patches have been part of my local ktest tree for some time,
but I realized they never went to the mailing list. Sending them
now and tomorrow I'll send a pull request to Linus.

As it's just the ktest script, no harm will come to the rest of the
kernel for being late.

  git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest.git
for-next

Head SHA1: c7ceee6958770c447b86a8917a603a20d646b608


John 'Warthog9' Hawley (VMware) (6):
      ktest: Minor cleanup with uninitialized variable $build_options
      ktest: Add example config for using VMware VMs
      ktest: Adding editor hints to improve consistency
      ktest: Fixing indentation to match expected pattern
      ktest: Further consistency cleanups
      ktest: Re-arrange the code blocks for better discoverability

Steven Rostedt (VMware) (1):
      ktest: Add KTEST section to MAINTAINERS file

----
 MAINTAINERS                              |   6 +
 tools/testing/ktest/examples/vmware.conf | 137 ++++++++
 tools/testing/ktest/ktest.pl             | 571 ++++++++++++++++---------------
 3 files changed, 433 insertions(+), 281 deletions(-)
 create mode 100644 tools/testing/ktest/examples/vmware.conf

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

end of thread, other threads:[~2021-05-03 23:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-03 23:05 [for-next][PATCH 0/7] ktest: Get ready for pulling for 5.13 Steven Rostedt
2021-05-03 23:05 ` [for-next][PATCH 1/7] ktest: Minor cleanup with uninitialized variable $build_options Steven Rostedt
2021-05-03 23:05 ` [for-next][PATCH 2/7] ktest: Add example config for using VMware VMs Steven Rostedt
2021-05-03 23:05 ` [for-next][PATCH 3/7] ktest: Adding editor hints to improve consistency Steven Rostedt
2021-05-03 23:05 ` [for-next][PATCH 4/7] ktest: Fixing indentation to match expected pattern Steven Rostedt
2021-05-03 23:05 ` [for-next][PATCH 5/7] ktest: Further consistency cleanups Steven Rostedt
2021-05-03 23:05 ` [for-next][PATCH 6/7] ktest: Re-arrange the code blocks for better discoverability Steven Rostedt
2021-05-03 23:05 ` [for-next][PATCH 7/7] ktest: Add KTEST section to MAINTAINERS file Steven Rostedt

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.