This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 4bae0ad148f4 Merge tag 'tag-chrome-platform-fixes-for-v6.3-rc4' of git: [...] new 6214894f49a9 hvc/xen: prevent concurrent accesses to the shared ring new aadbd07ff8a7 x86/PVH: avoid 32-bit build warning when obtaining VGA con [...] new 2495697422d3 Merge tag 'for-linus-6.3-rc4-tag' of git://git.kernel.org/ [...] new 9a801afd3eb9 riscv: mm: Fix incorrect ASID argument when flushing TLB new e89c2e815e76 riscv: Handle zicsr/zifencei issues between clang and binutils new 19a6b66ca524 Merge tag 'riscv-for-linus-6.3-rc4' of git://git.kernel.or [...] new c7d9e628b8ff efi/libstub: zboot: Mark zboot EFI application as NX compatible new 3c60f67b4bd1 efi/libstub: arm64: Remap relocated image with strict permissions new 3c66bb1918c2 arm64: efi: Set NX compat flag in PE/COFF header new 8b3a149db461 efi: earlycon: Reprobe after parsing config tables new 34343eb06afc efi/libstub: smbios: Use length member instead of record s [...] new eb684408f3ea arm64: efi: Use SMBIOS processor version to key off Ampere quirk new f59a7ec1e69f efi/libstub: smbios: Drop unused 'recsize' parameter new 3615c78673c3 efi: sysfb_efi: Fix DMI quirks not working for simpledrm new 5ed213dd6468 efi: sysfb_efi: Add quirk for Lenovo Yoga Book X91F/L new 97fd768e501f efi/libstub: zboot: Add compressed image to make targets new fc3608aaa575 efi/libstub: Use relocated version of kernel's struct screen_info new 0b1d9debe303 efi/libstub: randomalloc: Return EFI_OUT_OF_RESOURCES on failure new 877c20b10425 Merge tag 'efi-fixes-for-v6.3-1' of git://git.kernel.org/p [...] new 66a1c22b7091 mm/slab: Fix undefined init_cache_node_node() for NUMA and !SMP new cb7f5b41f834 Merge tag 'slab-fix-for-6.3-rc4' of git://git.kernel.org/p [...]
The 21 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-header.S | 2 +- arch/riscv/Kconfig | 22 ++++++++++++++ arch/riscv/Makefile | 10 ++++--- arch/riscv/include/asm/tlbflush.h | 2 ++ arch/riscv/mm/context.c | 2 +- arch/riscv/mm/tlbflush.c | 2 +- arch/x86/xen/enlighten_pvh.c | 2 +- drivers/firmware/efi/earlycon.c | 16 ++++++++-- drivers/firmware/efi/efi-init.c | 3 ++ drivers/firmware/efi/libstub/Makefile.zboot | 2 +- drivers/firmware/efi/libstub/arm64-stub.c | 5 +++- drivers/firmware/efi/libstub/arm64.c | 39 +++++++++++++++++++----- drivers/firmware/efi/libstub/efi-stub-entry.c | 11 +++++++ drivers/firmware/efi/libstub/efi-stub.c | 5 ---- drivers/firmware/efi/libstub/efistub.h | 43 ++++++++++++++++++++++++--- drivers/firmware/efi/libstub/randomalloc.c | 1 + drivers/firmware/efi/libstub/screen_info.c | 9 +----- drivers/firmware/efi/libstub/smbios.c | 15 ++++++++-- drivers/firmware/efi/libstub/zboot-header.S | 2 +- drivers/firmware/efi/libstub/zboot.c | 5 ++++ drivers/firmware/efi/sysfb_efi.c | 13 +++++++- drivers/firmware/sysfb.c | 4 ++- drivers/firmware/sysfb_simplefb.c | 2 +- drivers/tty/hvc/hvc_xen.c | 19 ++++++++++-- include/linux/efi.h | 1 + include/linux/sysfb.h | 9 ++++-- mm/slab.c | 2 +- 27 files changed, 198 insertions(+), 50 deletions(-)