Commit eb3765aa711f for kernel

commit eb3765aa711ff93664cd5ffcf0c2df02da2d9c26
Merge: 1791c390149f 01cc50ea5167
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sun Apr 5 11:29:07 2026 -0700

    Merge tag 'mips-fixes_7.0_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux

    Pull MIPS fixes from Thomas Bogendoerfer:

     - Fix TLB uniquification for systems with TLB not initialised by
       firmware

     - Fix allocation in TLB uniquification

     - Fix SiByte cache initialisation

     - Check uart parameters from firmware on Loongson64 systems

     - Fix clock id mismatch for Ralink SoCs

     - Fix GCC version check for __mutli3 workaround

    * tag 'mips-fixes_7.0_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux:
      mips: mm: Allocate tlb_vpn array atomically
      MIPS: mm: Rewrite TLB uniquification for the hidden bit feature
      MIPS: mm: Suppress TLB uniquification on EHINV hardware
      MIPS: Always record SEGBITS in cpu_data.vmbits
      MIPS: Fix the GCC version check for `__multi3' workaround
      MIPS: SiByte: Bring back cache initialisation
      mips: ralink: update CPU clock index
      MIPS: Loongson64: env: Check UARTs passed by LEFI cautiously