[PATCH 0/5] x86/microcode/AMD: Some small cleanups

Borislav Petkov posted 5 patches 12 months ago
arch/x86/kernel/cpu/microcode/amd.c      | 155 +++++++++++------------
arch/x86/kernel/cpu/microcode/internal.h |   2 -
2 files changed, 73 insertions(+), 84 deletions(-)
[PATCH 0/5] x86/microcode/AMD: Some small cleanups
Posted by Borislav Petkov 12 months ago
From: "Borislav Petkov (AMD)" <bp@alien8.de>

A bunch of small and trivial cleanups which sprang up from recent staring at
the loader.

No functional changes.

Thx.

Borislav Petkov (AMD) (5):
  x86/microcode/AMD: Remove ugly linebreak in __verify_patch_section()
    signature
  x86/microcode/AMD: Remove unused save_microcode_in_initrd_amd()
    declarations
  x86/microcode/AMD: Merge early_apply_microcode() into its single
    callsite
  x86/microcode/AMD: Get rid of the _load_microcode_amd() forward
    declaration
  x86/microcode/AMD: Add get_patch_level()

 arch/x86/kernel/cpu/microcode/amd.c      | 155 +++++++++++------------
 arch/x86/kernel/cpu/microcode/internal.h |   2 -
 2 files changed, 73 insertions(+), 84 deletions(-)

-- 
2.43.0
Re: [PATCH 0/5] x86/microcode/AMD: Some small cleanups
Posted by Thomas Gleixner 12 months ago
On Tue, Feb 11 2025 at 17:36, Borislav Petkov wrote:
> From: "Borislav Petkov (AMD)" <bp@alien8.de>
>
> A bunch of small and trivial cleanups which sprang up from recent staring at
> the loader.
>
> No functional changes.

Reviewed-by: Thomas Gleixner <tglx@linutronix.de>