[GIT PULL] x86 fixes

From: Ingo Molnar
Date: Sun Nov 26 2023 - 04:51:40 EST


Linus,

Please pull the latest x86/urgent git tree from:

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-urgent-2023-11-26

# HEAD: 080990aa3344123673f686cda2df0d1b0deee046 x86/microcode: Rework early revisions reporting

Fix/enhance x86 microcode version reporting: fix the bootup log spam,
and remove the driver version announcement to avoid version
confusion when distros backport fixes.

Thanks,

Ingo

------------------>
Borislav Petkov (AMD) (2):
x86/microcode: Remove the driver announcement and version
x86/microcode: Rework early revisions reporting


arch/x86/kernel/cpu/microcode/amd.c | 39 +++++++++-----------------------
arch/x86/kernel/cpu/microcode/core.c | 15 +++++++-----
arch/x86/kernel/cpu/microcode/intel.c | 17 ++++++--------
arch/x86/kernel/cpu/microcode/internal.h | 14 ++++++++----
4 files changed, 37 insertions(+), 48 deletions(-)