]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
x86/microcode/intel: Rework intel_cpu_collect_info()
authorThomas Gleixner <tglx@linutronix.de>
Tue, 17 Oct 2023 21:23:45 +0000 (23:23 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Mar 2025 15:45:51 +0000 (16:45 +0100)
commit198ea646360da95a118e36a6a42b5d31a82c43fd
treefc0672685e4ef76425a966d54d179c738a205700
parent149e3e4ad2eb6e612a976fc166c3914b4935e570
x86/microcode/intel: Rework intel_cpu_collect_info()

commit 164aa1ca537238c46923ccacd8995b4265aee47b upstream

Nothing needs struct ucode_cpu_info. Make it take struct cpu_signature,
let it return a boolean and simplify the implementation. Rename it now
that the silly name clash with collect_cpu_info() is gone.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20231017211722.851573238@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/include/asm/cpu.h
arch/x86/kernel/cpu/microcode/intel.c
drivers/platform/x86/intel/ifs/load.c