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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 68D58C77B7A for ; Sat, 3 Jun 2023 22:12:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229690AbjFCWMD (ORCPT ); Sat, 3 Jun 2023 18:12:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52748 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229463AbjFCWMC (ORCPT ); Sat, 3 Jun 2023 18:12:02 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 908BC180 for ; Sat, 3 Jun 2023 15:12:01 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 2D37261AFA for ; Sat, 3 Jun 2023 22:12:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 84544C433EF; Sat, 3 Jun 2023 22:12:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685830320; bh=jpeH9rx2zZzB4RiHqV0kksbiAHU3D6F5ouScc/FkzC0=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:From; b=ifkCQljpGrgjmq+X9MiykgcRX9Inzphx0outp5C0ouf9NClda7WyK4Iwvr8ZTQ3tW psq+ByEkH5GjAYDrNb5xWVDuozR84+U+Qoo8hHQPmDK0xwiTYMCJrYpZzZoQeAgGoL wl1wR27DogwAURFzYbnE2toQvOQa8jjnKUocYUR1H8pbfG/SLzldwJ4sZaVUk4fHqE N5YLWNLdc8Kzd2E1NR7RX3c0siHC9DQ55pfJGeDUWhcP/t356ejT8HnRIBzglkjK6B rXaKgLilUzMCQ0WmgGCl8LeKv8GtnvUgFqigOTvvYR/pcxspFEMHJS7832dM/feCQf COEXUFms3xp/A== Received: by paulmck-ThinkPad-P17-Gen-1.home (Postfix, from userid 1000) id 0C3EFCE1B88; Sat, 3 Jun 2023 15:12:00 -0700 (PDT) Date: Sat, 3 Jun 2023 15:12:00 -0700 From: "Paul E. McKenney" To: Davidlohr Bueso Cc: John Stultz , LKML , Dietmar Eggemann , Josh Triplett , Joel Fernandes , Juri Lelli , Valentin Schneider , kernel-team@android.com Subject: Re: [PATCH 2/2] torture: Add lock_torture_writer_fifo module param Message-ID: Reply-To: paulmck@kernel.org References: <20230602220221.600774-1-jstultz@google.com> <20230602220221.600774-2-jstultz@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jun 03, 2023 at 10:34:14AM -0700, Davidlohr Bueso wrote: > On Sat, 03 Jun 2023, Paul E. McKenney wrote: > > > On Fri, Jun 02, 2023 at 10:02:10PM +0000, John Stultz wrote: > > > From: Dietmar Eggemann > > > > > > Modifies locktorture writer to run as RT task. > > > > > > To use it: > > > insmod /lib/modules/torture.ko random_shuffle=1 lock_torture_writer_fifo=1 > > > ^^^^^^^^^^^^^^^^^^^^^^^^^^ > > > insmod /lib/modules/locktorture.ko torture_type=mutex_lock rt_boost=1 rt_boost_factor=50 nested_locks=3 > > > > > > This patch has been helpful to uncover issues with the proxy-execution > > > seires. > > > > > > Cc: Davidlohr Bueso > > > Cc: "Paul E. McKenney" > > > Cc: Josh Triplett > > > Cc: Joel Fernandes > > > Cc: Juri Lelli > > > Cc: Valentin Schneider > > > Cc: Dietmar Eggemann > > > Cc: kernel-team@android.com > > > Signed-off-by: Dietmar Eggemann > > > [jstultz: Include header change to build, reword commit message] > > > Signed-off-by: John Stultz > > > > Queued and pushed, thank you all! > > Both look good to me. Feel free to add my: > > Acked-by: Davidlohr Bueso Thank you! I will apply this on my next rebase. Thanx, Paul