[GIT PULL] LoongArch fixes for v6.15-rc7

From: Huacai Chen
Date: Sat May 17 2025 - 05:18:52 EST


The following changes since commit 82f2b0b97b36ee3fcddf0f0780a9a0825d52fec3:

Linux 6.15-rc6 (2025-05-11 14:54:11 -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.15-2

for you to fetch changes up to 12614f794274f63fbdfe76771b2b332077d63848:

LoongArch: uprobes: Remove redundant code about resume_era (2025-05-14 22:18:10 +0800)

----------------------------------------------------------------
LoongArch fixes for v6.15-rc7

Fix some bugs about kernel-fpu, cpu idle function, hibernation and
uprobes.
----------------------------------------------------------------
Huacai Chen (3):
LoongArch: Fix MAX_REG_OFFSET calculation
LoongArch: Move __arch_cpu_idle() to .cpuidle.text section
LoongArch: Save and restore CSR.CNTC for hibernation

Tianyang Zhang (1):
LoongArch: Prevent cond_resched() occurring within kernel-fpu

Tiezhu Yang (2):
LoongArch: uprobes: Remove user_{en,dis}able_single_step()
LoongArch: uprobes: Remove redundant code about resume_era

arch/loongarch/include/asm/ptrace.h | 2 +-
arch/loongarch/include/asm/uprobes.h | 1 -
arch/loongarch/kernel/genex.S | 7 +++++--
arch/loongarch/kernel/kfpu.c | 22 ++++++++++++++++++++--
arch/loongarch/kernel/time.c | 2 +-
arch/loongarch/kernel/uprobes.c | 11 +----------
arch/loongarch/power/hibernate.c | 3 +++
7 files changed, 31 insertions(+), 17 deletions(-)