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 E64E219938D; Thu, 25 Jul 2024 12:12:48 +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=1721909569; cv=none; b=oovLI6qdGdLjSxOx/LrrIH+IXPVtzAAQKDBMuznmMHwEa+w/Dm8WP6+C8FVcbELjO1uqBK8KCEOS0ylPUqqG3gdK+hKIpxoslPiBX4YMZDZMD7sEhlxJbPg+UbYUIRGFbxQa9sa3ka9W/Kybk/lZ/W4YYhzWlHKdwJIVdw/xhuc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721909569; c=relaxed/simple; bh=SvCZIbU8mvxMu+WBqkw9ZKqT51Wm9YdZ3pVAHRKa8q0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=CKqIpLokP38JxI2og3E+SBrv8pp+VlSGfYRmMftiryvvKRS5quub46NRiSzDpUY73Ekf3D9pf4x4fHna7C29OUFLUboohWIzsD8++2u0SGo+R431RbYaO5CbqvFLP3w5EyX97moxHGYnY9Za8UPLsHfxaoVYdtMhh4WgDTqO/sc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=SrCzP5Mk; 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="SrCzP5Mk" Received: by smtp.kernel.org (Postfix) with ESMTPSA id F2C27C116B1; Thu, 25 Jul 2024 12:12:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1721909568; bh=SvCZIbU8mvxMu+WBqkw9ZKqT51Wm9YdZ3pVAHRKa8q0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=SrCzP5MkowpQuUmoteQtAweEDOkTmEjmdgTaxp+l0JlL6b/3OqfZXP7eDeJacnjEp YYGSMyI/OYWGYiRZYF8XueViPEd8SIoglUtnxangEE1FOFDVExgwpishwk7GwsgbkG gMTcNAc1IUlrh4s7x9z0ubzyc1Xk1+hgyPGRzFj6HcSIBNnwcML0fp2Hrb3lzztmz7 5364FdN52vyamT2CHNkws5h5gMe5/TXWDoB3F6ZIum0h3/CQJ+3gn51Xuz5fHKeiEZ /OzJQr+KQT620RA5J7rQgQgsqSbF5k3mcC4AHP6LyikB50iNrtZ0ZSLm+Xburc8akx L5/bEdZqG4JCg== Date: Thu, 25 Jul 2024 14:12:45 +0200 From: Frederic Weisbecker To: Valentin Schneider Cc: rcu@vger.kernel.org, linux-kernel@vger.kernel.org, "Paul E. McKenney" , Peter Zijlstra , Neeraj Upadhyay , Joel Fernandes , Josh Triplett , Boqun Feng , Steven Rostedt , Mathieu Desnoyers , Lai Jiangshan , Zqiang Subject: Re: [PATCH v3 15/25] rcu: Rename rcu_dynticks_eqs_online() into rcu_watching_online() Message-ID: References: <20240724144325.3307148-1-vschneid@redhat.com> <20240724144325.3307148-16-vschneid@redhat.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20240724144325.3307148-16-vschneid@redhat.com> Le Wed, Jul 24, 2024 at 04:43:15PM +0200, Valentin Schneider a écrit : > The context_tracking.state RCU_DYNTICKS subvariable has been renamed to > RCU_WATCHING, reflect that change in the related helpers. > > Signed-off-by: Valentin Schneider Reviewed-by: Frederic Weisbecker