Commit 192c0159402e for kernel

commit 192c0159402e6bfbe13de6f8379546943297783d
Merge: 8ad8d24d9628 e2071f9ce42b
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Tue Feb 10 21:46:12 2026 -0800

    Merge tag 'powerpc-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux

    Pull powerpc updates for 7.0

     - Implement masked user access

     - Add bpf support for internal only per-CPU instructions and inline the
       bpf_get_smp_processor_id() and bpf_get_current_task() functions

     - Fix pSeries MSI-X allocation failure when quota is exceeded

     - Fix recursive pci_lock_rescan_remove locking in EEH event handling

     - Support tailcalls with subprogs & BPF exceptions on 64bit

     - Extend "trusted" keys to support the PowerVM Key Wrapping Module
       (PKWM)

    Thanks to Abhishek Dubey, Christophe Leroy, Gaurav Batra, Guangshuo Li,
    Jarkko Sakkinen, Mahesh Salgaonkar, Mimi Zohar, Miquel Sabaté Solà, Nam
    Cao, Narayana Murty N, Nayna Jain, Nilay Shroff, Puranjay Mohan, Saket
    Kumar Bhaskar, Sourabh Jain, Srish Srinivasan, and Venkat Rao Bagalkote.

    * tag 'powerpc-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: (27 commits)
      powerpc/pseries: plpks: export plpks_wrapping_is_supported
      docs: trusted-encryped: add PKWM as a new trust source
      keys/trusted_keys: establish PKWM as a trusted source
      pseries/plpks: add HCALLs for PowerVM Key Wrapping Module
      pseries/plpks: expose PowerVM wrapping features via the sysfs
      powerpc/pseries: move the PLPKS config inside its own sysfs directory
      pseries/plpks: fix kernel-doc comment inconsistencies
      powerpc/smp: Add check for kcalloc() failure in parse_thread_groups()
      powerpc: kgdb: Remove OUTBUFMAX constant
      powerpc64/bpf: Additional NVR handling for bpf_throw
      powerpc64/bpf: Support exceptions
      powerpc64/bpf: Add arch_bpf_stack_walk() for BPF JIT
      powerpc64/bpf: Avoid tailcall restore from trampoline
      powerpc64/bpf: Support tailcalls with subprogs
      powerpc64/bpf: Moving tail_call_cnt to bottom of frame
      powerpc/eeh: fix recursive pci_lock_rescan_remove locking in EEH event handling
      powerpc/pseries: Fix MSI-X allocation failure when quota is exceeded
      powerpc/iommu: bypass DMA APIs for coherent allocations for pre-mapped memory
      powerpc64/bpf: Inline bpf_get_smp_processor_id() and bpf_get_current_task/_btf()
      powerpc64/bpf: Support internal-only MOV instruction to resolve per-CPU addrs
      ...