From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1427691AbcBSLgz (ORCPT ); Fri, 19 Feb 2016 06:36:55 -0500 Received: from mail.skyhub.de ([78.46.96.112]:35653 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1426675AbcBSLgy (ORCPT ); Fri, 19 Feb 2016 06:36:54 -0500 Date: Fri, 19 Feb 2016 12:36:50 +0100 From: Borislav Petkov To: Andy Shevchenko Cc: Boris Ostrovsky , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , "x86@kernel.org" , "linux-kernel@vger.kernel.org" , david.vrabel@citrix.com, Konrad Rzeszutek Wilk , xen-devel@lists.xenproject.org Subject: Re: [PATCH] x86, microcode: Remove unnecessary paravirt_enabled check Message-ID: <20160219113650.GE8918@pd.tnic> References: <1455203598-14378-1-git-send-email-boris.ostrovsky@oracle.com> <20160219101822.GA8918@pd.tnic> <20160219104642.GB8918@pd.tnic> <20160219111017.GC8918@pd.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 19, 2016 at 01:21:10PM +0200, Andy Shevchenko wrote: > Heh, rebuilt on clean repository -> everything works. Looks like false > alarm and practical proof to do clean build first. Always, like *really* *always*, do $ make mrproper or even $ git clean -dqfx before testing kernels. I've learned that the hard way and it seems you just did too. :) Btw, be careful with that git clean command - it kills *everything*. I do "git clean -dnx" just in case before doing the "-f" thing. -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply.