Commit 944aacb68baf for kernel

commit 944aacb68baf7624ab8d277d0ebf07f025ca137c
Merge: e0d4140e8043 309a29b5965a
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Wed Jan 14 11:24:38 2026 -0800

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

    Pull SCSI fixes from James Bottomley:
     "Only one core change (and one in doc only) the rest are drivers.

      The one core fix is for some inline encrypting drives that can't
      handle encryption requests on non-data commands (like error handling
      ones); it saves the request level encryption parameters in the eh_save
      structure so they can be cleared for error handling and restored after
      it is completed"

    * tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
      scsi: ufs: host: mediatek: Make read-only array scale_us static const
      scsi: bfa: Update outdated comment
      scsi: mpt3sas: Update maintainer list
      scsi: ufs: core: Configure MCQ after link startup
      scsi: core: Fix error handler encryption support
      scsi: core: Correct documentation for scsi_test_unit_ready()
      scsi: ufs: dt-bindings: Fix several grammar errors