Commit efa0adb50415 for kernel

commit efa0adb5041591a3bf63e30b36239e4537211222
Merge: a989fde763f4 c252c12d1f55
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Wed Mar 18 08:06:30 2026 -0700

    Merge tag 'loongarch-fixes-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson

    Pull LoongArch fixes from Huacai Chen:

     - only use SC.Q when supported by the assembler to fix a build failure

     - fix calling smp_processor_id() in preemptible code

     - make a BPF helper arch_protect_bpf_trampoline() return 0 to fix a
       kernel memory access failure

     - fix a typo issue in kvm_vm_init_features()

    * tag 'loongarch-fixes-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson:
      LoongArch: KVM: Fix typo issue in kvm_vm_init_features()
      LoongArch: BPF: Make arch_protect_bpf_trampoline() return 0
      LoongArch: No need to flush icache if text copy failed
      LoongArch: Check return values for set_memory_{rw,rox}
      LoongArch: Give more information if kmem access failed
      LoongArch: Fix calling smp_processor_id() in preemptible code
      LoongArch: Only use SC.Q when supported by the assembler