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 X-Spam-Level: X-Spam-Status: No, score=-11.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6F961C432BE for ; Mon, 30 Aug 2021 20:23:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4517160F5B for ; Mon, 30 Aug 2021 20:23:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235295AbhH3UYF (ORCPT ); Mon, 30 Aug 2021 16:24:05 -0400 Received: from mail.kernel.org ([198.145.29.99]:53102 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233129AbhH3UYE (ORCPT ); Mon, 30 Aug 2021 16:24:04 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 65B9460240; Mon, 30 Aug 2021 20:23:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1630354990; bh=tn3qgzyY5hPJkn4IIVN5SAwUHdjKS1rYEATcvTAHc2Y=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:From; b=q5xtsCTIUdFm8S1L9ZIUuu72RJMsGfHWl0/i378RewZigtMXy27H6RjIFxgA+mTWj YXJqzPkkuBtgwSeH/q+adJ2B4mgnNTIVFi56+W9Ww82X/HSK7VJLN24pzZGb7jllN9 0OLKHyS4mFCtFBOBF5DA+3szQa8B83TCdV5MSkUW+kKfaZlj3dvLB7MyXqyEooSw/h fy18+FExj8WHppxiMToIatQ5YQYLTquadrmv7ase6RqP68UqPJmB6ZEzlcd1LGNNvm tcAAgtI47SuweI/7xeUKU9OTmHL9n0NBU+j5xY0P2yBh/zFwtV1LYzwbVGElNCIbKL FaIdzAYoax85Q== Received: by paulmck-ThinkPad-P17-Gen-1.home (Postfix, from userid 1000) id 3636D5C0566; Mon, 30 Aug 2021 13:23:10 -0700 (PDT) Date: Mon, 30 Aug 2021 13:23:10 -0700 From: "Paul E. McKenney" To: Linus Torvalds Cc: Ingo Molnar , Linux Kernel Mailing List , Thomas Gleixner , Akira Yokosawa , Bhaskar Chowdhury , Frederic Weisbecker , xiehaocheng.cn@gmail.com, jiangong.han@windriver.com, Joel Fernandes , jwi@linux.ibm.com, fishland@aliyun.com, Mark Brown , Willy Tarreau , Sebastian Andrzej Siewior , Sergey Senozhatsky , yanfei.xu@windriver.com, zhouzhouyi@gmail.com Subject: Re: [GIT PULL] RCU changes for v5.15 Message-ID: <20210830202310.GY4156@paulmck-ThinkPad-P17-Gen-1> Reply-To: paulmck@kernel.org References: <20210830041459.GA3067667@paulmck-ThinkPad-P17-Gen-1> 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 Mon, Aug 30, 2021 at 12:54:19PM -0700, Linus Torvalds wrote: > On Sun, Aug 29, 2021 at 9:15 PM Paul E. McKenney wrote: > > > > Please pull the latest RCU git tree from: > > Pulled. > > I do note that you are one of the few people I pull from that haven't > converted to signed tags yet. > > It's not technically a problem, since I trust the kernel.org > repositories, but when I notice I try to gently push people to use > signed tags even on kernel.org repositories. It's just a good idea. > > So here's that gentle nudge. > > I even have an old pgp key from you in my keyring, so I know you at > some point had one. And making git use them really is not a log more > than using "git tag -s" to create one, and pointing me at the tag > instead of the branch name. Very well, I will use a signed tag for my next pull request to you. If you would like to check ahead of time, I have created a signed test tag named test.2021.08.30a on git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git Thanx, Paul