This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 7d2f353b2682 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pu [...] new b8e2771b7f88 LoongArch: Remove redundant "source drivers/firmware/Kconfig" new 3f301dc292eb LoongArch: Replace -ffreestanding with finer-grained -fno- [...] new 347aa8dec220 LoongArch: Remove unneeded #include <asm/export.h> new 55b46ff9396c LoongArch: Replace #include <asm/export.h> with #include < [...] new a746ceb1f32c LoongArch: Remove <asm/export.h> new 6933c11fb501 LoongArch: Do not kill the task in die() if notify_die() r [...] new a038ae714846 LoongArch: Return earlier in die() if notify_die() returns [...] new 8879515e1219 LoongArch: Add identifier names to arguments of die() declaration new c337c849ab52 LoongArch: Put the body of play_dead() into arch_cpu_idle_dead() new 656f9aec07db LoongArch: Ensure FP/SIMD registers in the core dump file [...] new 9730870b484e LoongArch: Fix hw_breakpoint_control() for watchpoints new c313761337fb Merge tag 'loongarch-fixes-6.5-2' of git://git.kernel.org/ [...] new 9f5deb551655 genirq: Fix software resend lockup and nested resend new 3b35375f19fe Merge tag 'irq-urgent-2023-08-26' of git://git.kernel.org/ [...]
The 14 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: arch/loongarch/Kconfig | 2 -- arch/loongarch/Makefile | 2 +- arch/loongarch/include/asm/Kbuild | 1 - arch/loongarch/include/asm/fpu.h | 22 ++++++++++++++++++---- arch/loongarch/include/asm/ptrace.h | 2 +- arch/loongarch/include/asm/smp.h | 2 -- arch/loongarch/kernel/fpu.S | 2 +- arch/loongarch/kernel/hw_breakpoint.c | 3 +-- arch/loongarch/kernel/mcount.S | 2 +- arch/loongarch/kernel/mcount_dyn.S | 1 - arch/loongarch/kernel/process.c | 7 ------- arch/loongarch/kernel/ptrace.c | 4 ++++ arch/loongarch/kernel/smp.c | 2 +- arch/loongarch/kernel/traps.c | 14 ++++++++------ arch/loongarch/lib/clear_user.S | 2 +- arch/loongarch/lib/copy_user.S | 2 +- arch/loongarch/lib/memcpy.S | 2 +- arch/loongarch/lib/memmove.S | 2 +- arch/loongarch/lib/memset.S | 2 +- arch/loongarch/lib/unaligned.S | 1 - arch/loongarch/mm/page.S | 2 +- arch/loongarch/mm/tlbex.S | 1 - kernel/irq/resend.c | 7 ++++++- 23 files changed, 48 insertions(+), 39 deletions(-)