Re: [PATCH] arch/x86/kernel/cpu/microcode/intel: don't store initrd's start
From: Borislav Petkov
Date: Mon Jul 25 2016 - 14:19:27 EST
On Mon, Jul 25, 2016 at 07:44:10PM +0200, Nicolai Stange wrote:
> Boots fine and updates microcode (as always, on top of next-20160722).
Thanks!
> Now that you've got basically the same #ifdefery
Are you saying one #ifdef in my version is the same as at least 7 #if*
lines in yours?
Jeez.
> and if(->valid)'s in your final result as I did,
Your get_ucode_offset() thing is called three times. That function is
also ugly as it gets a bool just to test it and return early if it is
false.
I have the valid test only once for the builtin case.
> may I ask whether you would still consider it as being simpler?
You're joking, right?
Your diffstat:
1 file changed, 44 insertions(+), 21 deletions(-)
My diffstat:
1 file changed, 14 insertions(+), 2 deletions(-)
Along with the reasons above.
> In particular, what's the point of having that ->start if it's
> redundant and has to be corrected in a more or less hackish way
> anyway?
You must be kidding right? Yours returns start too. Let me break it to
ya: we need start.
And now let me break to you the ultimate reason why: the less
intrusive/big/complex the patch, the less problems I have. Because next
time the microcode loader breaks, it won't be *you* picking up the
pieces.
Got that?
--
Regards/Gruss,
Boris.
ECO tip #101: Trim your mails when you reply.
--