Commit fc710de0dd25 for kernel

commit fc710de0dd25ed50a087833b4171eb1a46737a9e
Merge: 73ae59e97596 bb840ea69347
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Tue Aug 25 14:03:31 2026 -0700

    Merge tag 'rproc-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux

    Pull remoteproc updates from Bjorn Andersson:
     "Add a remoteproc driver and binding for AMD MicroBlaze/V soft cores
      executing from dual-port BRAM, with clock and reset control and
      support for firmware without a resource table.

      Introduce a generic Qualcomm PAS service with SCM and OP-TEE backends,
      and migrate the PAS, MSS, and WCNSS remoteproc drivers to it. Add Nord
      ADSP and CDSP support, Eliza CDSP support, Maili ADSP/CDSP bindings,
      and late-attach SoCCP support for Kaanapali, Hawi, Maili, and Glymur.
      Enable BAM-DMUX child devices for PAS modems and fix PAS memory
      protection, handover, shutdown, and resource lifetime handling.

      Harden remoteproc lifecycle handling by attaching asynchronously,
      stopping crashed processors, synchronizing crash work with removal,
      and forcing shutdown before device resources are released. Reallocate
      resources during attach recovery and fix several reference and
      error-path leaks.

      Add Xilinx R5 crash detection and move RPU start and stop sequencing
      into the platform firmware driver. Consolidate write-combining
      carveout mapping callbacks, use correct I/O-memory accessors, and
      share optional ELF resource-table handling across drivers.

      Convert the TI Wakeup M3 binding to DT schema, correct Qualcomm and
      generic remoteproc bindings, and harden resource-table iteration
      against signed-offset out-of-bounds accesses"

    * tag 'rproc-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux: (60 commits)
      remoteproc: fix OOB read via signed offset in rsc_table_for_each_entry()
      remoteproc: replace BSD blurb with SPDX identifier in rsc_table.h
      remoteproc: replace BSD blurb with SPDX identifier in remoteproc.h
      remoteproc: fix coding style issues in remoteproc.h
      MAINTAINERS: add rsc_table.h to remoteproc entry
      remoteproc: qcom: pas: Add Nord ADSP and CDSP support
      dt-bindings: remoteproc: qcom,nord-pas: Document Nord PAS
      remoteproc: qcom: pas: Drop unused dtb_mem_region field
      remoteproc: qcom: pas: Map/unmap subsystem region before auth_and_reset
      remoteproc: qcom: pas: Fix the PAS context creation placement
      remoteproc: qcom: pas: Guard dtb metadata release with dtb_pas_id check
      remoteproc: qcom: annotate mem_region fields with __iomem
      arm64: dts: qcom: eliza: Add fallback compatible for ADSP remoteproc
      dt-bindings: remoteproc: qcom,milos-pas: Move Eliza ADSP to SM8550 schema
      remoteproc: qcom: pas: Add Eliza CDSP support
      dt-bindings: remoteproc: qcom,sm8550-pas: Add Eliza CDSP compatible
      remoteproc: qcom: q6v5: Request shutdown if crash is triggered host-side
      remoteproc: Force shutdown during device removal
      remoteproc: Prevent crash handling to race with rproc_del()
      remoteproc: Allow shutdown of crashed processors
      ...