linux-stable/drivers/scsi/cxgbi
Mike Christie bdd4aad7ff scsi: iscsi: Fix shost->max_id use
The iscsi offload drivers are setting the shost->max_id to the max number
of sessions they support. The problem is that max_id is not the max number
of targets but the highest identifier the targets can have. To use it to
limit the number of targets we need to set it to max sessions - 1, or we
can end up with a session we might not have preallocated resources for.

Link: https://lore.kernel.org/r/20210525181821.7617-15-michael.christie@oracle.com
Reviewed-by: Lee Duncan <lduncan@suse.com>
Signed-off-by: Mike Christie <michael.christie@oracle.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2021-06-02 01:28:21 -04:00
..
cxgb3i scsi: iscsi: Stop queueing during ep_disconnect 2021-06-02 01:28:19 -04:00
cxgb4i scsi: iscsi: Stop queueing during ep_disconnect 2021-06-02 01:28:19 -04:00
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
libcxgbi.c scsi: iscsi: Fix shost->max_id use 2021-06-02 01:28:21 -04:00
libcxgbi.h scsi: libcxgbi: Use kvzalloc instead of opencoded kzalloc/vzalloc 2020-08-20 23:34:47 -04:00