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=-5.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS 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 07207C10F27 for ; Mon, 9 Mar 2020 20:24:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DD87524673 for ; Mon, 9 Mar 2020 20:24:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726695AbgCIUYx (ORCPT ); Mon, 9 Mar 2020 16:24:53 -0400 Received: from mail.kernel.org ([198.145.29.99]:50792 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726106AbgCIUYw (ORCPT ); Mon, 9 Mar 2020 16:24: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 60CF82146E; Mon, 9 Mar 2020 20:24:52 +0000 (UTC) Received: from rostedt by gandalf.local.home with local (Exim 4.93) (envelope-from ) id 1jBOxH-0033zu-7x; Mon, 09 Mar 2020 16:24:51 -0400 Message-Id: <20200309202231.580868511@goodmis.org> User-Agent: quilt/0.65 Date: Mon, 09 Mar 2020 16:22:31 -0400 From: Steven Rostedt To: linux-kernel@vger.kernel.org Cc: "John Warthog9 Hawley" Subject: [for-linus][PATCH 0/4] ktest: Fixes and updates for 5.6 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Ktest fixes and clean ups - Make the default option oldconfig instead of randconfig (one too many times I lost my config because I left the build type out) - Add timeout to ssh sync to sync before reboot (prevents test hangs) - A couple of spelling fix patches git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest.git ktest-v5.6 Tag SHA1: 72ff3685b8f4346bbb71515e9c4655524523c7d1 Head SHA1: 1091c8fce8aa9c5abe1a73acab4bcaf58a729005 Masanari Iida (2): ktest: Fix some typos in sample.conf ktest: Fix typos in ktest.pl Steven Rostedt (VMware) (2): ktest: Make default build option oldconfig not randconfig ktest: Add timeout for ssh sync testing ---- tools/testing/ktest/ktest.pl | 16 ++++++++-------- tools/testing/ktest/sample.conf | 22 +++++++++++----------- 2 files changed, 19 insertions(+), 19 deletions(-)