From: Borislav Petkov <bp@alien8.de>
To: Ashok Raj <ashok.raj@intel.com>
Cc: X86 ML <x86@kernel.org>, LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH 0/3] x86/microcode: Add a microcode loader callback
Date: Fri, 16 Feb 2018 12:26:37 +0100 [thread overview]
Message-ID: <20180216112640.11554-1-bp@alien8.de> (raw)
From: Borislav Petkov <bp@suse.de>
Add a callback which the microcode loader calls after microcode has been
upgraded late to let the user know that any CPUID changes potentially
won't take effect.
One possible example for this is that late loading happens after
alternatives have run and thus patching which relies on those new CPUID
features won't happen.
@Ashok: I haven't added your tags yet because I did a small change to
run the callback only when no error has been encountered during loading.
Please run them on your setup to confirm everything's still fine.
Thanks.
Borislav Petkov (3):
x86/microcode: Propagate return value from updating functions
x86/CPU: Add a microcode loader callback
x86/CPU: Check CPU feature bits after microcode upgrade
arch/x86/include/asm/microcode.h | 9 ++++++--
arch/x86/include/asm/processor.h | 1 +
arch/x86/kernel/cpu/common.c | 30 +++++++++++++++++++++++++++
arch/x86/kernel/cpu/microcode/amd.c | 10 ++++-----
arch/x86/kernel/cpu/microcode/core.c | 39 ++++++++++++++++++++---------------
arch/x86/kernel/cpu/microcode/intel.c | 10 ++++-----
6 files changed, 70 insertions(+), 29 deletions(-)
--
2.13.0
next reply other threads:[~2018-02-16 11:26 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-16 11:26 Borislav Petkov [this message]
2018-02-16 11:26 ` [PATCH 1/3] x86/microcode: Propagate return value from updating functions Borislav Petkov
2018-02-17 10:12 ` [tip:x86/pti] " tip-bot for Borislav Petkov
2018-02-16 11:26 ` [PATCH 2/3] x86/CPU: Add a microcode loader callback Borislav Petkov
2018-02-17 10:12 ` [tip:x86/pti] " tip-bot for Borislav Petkov
2018-02-17 13:07 ` [PATCH 2/3] " Raj, Ashok
2018-02-17 13:28 ` Borislav Petkov
2018-02-17 17:06 ` Raj, Ashok
2018-02-16 11:26 ` [PATCH 3/3] x86/CPU: Check CPU feature bits after microcode upgrade Borislav Petkov
2018-02-17 10:13 ` [tip:x86/pti] " tip-bot for Borislav Petkov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180216112640.11554-1-bp@alien8.de \
--to=bp@alien8.de \
--cc=ashok.raj@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=x86@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome