The following changes since commit 6eaae198076080886b9e7d57f4ae06fa782f90ef: Linux 6.5-rc3 (2023-07-23 15:24:10 -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.5-1 for you to fetch changes up to 1e74ae32805b6630c78bd7fb746fbfe936fb8f86: LoongArch: Cleanup __builtin_constant_p() checking for cpu_has_* (2023-07-28 10:30:42 +0800) ---------------------------------------------------------------- LoongArch fixes for v6.5-rc4 Some bug fixes for build system, builtin cmdline handling, bpf and {copy, clear}_user, together with a trivial cleanup. ---------------------------------------------------------------- Chenguang Zhao (1): LoongArch: BPF: Enable bpf_probe_read{, str}() on LoongArch Huacai Chen (3): LoongArch: Only fiddle with CHECKFLAGS if `need-compiler' LoongArch: Fix module relocation error with binutils 2.41 LoongArch: Cleanup __builtin_constant_p() checking for cpu_has_* Tiezhu Yang (1): LoongArch: BPF: Fix check condition to call lu32id in move_imm() WANG Rui (1): LoongArch: Fix return value underflow in exception path Zhihong Dong (1): LoongArch: Fix CMDLINE_EXTEND and CMDLINE_BOOTLOADER handling arch/loongarch/Kconfig | 1 + arch/loongarch/Makefile | 4 +++- arch/loongarch/include/asm/fpu.h | 15 ++++----------- arch/loongarch/kernel/setup.c | 16 ++++++++++++++++ arch/loongarch/lib/clear_user.S | 3 ++- arch/loongarch/lib/copy_user.S | 3 ++- arch/loongarch/net/bpf_jit.h | 2 +- 7 files changed, 29 insertions(+), 15 deletions(-)