Add the RHEL 211.17.1..211.18.1 backports (1162-1244) from centos-stream-10 and upstream, on top of 211.16.1. Includes the lpfc 14.4.0.x revert batch and the RHEL-only lpfc_nlp_get UAF guard. Bump to 211.18.1.
17 lines
809 B
Diff
17 lines
809 B
Diff
Subject: [PATCH] Revert "scsi: lpfc: Fix wrong function reference in a comment"
|
|
# reverse of cs10 7feab3ea585404dd34641c698930e7fc6bb8043a
|
|
|
|
diff --git a/drivers/scsi/lpfc/lpfc_vport.c b/drivers/scsi/lpfc/lpfc_vport.c
|
|
index 8653839ee728..3d70cc517573 100644
|
|
--- a/drivers/scsi/lpfc/lpfc_vport.c
|
|
+++ b/drivers/scsi/lpfc/lpfc_vport.c
|
|
@@ -666,7 +666,7 @@ lpfc_vport_delete(struct fc_vport *fc_vport)
|
|
* Take early refcount for outstanding I/O requests we schedule during
|
|
* delete processing for unreg_vpi. Always keep this before
|
|
* scsi_remove_host() as we can no longer obtain a reference through
|
|
- * scsi_host_get() after scsi_remove_host as shost is set to SHOST_DEL.
|
|
+ * scsi_host_get() after scsi_host_remove as shost is set to SHOST_DEL.
|
|
*/
|
|
if (!scsi_host_get(shost))
|
|
return VPORT_INVAL;
|