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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 66C0CC7618A for ; Mon, 20 Mar 2023 13:13:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230343AbjCTNNL (ORCPT ); Mon, 20 Mar 2023 09:13:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36372 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231508AbjCTNNF (ORCPT ); Mon, 20 Mar 2023 09:13:05 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3036559C9 for ; Mon, 20 Mar 2023 06:13:04 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id E001BB80D5D for ; Mon, 20 Mar 2023 13:13:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 542EEC433EF; Mon, 20 Mar 2023 13:13:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1679317981; bh=nrbWlCxJvFS1/77q21NViPL/FvUhle05+wOwcoU6+K4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sX2RtMZEl43o5ETbXaKhpMRT+gPgOP9osZkghZzBwX5Lpzwuya9EkEbytfWLRH5XW WTwUmvpRoXPQTntO5zkZiz5VSXSDexLpqDX+mGagSEqcQ8TCLVDtLRqHhCKXO9FWyp Ka+oH7WJu7ZA3SZvEsrGxR/9CN6oBOLTtNxe2vZA= Date: Mon, 20 Mar 2023 14:12:59 +0100 From: Greg Kroah-Hartman To: Ben Hutchings Cc: "Borislav Petkov (AMD)" , patches@lists.linux.dev, stable Subject: Re: [PATCH 4.19 161/252] x86/microcode/amd: Remove load_microcode_amd()s bsp parameter Message-ID: References: <20230310133718.803482157@linuxfoundation.org> <20230310133723.713256658@linuxfoundation.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: stable@vger.kernel.org On Sat, Mar 18, 2023 at 02:49:53AM +0100, Ben Hutchings wrote: > On Fri, 2023-03-10 at 14:38 +0100, Greg Kroah-Hartman wrote: > > From: Borislav Petkov (AMD) > > > > commit 2355370cd941cbb20882cc3f34460f9f2b8f9a18 upstream. > > > > It is always the BSP. > > > > No functional changes. > > > > Does this not depend on commit 2071c0aeda22 "x86/microcode: Simplify > init path even more"? That hasn't been backported to any stable > branches. It didn't seem to need it to at least build properly. And it doesn't apply to the stable branches, so are you sure it's needed? thanks, greg k-h