[GIT PULL] LoongArch fixes for v6.10-rc5

From: Huacai Chen
Date: Sat Jun 22 2024 - 03:32:34 EST


The following changes since commit 6ba59ff4227927d3a8530fc2973b80e94b54d58f:

Linux 6.10-rc4 (2024-06-16 13:40:16 -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.10-2

for you to fetch changes up to d0a1c07739e1b7f74683fe061545669156d102f2:

LoongArch: KVM: Remove an unneeded semicolon (2024-06-21 10:18:40 +0800)

----------------------------------------------------------------
LoongArch fixes for v6.10-rc5

Some hw breakpoint fixes, an objtool build warnging fix, and a trivial cleanup.
----------------------------------------------------------------
Hui Li (3):
LoongArch: Fix watchpoint setting error
LoongArch: Trigger user-space watchpoints correctly
LoongArch: Fix multiple hardware watchpoint issues

Xi Ruoyao (1):
LoongArch: Only allow OBJTOOL & ORC unwinder if toolchain supports -mthin-add-sub

Yang Li (1):
LoongArch: KVM: Remove an unneeded semicolon

arch/loongarch/Kconfig | 5 +-
arch/loongarch/Kconfig.debug | 1 +
arch/loongarch/include/asm/hw_breakpoint.h | 4 +-
arch/loongarch/kernel/hw_breakpoint.c | 96 +++++++++++++++++-------------
arch/loongarch/kernel/ptrace.c | 47 ++++++++-------
arch/loongarch/kvm/exit.c | 2 +-
6 files changed, 91 insertions(+), 64 deletions(-)