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 366D0CE79A9 for ; Tue, 19 Sep 2023 17:35:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232093AbjISRfc (ORCPT ); Tue, 19 Sep 2023 13:35:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55630 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232113AbjISRfa (ORCPT ); Tue, 19 Sep 2023 13:35:30 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 10948D7 for ; Tue, 19 Sep 2023 10:35:24 -0700 (PDT) From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1695144922; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ep6P+kC61GSAMlGCWc9dKATlsMMFrwbwQ9dmRUHihJ0=; b=HQdcMcB/p/2G9z6frvETjilEw47A/Gxx6U+j/mSh5bkgYD99xcFOv5WAxvjjOq0ZKZUbqH 4eLjKrpk/g4eufz46II9a9KfAcC38OqBRVsYfHq4asf7jFN4GPB2/5TzORvIgwTDBvEPHb 8ODg735Tl9/0byVAFu+yaq7b2b930znId7VNHhCrjpOBVPQo2oYaDQjf/6FO5cvn6ORCtV 10G0XwBr2woZYnl9IXkvqT11CiMrVoFnF6vVwOyb23vCED/oCqyMS4VWRK45utCmYtwE3b z1mVvwk7iQBwHcs3tfwonNYokaMantKf/Xz81bCLHnoTwzdlDgliBqJj0jCZkA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1695144922; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ep6P+kC61GSAMlGCWc9dKATlsMMFrwbwQ9dmRUHihJ0=; b=b5T7r4c9bbTDBiSyGNADFvi/9XH7dIQUY+mqcMGXgkfEo9AVW6ePiU+TFwALcwS4su0jrp PCGmSBsLWBsyuGAg== To: Borislav Petkov Cc: LKML , x86@kernel.org, "Chang S. Bae" , Arjan van de Ven , Nikolay Borisov Subject: Re: [patch V3 07/30] x86/microcode/intel: Simplify early loading In-Reply-To: <871qeuw6q5.ffs@tglx> References: <20230912065249.695681286@linutronix.de> <20230912065501.208060138@linutronix.de> <20230919143230.GDZQmw/kLc5nyu9CZV@fat_crate.local> <871qeuw6q5.ffs@tglx> Date: Tue, 19 Sep 2023 19:35:22 +0200 Message-ID: <87sf7aukv9.ffs@tglx> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 19 2023 at 16:57, Thomas Gleixner wrote: > On Tue, Sep 19 2023 at 16:32, Borislav Petkov wrote: >> On Tue, Sep 12, 2023 at 09:57:54AM +0200, Thomas Gleixner wrote: >>> +/* Load microcode on BSP from CPIO */ >> >> Yeah, no need to say "from CPIO" everywhere. We load it from somewhere, >> it can be cpio but it can be builtin too. > > Makes sense. > >> But I can fix up too when applying. > > Thanks a lot! Let me fix that up and repost as the removal of the early argument in patch 1/N causes a metric ton of conflicts all over the series. Thanks, tglx