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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 0FF1DC47409 for ; Thu, 2 Jan 2020 12:29:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D1DA121734 for ; Thu, 2 Jan 2020 12:29:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1577968165; bh=w2h6IzGBxFHGT8VxAkZ7z5H8MUD1aK0pCsKBpDyQVEU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=zZc/RvmFO5GR98kQx5YDCJ3/5hXh6Hlnl5f1ZpvR4cZAHTexAg5oWhJGkMQPvdljH AtUmXiOXR0a4WVkk5ekJRuW3pW+OLeqfiU3NkPqslVOPRk2P/aYvOD3qDG44Fj8QID eQC2uObkY0z1euYjsC27xHOU3FYEWgPTpVfMF8mE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728313AbgABM3Z (ORCPT ); Thu, 2 Jan 2020 07:29:25 -0500 Received: from mail.kernel.org ([198.145.29.99]:37248 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728308AbgABM3Z (ORCPT ); Thu, 2 Jan 2020 07:29:25 -0500 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (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 755DC215A4; Thu, 2 Jan 2020 12:29:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1577968164; bh=w2h6IzGBxFHGT8VxAkZ7z5H8MUD1aK0pCsKBpDyQVEU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=v8R6hrTYV7zKy9y9FQ0uky+Ml2jsi7jAAcXuJnN+R8zkttT1oAdPp+VvBvPLNkVNq BoAt6SD4tR5/bA0jCqMdHXQspk3OO9TBn2fTZSkOhrDf5EWB+A40m2nuZc0Nh25Pxd yy3nFLdmpTzRszschYYiiQ/NU4rmT9Z6K305Qq1w= Date: Thu, 2 Jan 2020 07:29:23 -0500 From: Sasha Levin To: Borislav Petkov Cc: gregkh@linuxfoundation.org, jschoenh@amazon.de, Yazen.Ghannam@amd.com, hpa@zytor.com, linux-edac@vger.kernel.org, mingo@kernel.org, stable@vger.kernel.org, tglx@linutronix.de, tony.luck@intel.com, x86@kernel.org Subject: Re: FAILED: patch "[PATCH] x86/mce: Fix possibly incorrect severity calculation on AMD" failed to apply to 4.19-stable tree Message-ID: <20200102122923.GJ16372@sasha-vm> References: <157763491612458@kroah.com> <20191230155621.GA30811@zn.tnic> <20200102011411.GF16372@sasha-vm> <20200102091133.GA22772@zn.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20200102091133.GA22772@zn.tnic> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Jan 02, 2020 at 10:11:34AM +0100, Borislav Petkov wrote: >On Wed, Jan 01, 2020 at 08:14:11PM -0500, Sasha Levin wrote: >> On Mon, Dec 30, 2019 at 04:56:21PM +0100, Borislav Petkov wrote: >> > On Sun, Dec 29, 2019 at 04:55:16PM +0100, gregkh@linuxfoundation.org wrote: >> > > The patch below does not apply to the 4.19-stable tree. >> > > If someone wants it applied there, or to any other stable or longterm >> > > tree, then please email the backport, including the original git commit >> > > id to . >> > >> > Here's a backport for all 4.x stable series. It only needed a >> > file-rename. >> >> This ended up getting picked up by AUTOSEL which did the right thing >> with regards to filename changes as confirmed with the provided >> backport, thank you :) > >Can Greg find out whether AUTOSEL did the right thing and then if so, not >send those mails? Not really as he usually picks up stable tagged patches way before AUTOSEL even looks at them, I think it just happened like this this time because of crazy holiday schedules. -- Thanks, Sasha