From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756956Ab2LNSQt (ORCPT ); Fri, 14 Dec 2012 13:16:49 -0500 Received: from mga01.intel.com ([192.55.52.88]:11390 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756858Ab2LNSQq (ORCPT ); Fri, 14 Dec 2012 13:16:46 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.84,282,1355126400"; d="scan'208";a="264107452" Message-ID: <50CB6D0D.4080001@linux.intel.com> Date: Fri, 14 Dec 2012 10:16:45 -0800 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Yinghai Lu CC: "H. Peter Anvin" , Borislav Petkov , "Yu, Fenghua" , "mingo@kernel.org" , "linux-kernel@vger.kernel.org" , "tglx@linutronix.de" , "linux-tip-commits@vger.kernel.org" , Konrad Rzeszutek Wilk , Stefano Stabellini Subject: Re: [tip:x86/microcode] x86/microcode_intel_early.c: Early update ucode on Intel's CPU References: <20121211170605.GD28827@liondog.tnic> <50C76F9E.4080001@zytor.com> <50C7C859.60405@zytor.com> <50C82ABF.3020907@zytor.com> <20121212133853.GC8760@liondog.tnic> <50C963B1.3040609@zytor.com> <50C96717.3020407@zytor.com> <20121213191317.GE31485@liondog.tnic> <50CA4A7A.10104@zytor.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/14/2012 01:11 AM, Yinghai Lu wrote: > > attached works on kvm local, but SMP does not work yet. > SMP should be easy... it is probably just a matter of getting through the trampoline sequence properly. I will look at this shortly. -hpa