From patchwork Mon Jun 20 22:17:55 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Paul E. McKenney" X-Patchwork-Id: 12888320 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A23E2C43334 for ; Mon, 20 Jun 2022 22:18:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243856AbiFTWSE (ORCPT ); Mon, 20 Jun 2022 18:18:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34618 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242006AbiFTWSD (ORCPT ); Mon, 20 Jun 2022 18:18:03 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1F6AFE0BC; Mon, 20 Jun 2022 15:18:02 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 8213DB81647; Mon, 20 Jun 2022 22:18:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 329C0C341C4; Mon, 20 Jun 2022 22:17:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1655763479; bh=3IjzAH3IU8DX6ygvyChO/By+o8Dkf/HjE2ORydBJA9M=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=IepZHb3VEz6sSDFyoWiQK4YBMsGDaaD2jmlkmWB7TLDO/OwCiUKoYLc/V6C/W003L Xy+9KSuRMzKosvOeE/ZtJSdklxoYdC54DEhBdVd4DqgFZz2a6zypgbEAsOEBHGq+ph m2OruJi6xwWTMqleGxyKQjlWBmalYc1Ap8lcIkgC5HRSZ/TKpXmApwm82h8n/pkShb 9MJUCUYdTMk77oWe3NxXw/3Ua/ikTJKYu1TCvi6sbEOWnRNwTeFIkbptN5DEnsb6La M+3OXiyy3nUXb46YV5MdyoDj74dHl4uQ4n17qb5neQkyrcdTqPaKzQZyeGN//KHGUZ a0qvssxpsoQ3Q== Received: by paulmck-ThinkPad-P17-Gen-1.home (Postfix, from userid 1000) id D41F45C05B9; Mon, 20 Jun 2022 15:17:58 -0700 (PDT) From: "Paul E. McKenney" To: rcu@vger.kernel.org Cc: linux-kernel@vger.kernel.org, kernel-team@fb.com, rostedt@goodmis.org, "Paul E. McKenney" Subject: [PATCH rcu 1/3] rcutorture: Update rcutorture.fwd_progress help text Date: Mon, 20 Jun 2022 15:17:55 -0700 Message-Id: <20220620221757.3839212-1-paulmck@kernel.org> X-Mailer: git-send-email 2.31.1.189.g2e36527f23 In-Reply-To: <20220620221733.GA3839136@paulmck-ThinkPad-P17-Gen-1> References: <20220620221733.GA3839136@paulmck-ThinkPad-P17-Gen-1> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: rcu@vger.kernel.org This commit updates the rcutorture.fwd_progress help text to say that it is the number of forward-progress kthreads to spawn rather than the old enable/disable functionality. While in the area, make the list of torture-test parameters easier to read by taking advantage of 100 columns. Signed-off-by: Paul E. McKenney Reviewed-by: Neeraj Upadhyay --- kernel/rcu/rcutorture.c | 53 ++++++++++++++--------------------------- 1 file changed, 18 insertions(+), 35 deletions(-) diff --git a/kernel/rcu/rcutorture.c b/kernel/rcu/rcutorture.c index 7120165a93426..6f47d1490c4f5 100644 --- a/kernel/rcu/rcutorture.c +++ b/kernel/rcu/rcutorture.c @@ -75,62 +75,45 @@ MODULE_AUTHOR("Paul E. McKenney and Josh Triplett