From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 115EFC433B4 for ; Mon, 3 May 2021 23:07:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DB4716135F for ; Mon, 3 May 2021 23:07:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229918AbhECXHy (ORCPT ); Mon, 3 May 2021 19:07:54 -0400 Received: from mail.kernel.org ([198.145.29.99]:58082 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229628AbhECXHw (ORCPT ); Mon, 3 May 2021 19:07:52 -0400 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 89AE7611C0; Mon, 3 May 2021 23:06:58 +0000 (UTC) Received: from rostedt by gandalf.local.home with local (Exim 4.94) (envelope-from ) id 1ldheT-009Y7i-1S; Mon, 03 May 2021 19:06:57 -0400 Message-ID: <20210503230510.845068955@goodmis.org> User-Agent: quilt/0.66 Date: Mon, 03 May 2021 19:05:10 -0400 From: Steven Rostedt To: linux-kernel@vger.kernel.org Cc: "John Warthog9 Hawley" Subject: [for-next][PATCH 0/7] ktest: Get ready for pulling for 5.13 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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