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.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, 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 B0FEEC3A5A1 for ; Wed, 28 Aug 2019 19:45:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8A728217F5 for ; Wed, 28 Aug 2019 19:45:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726881AbfH1Tp1 (ORCPT ); Wed, 28 Aug 2019 15:45:27 -0400 Received: from mga07.intel.com ([134.134.136.100]:27152 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726658AbfH1Tp1 (ORCPT ); Wed, 28 Aug 2019 15:45:27 -0400 X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Aug 2019 12:45:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,442,1559545200"; d="scan'208";a="171657460" Received: from otc-nc-03.jf.intel.com (HELO otc-nc-03) ([10.54.39.145]) by orsmga007.jf.intel.com with ESMTP; 28 Aug 2019 12:45:26 -0700 Date: Wed, 28 Aug 2019 12:45:26 -0700 From: "Raj, Ashok" To: Borislav Petkov Cc: Mihai Carabas , linux-kernel@vger.kernel.org, boris.ostrovsky@oracle.com, konrad.wilk@oracle.com, patrick.colp@oracle.com, kanth.ghatraju@oracle.com, Jon.Grimm@amd.com, Thomas.Lendacky@amd.com, Ashok Raj Subject: Re: [PATCH 1/2] x86/microcode: Update late microcode in parallel Message-ID: <20190828194526.GA4842@otc-nc-03> References: <1566506627-16536-1-git-send-email-mihai.carabas@oracle.com> <1566506627-16536-2-git-send-email-mihai.carabas@oracle.com> <20190824085156.GA16813@zn.tnic> <20190824085300.GB16813@zn.tnic> <20190826202339.GA49895@otc-nc-03> <20190827122501.GD29752@zn.tnic> <20190828005630.GB47494@otc-nc-03> <20190828191331.GN4920@zn.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190828191331.GN4920@zn.tnic> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 28, 2019 at 09:13:31PM +0200, Borislav Petkov wrote: > On Tue, Aug 27, 2019 at 05:56:30PM -0700, Raj, Ashok wrote: > > > "Cloud customers have expressed discontent as services disappear for > > > a prolonged time. The restriction is that only one core (or only one > > > thread of a core in the case of an SMT system) goes through the update > > > while other cores (or respectively, SMT threads) are quiesced." > > > > the last line seems to imply that only one core can be updated at a time. > > Only one core *is* being updated at a time now, before the parallel > loading patch. Look at the code. I'm talking about what the code does, > not what the requirement is. Crystal :-) > > Maybe it should not say "restriction" above but the sentence should > start with: "Currently, only one core... " That will help clear things up.. > > -- > Regards/Gruss, > Boris. > > Good mailing practices for 400: avoid top-posting and trim the reply.