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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 BC822C3F68F for ; Fri, 14 Feb 2020 20:26:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 91FF6222C4 for ; Fri, 14 Feb 2020 20:26:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730003AbgBNU0h (ORCPT ); Fri, 14 Feb 2020 15:26:37 -0500 Received: from Galois.linutronix.de ([193.142.43.55]:56203 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726191AbgBNU0g (ORCPT ); Fri, 14 Feb 2020 15:26:36 -0500 Received: from p5b06da22.dip0.t-ipconnect.de ([91.6.218.34] helo=nanos.tec.linutronix.de) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1j2hXk-0006Sl-6d; Fri, 14 Feb 2020 21:26:32 +0100 Received: by nanos.tec.linutronix.de (Postfix, from userid 1000) id ADC2F101304; Fri, 14 Feb 2020 21:26:31 +0100 (CET) From: Thomas Gleixner To: Borislav Petkov , Greg KH Cc: stable@vger.kernel.org, X86 ML , Yazen Ghannam , LKML Subject: Re: [PATCH] x86/mce/amd: Fix kobject lifetime In-Reply-To: <20200214201143.GQ13395@zn.tnic> References: <20200214082801.13836-1-bp@alien8.de> <20200214083230.GA13395@zn.tnic> <20200214151727.GA3959278@kroah.com> <20200214201143.GQ13395@zn.tnic> Date: Fri, 14 Feb 2020 21:26:31 +0100 Message-ID: <87a75kud8o.fsf@nanos.tec.linutronix.de> MIME-Version: 1.0 Content-Type: text/plain X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Borislav Petkov writes: > On Fri, Feb 14, 2020 at 07:17:27AM -0800, Greg KH wrote: >> Does not bother me at all, it's fine to see stuff come by that will end >> up in future trees, it's not noise at all. So no need to suppress >> stable@vger if you don't want to. > > Ok, but what about your formletter which you send to people explaining > this is not how you should send a patch to stable? > > Like this, for example: > > https://lkml.kernel.org/r/20200116100925.GA157179@kroah.com This once Cc'ed stable but lacked a Cc: stable tag in the changelog. Thanks, tglx