]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
x86/microcode/intel: Rework intel_find_matching_signature()
authorThomas Gleixner <tglx@linutronix.de>
Mon, 2 Oct 2023 11:59:50 +0000 (13:59 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Mar 2025 15:45:51 +0000 (16:45 +0100)
commit433f975e60fadb999a5fe82e88f2dc65844e281e
tree1ffbdcd3e1ab737487536f291bb70b16ce0a462f
parent15fd553a54f5d4e1a26f2ca6c761fd935f3fd6e8
x86/microcode/intel: Rework intel_find_matching_signature()

commit b7fcd995b261c9976e05f47554529c98a0f1cbb0 upstream

Take a cpu_signature argument and work from there. Move the match()
helper next to the callsite as there is no point for having it in
a header.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20231002115902.797820205@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