Re: [PATCH] x86, microcode: Remove unnecessary paravirt_enabled check

From: Borislav Petkov
Date: Fri Feb 19 2016 - 06:36:59 EST


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.