From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 440293DEAFB for ; Mon, 16 Mar 2026 18:40:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773686452; cv=none; b=YE0lDVDTMW0foxUYj59RvE8ycHu+CSbTRikqxrr673ZBawdHwf55vgLI4SY3nqEOrEF8tt6fpijtx3iHu0uVHn80rv+CaaNMVplMGXlCEw25CppxUld0mJni+Xc6RLyQQ6cBb75TEhLnc1fJNwJelcULvgXQ+WDtYgLgSwbgF+A= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773686452; c=relaxed/simple; bh=rJ9FAUcL9MEG+7pIzo/U1xNSu+2WunX3PcSx01ge3A0=; h=Message-ID:Date:From:To:Cc:Subject; b=iQMwYP99NycYh/v658QoKNZNrGuSkbD/k2xnPeov9USeuruJH/afBu9HixVFgBqzAFZJ7efTk77XDG2thcUsaipQLan4PvOuAkI0J9Zl5CXdqzGI+4andd4BuD954qM0kIyyvi7BIksxZUiqlb4/mFwRxDhnlnpsA6BpQFq45So= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=EVJGP4/0; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="EVJGP4/0" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AF7E1C19421; Mon, 16 Mar 2026 18:40:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773686451; bh=rJ9FAUcL9MEG+7pIzo/U1xNSu+2WunX3PcSx01ge3A0=; h=Date:From:To:Cc:Subject:From; b=EVJGP4/0pArpx2oSloH8XUU76X5crBn6GvQSMmIjgW/YtorqKUpnrJrv2b5MEsqD4 IOOBWdp7z2aOM96MMQ6jxpMFUWKKKnrXiKtSMTjgIwwoff3yVmRrBWGWdFxCaulUT9 h8kskuNRxI7i9IZSPVtzMgDLaCiNP9MsTE0tsQzoYqISywE0g803HjryLP83Qkiuo2 H3u+dW1E+sUN/bUUpIqAs82OEERkTlDWvAUkgtb/sBbAsbAFDuiz38c5H1C/mB1AUZ nREL0O6t5eZNY3Y0XQKNhNFfI6jNybL8SIjmQdHGInuGOD77plANQzyshaGZmZqO/d 678ZsPDop5lWQ== Received: from rostedt by gandalf with local (Exim 4.99.1) (envelope-from ) id 1w2CsN-0000000851T-2zZp; Mon, 16 Mar 2026 14:41:15 -0400 Message-ID: <20260316184033.927944169@kernel.org> User-Agent: quilt/0.69 Date: Mon, 16 Mar 2026 14:40:33 -0400 From: Steven Rostedt To: linux-kernel@vger.kernel.org Cc: "John Warthog9 Hawley" , =?UTF-8?q?Ricardo=20B.=20Marli=C3=A8re?= Subject: [for-next][PATCH 0/9] ktest: Updates to ktest for 7.1 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest.git for-next Head SHA1: 229517449879b3ca8ca5588593cbea6a67ba0ad2 Ricardo B. Marlière (9): ktest: Avoid undef warning when WARNINGS_FILE is unset ktest: Resolve LOG_FILE in test option context ktest: Treat undefined self-reference as empty ktest: Honor empty per-test option overrides ktest: Run commands through list-form shell open ktest: Stop dropping console output during power-cycle reboot ktest: Add PRE_KTEST_DIE for PRE_KTEST failures ktest: Run POST_KTEST hooks on failure and cancellation ktest: Add a --dry-run mode ---- tools/testing/ktest/ktest.pl | 158 +++++++++++++++++++++++++++++----------- tools/testing/ktest/sample.conf | 6 ++ 2 files changed, 122 insertions(+), 42 deletions(-)