Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1554246
| From | Borislav Petkov <bp@alien8.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/5] x86/microcode: More urgent fixes |
| Date | 2017-01-09 12:50 +0100 |
| Message-ID | <sXGCC-3EW-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Borislav Petkov <bp@suse.de>
Hi guys,
here are fixes for three more issues with the microcode loader. First
one is culminating in adding an intel_get_microcode_revision() helper
which does the proper steps to get the current microcode revision on
an Intel CPU and should be used everywhere instead of opencoding (and
forgetting) to do a CPUID(1).
The other two are fixes for 06b8534cb728 ("x86/microcode: Rework
microcode loading") which slipped through my testing.
All this is for 4.10 only as it fixes fallout from stuff which went in
this merge window.
Please apply,
thanks.
Borislav Petkov (3):
x86/CPU: Add native CPUID variants returning a single datum
x86/microcode: Use native CPUID to tickle out microcode revision
x86/microcode/intel: Add a helper which gives the microcode revision
Junichi Nomura (2):
x86/microcode/intel: Fix allocation size of struct ucode_patch
x86/microcode/intel: Use correct buffer size for saving microcode data
arch/x86/include/asm/microcode_intel.h | 15 ++++++++
arch/x86/include/asm/processor.h | 18 +++++++++
arch/x86/kernel/cpu/intel.c | 11 ++----
arch/x86/kernel/cpu/microcode/intel.c | 70 +++++++++-------------------------
4 files changed, 53 insertions(+), 61 deletions(-)
--
2.11.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/5] x86/microcode: More urgent fixes Borislav Petkov <bp@alien8.de> - 2017-01-09 12:50 +0100
[PATCH 1/5] x86/CPU: Add native CPUID variants returning a single datum Borislav Petkov <bp@alien8.de> - 2017-01-09 12:50 +0100
[tip:x86/urgent] x86/CPU: Add native CPUID variants returning a single datum tip-bot for Borislav Petkov <tipbot@zytor.com> - 2017-01-09 23:20 +0100
Re: [tip:x86/urgent] x86/CPU: Add native CPUID variants returning a single datum hpa@zytor.com - 2017-01-10 01:30 +0100
Re: [tip:x86/urgent] x86/CPU: Add native CPUID variants returning a single datum Borislav Petkov <bp@suse.de> - 2017-01-10 10:20 +0100
Re: [tip:x86/urgent] x86/CPU: Add native CPUID variants returning a single datum hpa@zytor.com - 2017-01-10 17:50 +0100
Re: [tip:x86/urgent] x86/CPU: Add native CPUID variants returning a single datum Borislav Petkov <bp@suse.de> - 2017-01-10 18:10 +0100
csiph-web