[for-next][PATCH 0/7] ktest: Get ready for pulling for 5.13

From: Steven Rostedt
Date: Mon May 03 2021 - 19:07:04 EST


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