[GIT PULL] LoongArch fixes for v6.6-rc4

From: Huacai Chen
Date: Thu Sep 28 2023 - 11:26:12 EST


The following changes since commit 6465e260f48790807eef06b583b38ca9789b6072:

Linux 6.6-rc3 (2023-09-24 14:31:13 -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.6-2

for you to fetch changes up to b1dc55a3d6a86cc2c1ae664ad7280bff4c0fc28f:

LoongArch: Add support for 64_PCREL relocation type (2023-09-27 16:19:13 +0800)

----------------------------------------------------------------
LoongArch fixes for v6.6-rc4

Fix high_memory calculation and module loader errors with latest binutils.
----------------------------------------------------------------
Huacai Chen (1):
LoongArch: numa: Fix high_memory calculation

Tiezhu Yang (3):
LoongArch: Define relocation types for ABI v2.10
LoongArch: Add support for 32_PCREL relocation type
LoongArch: Add support for 64_PCREL relocation type

arch/loongarch/include/asm/elf.h | 9 +++++++++
arch/loongarch/kernel/module.c | 22 +++++++++++++++++++++-
arch/loongarch/kernel/numa.c | 2 +-
3 files changed, 31 insertions(+), 2 deletions(-)