[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250517091817.3490818-1-chenhuacai@loongson.cn>
Date: Sat, 17 May 2025 17:18:17 +0800
From: Huacai Chen <chenhuacai@...ngson.cn>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
Huacai Chen <chenhuacai@...nel.org>
Cc: loongarch@...ts.linux.dev,
linux-kernel@...r.kernel.org,
Guo Ren <guoren@...nel.org>,
Xuerui Wang <kernel@...0n.name>,
Jiaxun Yang <jiaxun.yang@...goat.com>,
Huacai Chen <chenhuacai@...ngson.cn>
Subject: [GIT PULL] LoongArch fixes for v6.15-rc7
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(-)
Powered by blists - more mailing lists