The following changes since commit 5be63fc19fcaa4c236b307420483578a56986a37: Linux 6.11-rc5 (2024-08-25 19:07:11 +1200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson.git tags/loongarch-fixes-6.11-2 for you to fetch changes up to 4956e07f05e239b274d042618a250c9fa3e92629: LoongArch: KVM: Invalidate guest steal time address on vCPU reset (2024-08-26 23:11:32 +0800) ---------------------------------------------------------------- LoongArch fixes for v6.11-rc6 Remove the unused dma-direct.h, and some bug & warning fixes. ---------------------------------------------------------------- Bibo Mao (1): LoongArch: KVM: Invalidate guest steal time address on vCPU reset Huacai Chen (1): LoongArch: Define ARCH_IRQ_INIT_FLAGS as IRQ_NOPROBE Miao Wang (1): LoongArch: Remove the unused dma-direct.h Tiezhu Yang (1): LoongArch: Add ifdefs to fix LSX and LASX related warnings arch/loongarch/include/asm/dma-direct.h | 11 ----------- arch/loongarch/include/asm/hw_irq.h | 2 ++ arch/loongarch/include/asm/kvm_vcpu.h | 1 - arch/loongarch/kernel/fpu.S | 4 ++++ arch/loongarch/kernel/irq.c | 3 --- arch/loongarch/kvm/switch.S | 4 ++++ arch/loongarch/kvm/timer.c | 7 ------- arch/loongarch/kvm/vcpu.c | 2 +- 8 files changed, 11 insertions(+), 23 deletions(-) delete mode 100644 arch/loongarch/include/asm/dma-direct.h