Commit 3fb11702e4b2 for kernel

commit 3fb11702e4b2fe9eaaed7369bbe7e63177cc04a6
Merge: 0ce37745d4bf 91a70492c030
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sat Jul 25 08:10:13 2026 -0700

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

    Pull LoongArch fixes from Huacai Chen:

     - fix build warnings and errors

     - move jump_label_init() before parse_early_param()

     - retrieve CPU package ID from PPTT when available

     - fix some bugs kgdb, BPF JIT and laptop platform driver bugs

    * tag 'loongarch-fixes-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson:
      platform/loongarch: laptop: Explicitly reset bl_powered state when suspend
      platform/loongarch: laptop: Stop setting acpi_device_class()
      LoongArch: BPF: Fix memory leak in bpf_jit_free()
      LoongArch: BPF: Zero-extend signed ALU32 div/mod results
      LoongArch: Fix oops during single-step debugging
      LoongArch: Fix address space mismatch in kexec command line lookup
      LoongArch: Retrieve CPU package ID from PPTT when available
      LoongArch: Move jump_label_init() before parse_early_param()
      LoongArch: Fix build errors due to wrong instructions for 32BIT
      LoongArch: Increase TASK_STRUCT_OFFSET up to 2040 for 32BIT