This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from fef7fd48922d Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] new 550b33cfd445 arm64: efi: Force the use of SetVirtualAddressMap() on Alt [...] new 9b9eaee9828f arm64: efi: Fix handling of misaligned runtime regions and [...] new ab57bc6f027c Merge tag 'efi-fixes-for-v6.1-3' of git://git.kernel.org/p [...] new 62776e4378ae mips: boot/compressed: use __NO_FORTIFY new 612d80784fdc MIPS: fix duplicate definitions for exported symbols new fa706927f472 MIPS: Loongson64: Add WARN_ON on kexec related kmalloc failed new 2a2961578592 mips: alchemy: gpio: Include the right header new 64ac0befe75b MIPS: jump_label: Fix compat branch range check new 648060902aa3 MIPS: pic32: treat port as signed integer new af7a05689189 Merge tag 'mips-fixes_6.1_1' of git://git.kernel.org/pub/s [...]
The 10 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/arm64/kernel/efi.c | 52 ++++++++++++++++++++----------- arch/mips/alchemy/common/gpiolib.c | 2 +- arch/mips/boot/compressed/decompress.c | 1 + arch/mips/include/asm/fw/fw.h | 2 +- arch/mips/kernel/jump_label.c | 2 +- arch/mips/kernel/relocate_kernel.S | 15 +++------ arch/mips/loongson64/reset.c | 10 ++++++ arch/mips/pic32/pic32mzda/early_console.c | 13 ++++---- arch/mips/pic32/pic32mzda/init.c | 2 +- drivers/firmware/efi/libstub/Makefile | 2 +- drivers/firmware/efi/libstub/arm64-stub.c | 17 +++++++++- drivers/firmware/efi/libstub/efistub.h | 28 +++++++++++++++++ drivers/firmware/efi/libstub/smbios.c | 48 ++++++++++++++++++++++++++++ include/linux/efi.h | 1 + 14 files changed, 154 insertions(+), 41 deletions(-) create mode 100644 drivers/firmware/efi/libstub/smbios.c