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 57D7DC71153 for ; Mon, 28 Aug 2023 09:57:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230242AbjH1J5Q (ORCPT ); Mon, 28 Aug 2023 05:57:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37992 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230240AbjH1J4v (ORCPT ); Mon, 28 Aug 2023 05:56:51 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 71F1010C; Mon, 28 Aug 2023 02:56:49 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 04B156362B; Mon, 28 Aug 2023 09:56:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D7562C433C7; Mon, 28 Aug 2023 09:56:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1693216608; bh=n3ZveLCRiywPM51R3UgAxLkq2oP2wEOsDu10F1AptNA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JNLHP+peq8UXHf72xcyBxH4HegIk/sP6rv57/7Opan+gvE4Or3ydfBSwPLVxN0Zf8 Rt0CCHHaW0aZsoHKtXJVIOsjzuZaTyRGXEiDYltL/WzfGxRPrQ7Hm149KkGX57uDDn +lkKhnNOL4TdS3hKKD4gg7Tq+9FpzZUpRAIR1c1M= Date: Mon, 28 Aug 2023 11:56:40 +0200 From: Greg KH To: Joel Fernandes Cc: stable@vger.kernel.org, "Paul E. McKenney" , Josh Triplett , Steven Rostedt , Mathieu Desnoyers , Lai Jiangshan , Shuah Khan , rcu@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 5.15 1/2] torture: Avoid torture-test reboot loops Message-ID: <2023082815-job-hull-9b54@gregkh> References: <20230827215741.246948-1-joel@joelfernandes.org> <2023082812-pampers-uptown-69a2@gregkh> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Aug 27, 2023 at 06:31:55PM -0400, Joel Fernandes wrote: > On Sun, Aug 27, 2023 at 6:27 PM Greg KH wrote: > > > > On Sun, Aug 27, 2023 at 09:57:39PM +0000, Joel Fernandes (Google) wrote: > > > From: "Paul E. McKenney" > > > > > > [ Upstream commit 10f84c2cfb5045e37d78cb5d4c8e8321e06ae18f ] > > > > I don't see this commit in Linus's tree, am I just missing it somewhere? > > > > Ah, this particular patch might not be in Linus's tree yet. It is in > Paul's tree. Feel free to ignore it for now if you want and I'll > resend it later (and likewise for the 5.10 one). Yeah, please just send it later, once it has landed in a -rc release otherwise there's nothing we can do with it now, sorry. thanks, greg k-h