The following changes since commit c3f38fa61af77b49866b006939479069cd451173: Linux 6.10-rc2 (2024-06-02 15:44:56 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson.git tags/loongarch-fixes-6.10-1 for you to fetch changes up to eb36e520f4f1b690fd776f15cbac452f82ff7bfa: LoongArch: Fix GMAC's phy-mode definitions in dts (2024-06-03 15:45:53 +0800) ---------------------------------------------------------------- LoongArch fixes for v6.10-rc3 Some bootloader interface fixes, a dts fix, and a trivial cleanup. ---------------------------------------------------------------- Huacai Chen (1): LoongArch: Fix GMAC's phy-mode definitions in dts Jiaxun Yang (4): LoongArch: Fix built-in DTB detection LoongArch: Add all CPUs enabled by fdt to NUMA node 0 LoongArch: Fix entry point in kernel image header LoongArch: Override higher address bits in JUMP_VIRT_ADDR Tiezhu Yang (1): LoongArch: Remove CONFIG_ACPI_TABLE_UPGRADE in platform_init() arch/loongarch/boot/dts/loongson-2k0500-ref.dts | 4 ++-- arch/loongarch/boot/dts/loongson-2k1000-ref.dts | 4 ++-- arch/loongarch/boot/dts/loongson-2k2000-ref.dts | 2 +- arch/loongarch/include/asm/numa.h | 1 + arch/loongarch/include/asm/stackframe.h | 2 +- arch/loongarch/kernel/head.S | 2 +- arch/loongarch/kernel/setup.c | 6 ++---- arch/loongarch/kernel/smp.c | 5 ++++- arch/loongarch/kernel/vmlinux.lds.S | 10 ++++++---- drivers/firmware/efi/libstub/loongarch.c | 2 +- 10 files changed, 21 insertions(+), 17 deletions(-)