Loading
scsi: lpfc: Update phba link state conditional before sending CMF_SYNC_WQE
mainline inclusion from mainline-v6.12-rc1 commit fc318cac66ac50398f9fc7cbec7b339e6d08a7e6 category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IBJNQJ Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=fc318cac66ac50398f9fc7cbec7b339e6d08a7e6 -------------------------------- It's possible for the driver to send a CMF_SYNC_WQE to nonresponsive firmware during reset of the adapter. The phba link_state conditional check is currently a strict == LPFC_LINK_DOWN, which does not cover initialization states before reaching the LPFC_LINK_UP state. Update the phba->link_state conditional to < LPFC_LINK_UP so that all initialization states are covered before allowing sending CMF_SYNC_WQE. Update taking of the hbalock to be during this link_state check as well. Signed-off-by:Justin Tee <justin.tee@broadcom.com> Link: https://lore.kernel.org/r/20240912232447.45607-3-justintee8345@gmail.com Signed-off-by:
Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by:
Jingtong Meng <jingtong.meng@windriver.com>