From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:54164 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732268AbeGaRWi (ORCPT ); Tue, 31 Jul 2018 13:22:38 -0400 Date: Tue, 31 Jul 2018 17:41:40 +0200 From: Greg KH To: Filippo Sironi Cc: bp@alien8.de, prarit@redhat.com, linux-kernel@vger.kernel.org, linux-edac@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH] x86/microcode: Don't duplicate code to update ucode cpu info and cpu info Message-ID: <20180731154140.GA15243@kroah.com> References: <1533050970-14385-1-git-send-email-sironi@amazon.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1533050970-14385-1-git-send-email-sironi@amazon.de> Sender: stable-owner@vger.kernel.org List-ID: On Tue, Jul 31, 2018 at 05:29:30PM +0200, Filippo Sironi wrote: > ... on late microcode loading when handling a CPU that's already been > updated and a CPU that's yet to be updated. > > Signed-off-by: Filippo Sironi > --- > arch/x86/kernel/cpu/microcode/amd.c | 15 +++++++++------ > arch/x86/kernel/cpu/microcode/intel.c | 10 ++++++---- > 2 files changed, 15 insertions(+), 10 deletions(-) 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.