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=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,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 5ED91C3F68F for ; Fri, 14 Feb 2020 21:17:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 21A0024677 for ; Fri, 14 Feb 2020 21:17:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1581715023; bh=BfealBM6LSQ9+L9BIzxBQnxqU7jdKmkvRz0UMK4kwHM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=nP9bv6k+/8qBeJEF2iWsdQhZs2cUs2L4dr4h/7QY+6Z2//b/+AwuJnNso2ukksRwy ih5JTU4DRJJI+I5iPdFbQq2X/SyayGB/X820nkuUdb3sx8g7MvewmRCRB1D6AIyVf1 nOJ190+Azx4lhEGGZJ83nGM/BckEzS4Mlq2iU3rQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389147AbgBNVRC (ORCPT ); Fri, 14 Feb 2020 16:17:02 -0500 Received: from mail.kernel.org ([198.145.29.99]:50868 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728123AbgBNVRC (ORCPT ); Fri, 14 Feb 2020 16:17:02 -0500 Received: from localhost (unknown [65.119.211.164]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8C2ED217F4; Fri, 14 Feb 2020 21:17:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1581715021; bh=BfealBM6LSQ9+L9BIzxBQnxqU7jdKmkvRz0UMK4kwHM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=zWX5D07Gb1jxpv4IXJ4BPqyHcvICOiP0zEImHLneuFL57tCUH73/fPJWhej4DucYg awalMAyOeCGpAcneB5unXDDY9Iljyv7abKcEfPLFBwj5kS/JPg8wlydlMu2IGXpiWu m3bJ+oCh4U293zdo/P2kRMjm7IWGxipSuRGgniU0= Date: Fri, 14 Feb 2020 15:41:56 -0500 From: Greg KH To: Thomas Gleixner Cc: Borislav Petkov , stable@vger.kernel.org, X86 ML , Yazen Ghannam , LKML Subject: Re: [PATCH] x86/mce/amd: Fix kobject lifetime Message-ID: <20200214204156.GA4086224@kroah.com> References: <20200214082801.13836-1-bp@alien8.de> <20200214083230.GA13395@zn.tnic> <20200214151727.GA3959278@kroah.com> <20200214201143.GQ13395@zn.tnic> <87a75kud8o.fsf@nanos.tec.linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87a75kud8o.fsf@nanos.tec.linutronix.de> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 14, 2020 at 09:26:31PM +0100, Thomas Gleixner wrote: > 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. Exactly :)