This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 32b7144f806e Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pu [...] new a47bc954cf0e objtool/LoongArch: Get table size correctly if LTO is enabled new 5dfea6644d20 LoongArch: Pass annotate-tablejump option if LTO is enabled new f7794a4d92ad LoongArch: Increase COMMAND_LINE_SIZE up to 4096 new 8ef7f3132e40 LoongArch: Add cpuhotplug hooks to fix high cpu usage of v [...] new 63dbd8fb2af3 LoongArch: Optimize module load time by optimizing PLT/GOT [...] new 112ca94f6c3b LoongArch: Save LBT before FPU in setup_sigcontext() new 0078e94a4733 LoongArch: Rename GCC_PLUGIN_STACKLEAK to KSTACK_ERASE new 4be8cefc1326 LoongArch: KVM: Make function kvm_own_lbt() robust new 5c68549c81bc LoongArch: KVM: Fix stack protector issue in send_ipi_data() new 0dfd9ea7bf80 LoongArch: KVM: Use kvm_get_vcpu_by_id() instead of kvm_ge [...] new 538c06e3964a LoongArch: KVM: Add address alignment check in pch_pic reg [...] new 1c656b1efde6 Merge tag 'loongarch-fixes-6.17-1' of git://git.kernel.org [...]
The 12 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/Makefile | 6 ++++++ arch/loongarch/include/asm/stackframe.h | 2 +- arch/loongarch/include/uapi/asm/setup.h | 8 ++++++++ arch/loongarch/kernel/module-sections.c | 36 ++++++++++++++++----------------- arch/loongarch/kernel/signal.c | 10 ++++----- arch/loongarch/kernel/time.c | 22 ++++++++++++++++++++ arch/loongarch/kvm/intc/eiointc.c | 7 ++++++- arch/loongarch/kvm/intc/ipi.c | 8 ++++---- arch/loongarch/kvm/intc/pch_pic.c | 10 +++++++++ arch/loongarch/kvm/vcpu.c | 8 +++++--- include/linux/cpuhotplug.h | 1 + tools/objtool/arch/loongarch/special.c | 23 +++++++++++++++++++++ 12 files changed, 109 insertions(+), 32 deletions(-) create mode 100644 arch/loongarch/include/uapi/asm/setup.h