Commit 8cd8cf7a07e5 for kernel

commit 8cd8cf7a07e5d141b0c75ce6cf470630e11aa11a
Merge: 1bc18858358d 4f87e9068bf3
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sun Jun 21 10:29:45 2026 -0700

    Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi

    Pull SCSI updates from James Bottomley:
     "Only ufs driver updates this time, apart from which this is just an
      assortment of bug fixes and AI assisted changes.

      The biggest other change is the reversion of the sas_user_scan patch
      which supported a mpi3mr NVME behaviour but caused major issues for
      other sas controllers. The next biggest is the removal of target reset
      in tcm_loop.c"

    * tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: (56 commits)
      scsi: target: Remove tcm_loop target reset handling
      scsi: lpfc: Fix spelling mistakes in comments
      scsi: ufs: ufs-pci: Add AMD device ID support
      scsi: ufs: core: Handle PM commands timeout before SCSI EH
      scsi: devinfo: Broaden Promise VTrak E310/E610 identification
      scsi: target: Use constant-time crypto_memneq() for CHAP digests
      scsi: target: Fix hexadecimal CHAP_I handling
      scsi: scsi_debug: Fix one-partition tape setup bounds
      scsi: ufs: qcom: dt-bindings: Document the Hawi UFS controller
      scsi: mailmap: Update Avri Altman's email address
      scsi: ufs: Remove redundant vops NULL check and trivial wrapper
      scsi: ufs: Remove unnecessary return in void vops wrappers
      scsi: ufs: Fix wrong value printed in unexpected UPIU response case
      scsi: ufs: core: Fix NULL pointer dereference in scsi_cmd_priv() calls
      scsi: megaraid_mbox: Avoid double kfree()
      scsi: pm8001: Fix error code in non_fatal_log_show()
      scsi: lpfc: Turn lpfc_queue q_pgs into a flexible array
      scsi: ufs: core: Skip link param validation when lanes_per_direction is unset
      scsi: sas: Skip opt_sectors when DMA reports no real optimization hint
      scsi: Revert "scsi: Fix sas_user_scan() to handle wildcard and multi-channel scans"
      ...