This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 48a5eed9ad58 Merge tag 'devicetree-fixes-for-6.14-2' of git://git.kerne [...] new 7103f0589ac2 x86/microcode/AMD: Remove ugly linebreak in __verify_patch [...] new 3ef0740d10b0 x86/microcode/AMD: Remove unused save_microcode_in_initrd_ [...] new dc15675074dc x86/microcode/AMD: Merge early_apply_microcode() into its [...] new b39c38716487 x86/microcode/AMD: Get rid of the _load_microcode_amd() fo [...] new 037e81fb9d2d x86/microcode/AMD: Add get_patch_level() new 50cef76d5cb0 x86/microcode/AMD: Load only SHA256-checksummed patches new bb2281fb05e5 Merge tag 'x86_microcode_for_v6.14_rc6' of git://git.kerne [...]
The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: arch/x86/Kconfig | 1 + arch/x86/kernel/cpu/microcode/amd.c | 266 ++++++++++++------ arch/x86/kernel/cpu/microcode/amd_shas.c | 444 +++++++++++++++++++++++++++++++ arch/x86/kernel/cpu/microcode/internal.h | 2 - 4 files changed, 627 insertions(+), 86 deletions(-) create mode 100644 arch/x86/kernel/cpu/microcode/amd_shas.c