The following changes since commit fec50db7033ea478773b159e0e2efb135270e3b7: Linux 6.9-rc3 (2024-04-07 13:22:46 -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.9-1 for you to fetch changes up to a07c772fa658645887119184de48b255bf19a46e: LoongArch: Include linux/sizes.h in addrspace.h to prevent build errors (2024-04-10 21:08:51 +0800) ---------------------------------------------------------------- LoongArch fixes for v6.9-rc4 Make {virt, phys, page, pfn} translation work with KFENCE for LoongArch (otherwise NVMe and virtio-blk cannot work with KFENCE enabled), update dts files for Loongson-2K series to make devices work correctly, and fix a build error. ---------------------------------------------------------------- Huacai Chen (7): mm: Move lowmem_page_address() a little later LoongArch: Make {virt, phys, page, pfn} translation work with KFENCE LoongArch: Make virt_addr_valid()/__virt_addr_valid() work with KFENCE LoongArch: Update dts for Loongson-2K1000 to support ISA/LPC LoongArch: Update dts for Loongson-2K2000 to support ISA/LPC LoongArch: Update dts for Loongson-2K2000 to support PCI-MSI LoongArch: Update dts for Loongson-2K2000 to support GMAC/GNET Randy Dunlap (1): LoongArch: Include linux/sizes.h in addrspace.h to prevent build errors arch/loongarch/boot/dts/loongson-2k1000.dtsi | 7 ++++++ arch/loongarch/boot/dts/loongson-2k2000-ref.dts | 33 +++++++++++++++++++++++++ arch/loongarch/boot/dts/loongson-2k2000.dtsi | 24 +++++++++++++++--- arch/loongarch/include/asm/addrspace.h | 1 + arch/loongarch/include/asm/io.h | 20 +++++++++++---- arch/loongarch/include/asm/kfence.h | 9 +++++++ arch/loongarch/include/asm/page.h | 26 ++++++++++++++++++- arch/loongarch/mm/mmap.c | 4 +++ arch/loongarch/mm/pgtable.c | 4 +-- include/linux/mm.h | 10 ++++---- 10 files changed, 121 insertions(+), 17 deletions(-)