[GIT PULL] ktest: Updates for 5.13

From: Steven Rostedt
Date: Tue May 04 2021 - 14:27:19 EST



Linus,

Updates for ktest:

- Added a KTEST section in the MAINTAINERS file

- Included John Hawley as a co-maintainer

- Add an example config that would work with VMware workstation guests

- Cleanups to the code


Please pull the latest ktest-v5.13 tree, which can be found at:


git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest.git
ktest-v5.13

Tag SHA1: 90760c1fa622b44051dc2de39f7cfecc03dd2806
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
---------------------------