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=-16.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,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 D937BC433DB for ; Sun, 10 Jan 2021 11:00:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 91E1222D75 for ; Sun, 10 Jan 2021 11:00:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726482AbhAJK75 (ORCPT ); Sun, 10 Jan 2021 05:59:57 -0500 Received: from mail.kernel.org ([198.145.29.99]:43786 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726434AbhAJK74 (ORCPT ); Sun, 10 Jan 2021 05:59:56 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 908A023B28; Sun, 10 Jan 2021 10:59:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1610276349; bh=m1/qjHW7YEW9Myks3uqNedgTmWTqLdt8G6Pyn5TdNu4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uzKfYXZ9nd1s5rMtiJdnyAJ650G/z1k8fMp06QyF1xD3bbfl1aW/Ub8Dgc1gyn+WM QYKDmxis3lqwYS/ovixQ+F9WDBfrH7ZTZ7335GrHJfTCGmvYKUXi8rwYv8jJZc203z mJi5FaPu7kVhn1Qti3Kvtm72sewqnMA8SBSTl2B2UHW65dIMnBY1H1mEEKzLmd7kdn RknqtbUs0SwI0SYpS9ZpkBKVPWv+KDpL8l8gohWcM0VC9IpakIVKHF98/wvgTuRUu9 LTk4qqAaayw9TMjNxXj5q1yVWT+7yUGJMbWkbW89aX1r/bOncPUzVBJ1ta04RoOyOQ Sf6iAtYMYTlFA== Date: Sun, 10 Jan 2021 11:59:06 +0100 From: Frederic Weisbecker To: Greg KH Cc: Peter Zijlstra , "Paul E . McKenney" , LKML , "Rafael J . Wysocki" , Ingo Molnar , Thomas Gleixner , stable@vger.kernel.org Subject: Re: [RFC PATCH 1/8] rcu: Remove superfluous rdp fetch Message-ID: <20210110105906.GB204287@lothringen> References: <20210109020536.127953-1-frederic@kernel.org> <20210109020536.127953-2-frederic@kernel.org> 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, Jan 09, 2021 at 10:03:33AM +0100, Greg KH wrote: > On Sat, Jan 09, 2021 at 03:05:29AM +0100, Frederic Weisbecker wrote: > > Signed-off-by: Frederic Weisbecker > > Cc: Paul E. McKenney > > Cc: Rafael J. Wysocki > > Cc: Peter Zijlstra > > Cc: Thomas Gleixner > > Cc: Ingo Molnar > > --- > > kernel/rcu/tree.c | 1 - > > 1 file changed, 1 deletion(-) > > I know I will not take patches without any changelog comments, maybe > other maintainers are more lax. Please write something real. I must admit I've been lazy. Also I shoudn't have Cc'ed stable on this one. Only a few commits are tagged for stable in this set. I'll fix that on the next round. Thanks! > > And as for sending this to stable@vger, here's my form letter: > > > > This is not the correct way to submit patches for inclusion in the > stable kernel tree. Please read: > https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html > for how to do this properly. > >