kernel-hacking-2024-linux-s.../drivers/scsi/lpfc
Linus Torvalds 4305ca0087 SCSI misc on 20240718
Updates to the usual drivers (ufs, lpfc, qla2xxx, mpi3mr) plus some
 misc small fixes. The only core changes are to both bsg and scsi to
 pass in the device instead of setting it afterwards as q->queuedata,
 so no functional change.
 
 Signed-off-by: James E.J. Bottomley <James.Bottomley@HansenPartnership.com>
 -----BEGIN PGP SIGNATURE-----
 
 iJwEABMIAEQWIQTnYEDbdso9F2cI+arnQslM7pishQUCZpl6BiYcamFtZXMuYm90
 dG9tbGV5QGhhbnNlbnBhcnRuZXJzaGlwLmNvbQAKCRDnQslM7pishVkAAQCOLA0V
 TFI4RfRjk7TW/6ZgKVS5A4NNLG8p8r9F7Y/QswEAlT4NrYnHiHQwBYEiTw6w02J8
 SqiHtHKv/SQ7LIwEJlQ=
 =WhCT
 -----END PGP SIGNATURE-----

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

Pull SCSI updates from James Bottomley:
 "Updates to the usual drivers (ufs, lpfc, qla2xxx, mpi3mr) plus some
  misc small fixes.

  The only core changes are to both bsg and scsi to pass in the device
  instead of setting it afterwards as q->queuedata, so no functional
  change"

* tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: (69 commits)
  scsi: aha152x: Use DECLARE_COMPLETION_ONSTACK for non-constant completion
  scsi: qla2xxx: Convert comma to semicolon
  scsi: qla2xxx: Update version to 10.02.09.300-k
  scsi: qla2xxx: Use QP lock to search for bsg
  scsi: qla2xxx: Reduce fabric scan duplicate code
  scsi: qla2xxx: Fix optrom version displayed in FDMI
  scsi: qla2xxx: During vport delete send async logout explicitly
  scsi: qla2xxx: Complete command early within lock
  scsi: qla2xxx: Fix flash read failure
  scsi: qla2xxx: Return ENOBUFS if sg_cnt is more than one for ELS cmds
  scsi: qla2xxx: Fix for possible memory corruption
  scsi: qla2xxx: validate nvme_local_port correctly
  scsi: qla2xxx: Unable to act on RSCN for port online
  scsi: ufs: exynos: Add support for Flash Memory Protector (FMP)
  scsi: ufs: core: Add UFSHCD_QUIRK_KEYS_IN_PRDT
  scsi: ufs: core: Add fill_crypto_prdt variant op
  scsi: ufs: core: Add UFSHCD_QUIRK_BROKEN_CRYPTO_ENABLE
  scsi: ufs: core: fold ufshcd_clear_keyslot() into its caller
  scsi: ufs: core: Add UFSHCD_QUIRK_CUSTOM_CRYPTO_PROFILE
  scsi: ufs: mcq: Make .get_hba_mac() optional
  ...
2024-07-19 10:56:58 -07:00
..
lpfc.h scsi: lpfc: Change lpfc_hba hba_flag member into a bitmask 2024-05-06 21:53:58 -04:00
lpfc_attr.c Merge patch series "Update lpfc to revision 14.4.0.3" 2024-07-04 23:25:40 -04:00
lpfc_attr.h
lpfc_bsg.c Merge patch series "Update lpfc to revision 14.4.0.2" 2024-05-06 21:56:00 -04:00
lpfc_bsg.h
lpfc_compat.h
lpfc_crtn.h
lpfc_ct.c scsi: lpfc: Relax PRLI issue conditions after GID_FT response 2024-07-04 23:24:51 -04:00
lpfc_debugfs.c
lpfc_debugfs.h
lpfc_disc.h
lpfc_els.c scsi: lpfc: Handle mailbox timeouts in lpfc_get_sfp_info 2024-07-04 23:24:51 -04:00
lpfc_hbadisc.c scsi: lpfc: Fix handling of fully recovered fabric node in dev_loss callbk 2024-07-04 23:24:51 -04:00
lpfc_hw.h
lpfc_hw4.h scsi: lpfc: Add support for 32 byte CDBs 2024-05-06 21:53:58 -04:00
lpfc_ids.h
lpfc_init.c scsi: lpfc: Add support for 32 byte CDBs 2024-05-06 21:53:58 -04:00
lpfc_logmsg.h
lpfc_mbox.c
lpfc_mem.c
lpfc_nl.h
lpfc_nportdisc.c scsi: lpfc: Change lpfc_hba hba_flag member into a bitmask 2024-05-06 21:53:58 -04:00
lpfc_nvme.c scsi: lpfc: Change lpfc_hba hba_flag member into a bitmask 2024-05-06 21:53:58 -04:00
lpfc_nvme.h
lpfc_nvmet.c lpfc_nvmet: implement 'host_traddr' 2024-06-24 12:53:43 -07:00
lpfc_scsi.c scsi: lpfc: Add support for 32 byte CDBs 2024-05-06 21:53:58 -04:00
lpfc_scsi.h scsi: lpfc: Copyright updates for 14.4.0.2 patches 2024-05-06 21:53:58 -04:00
lpfc_sli.c scsi: lpfc: Revise lpfc_prep_embed_io routine with proper endian macro usages 2024-07-04 23:24:52 -04:00
lpfc_sli.h
lpfc_sli4.h
lpfc_version.h scsi: lpfc: Update lpfc version to 14.4.0.3 2024-07-04 23:24:52 -04:00
lpfc_vmid.c
lpfc_vport.c
lpfc_vport.h
Makefile