Quinn Tran
a4628a5b98
scsi: qla2xxx: Fix deletion race condition
...
[ Upstream commit 6dfe4344c168c6ca20fe7640649aacfcefcccb26 ]
System crash when using debug kernel due to link list corruption. The cause
of the link list corruption is due to session deletion was allowed to queue
up twice. Here's the internal trace that show the same port was allowed to
double queue for deletion on different cpu.
20808683956 015 qla2xxx [0000:13:00.1]-e801:4: Scheduling sess ffff93ebf9306800 for deletion 50:06:0e:80:12:48:ff:50 fc4_type 1
20808683957 027 qla2xxx [0000:13:00.1]-e801:4: Scheduling sess ffff93ebf9306800 for deletion 50:06:0e:80:12:48:ff:50 fc4_type 1
Move the clearing/setting of deleted flag lock.
Cc: stable@vger.kernel.org
Fixes: 726b85487067 ("qla2xxx: Add framework for async fabric discovery")
Signed-off-by: Quinn Tran <qutran@marvell.com>
Signed-off-by: Nilesh Javali <njavali@marvell.com>
Link: https://lore.kernel.org/r/20230714070104.40052-2-njavali@marvell.com
Reviewed-by: Himanshu Madhani <himanshu.madhani@oracle.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-10-10 21:46:38 +02:00
..
2020-10-01 13:17:56 +02:00
2021-07-25 14:35:12 +02:00
2023-03-11 16:43:47 +01:00
2019-05-21 10:50:46 +02:00
2020-08-19 08:16:09 +02:00
2023-09-23 10:59:49 +02:00
2022-04-15 14:18:32 +02:00
2022-02-08 18:24:33 +01:00
2021-07-20 16:10:43 +02:00
2021-11-17 09:48:43 +01:00
2021-07-20 16:10:43 +02:00
2020-10-01 13:18:02 +02:00
2023-04-05 11:16:36 +02:00
2019-05-30 11:26:32 -07:00
2020-01-23 08:22:58 +01:00
2023-09-23 10:59:52 +02:00
2021-02-07 15:35:48 +01:00
2023-02-06 07:52:42 +01:00
2021-05-14 09:44:25 +02:00
2022-04-20 09:19:36 +02:00
2021-07-25 14:35:13 +02:00
2022-04-15 14:18:34 +02:00
2022-10-26 13:22:41 +02:00
2023-05-30 12:44:02 +01:00
2023-09-23 11:00:06 +02:00
2023-03-22 13:28:03 +01:00
2022-04-20 09:19:37 +02:00
2021-09-22 12:26:24 +02:00
2023-06-09 10:29:01 +02:00
2023-09-23 10:59:50 +02:00
2023-09-23 10:59:39 +02:00
2023-10-10 21:46:38 +02:00
2023-09-23 10:59:49 +02:00
2022-08-25 11:17:56 +02:00
2023-08-30 16:27:27 +02:00
2019-08-12 21:58:07 -04:00
2023-04-05 11:16:39 +02:00
2022-10-26 13:22:56 +02:00
2019-03-02 11:39:54 -08:00
2023-07-27 08:37:16 +02:00
2023-08-16 18:19:25 +02:00
2019-01-08 07:58:37 -05:00
2019-05-21 10:50:45 +02:00
2019-05-21 10:50:45 +02:00
2019-05-21 10:50:45 +02:00
2021-11-26 10:47:15 +01:00
2022-04-15 14:18:34 +02:00
2019-05-21 10:50:45 +02:00
2018-12-18 23:13:12 -05:00
2019-05-21 10:50:45 +02:00
2020-01-04 19:18:10 +01:00
2019-05-21 10:50:45 +02:00
2021-09-22 12:26:37 +02:00
2021-06-03 08:59:11 +02:00
2019-05-21 10:50:45 +02:00
2019-10-09 23:39:35 -04:00
2023-06-09 10:29:01 +02:00
2019-05-24 17:36:45 +02:00
2023-06-09 10:29:04 +02:00
2023-06-09 10:29:03 +02:00
2019-07-11 15:17:41 -07:00
2019-06-20 15:21:33 -04:00
2019-07-30 12:18:24 -04:00
2019-06-18 19:46:18 -04:00
2019-07-30 12:17:28 -04:00
2019-06-18 19:46:22 -04:00
2021-07-14 16:53:41 +02:00
2019-05-21 10:50:45 +02:00
2019-01-08 21:58:35 -05:00
2019-01-08 21:58:35 -05:00
2019-01-08 21:57:42 -05:00
2019-05-30 11:25:18 -07:00
2019-01-08 21:58:35 -05:00
2019-05-21 10:50:45 +02:00
2023-09-23 10:59:51 +02:00
2019-07-11 15:14:01 -07:00
2023-02-06 07:52:43 +01:00
2019-06-18 19:46:18 -04:00
2019-06-05 17:36:37 +02:00
2019-06-05 17:36:37 +02:00
2019-07-11 15:17:41 -07:00
2019-05-21 11:28:46 +02:00
2023-03-11 16:44:13 +01:00
2020-04-01 11:01:54 +02:00
2018-12-18 23:19:21 -05:00
2020-06-24 17:50:37 +02:00
2023-02-22 12:50:25 +01:00
2019-05-30 11:26:37 -07:00
2021-05-14 09:44:25 +02:00
2023-06-09 10:29:04 +02:00
2019-05-24 17:36:45 +02:00
2019-07-11 15:14:01 -07:00
2022-01-11 15:23:33 +01:00
2019-05-21 10:50:45 +02:00
2019-05-21 10:50:45 +02:00
2020-01-04 19:18:10 +01:00
2019-07-17 22:39:27 +09:00
2023-05-17 11:35:41 +02:00
2020-08-19 08:16:15 +02:00
2019-05-21 10:50:45 +02:00
2018-12-18 23:13:12 -05:00
2020-10-29 09:58:04 +01:00
2019-05-30 11:26:39 -07:00
2022-06-14 18:12:00 +02:00
2022-02-16 12:52:49 +01:00
2019-08-07 21:53:23 -04:00
2019-05-24 17:36:45 +02:00
2020-01-04 19:18:16 +01:00
2019-06-20 15:37:02 -04:00
2019-05-24 17:39:02 +02:00
2019-05-24 17:39:02 +02:00
2022-06-22 14:11:20 +02:00
2019-05-30 11:26:35 -07:00
2019-06-20 15:21:33 -04:00
2019-05-30 11:26:38 -07:00
2019-08-16 11:33:56 -07:00
2019-08-16 11:33:56 -07:00
2019-03-19 17:11:37 -04:00
2018-12-18 23:19:21 -05:00
2019-08-07 21:32:53 -04:00
2019-02-13 22:07:03 -05:00
2023-08-30 16:27:27 +02:00
2019-05-24 17:36:45 +02:00
2023-01-18 11:41:18 +01:00
2022-01-27 09:19:52 +01:00
2019-05-21 06:16:21 -04:00
2023-04-05 11:16:40 +02:00
2020-07-29 10:18:27 +02:00
2019-10-03 21:43:04 -04:00
2019-05-21 06:16:21 -04:00
2023-06-09 10:28:58 +02:00
2019-08-07 21:47:29 -04:00
2019-05-30 11:26:35 -07:00
2020-06-07 13:18:50 +02:00
2019-06-18 19:46:17 -04:00
2023-08-16 18:19:24 +02:00
2023-02-22 12:50:23 +01:00
2019-05-30 11:29:53 -07:00
2022-11-10 17:57:53 +01:00
2020-01-23 08:22:59 +01:00
2019-07-11 15:14:01 -07:00
2023-09-23 10:59:49 +02:00
2020-01-23 08:22:58 +01:00
2021-01-12 20:16:09 +01:00
2021-04-21 12:56:14 +02:00
2023-04-26 11:24:03 +02:00
2019-06-05 17:37:14 +02:00
2019-11-05 23:17:53 -05:00
2021-10-09 14:39:49 +02:00
2019-08-04 21:41:29 -06:00
2023-04-20 12:07:32 +02:00
2022-08-25 11:18:17 +02:00
2018-12-18 23:19:21 -05:00
2019-05-24 17:36:45 +02:00
2021-05-14 09:44:25 +02:00
2022-01-27 09:19:48 +01:00
2022-01-27 09:19:48 +01:00
2021-04-07 14:47:39 +02:00
2023-06-09 10:29:00 +02:00
2023-09-23 10:59:39 +02:00
2020-01-04 19:18:10 +01:00
2021-05-14 09:44:25 +02:00
2019-05-21 10:50:45 +02:00
2021-10-17 10:42:34 +02:00
2022-01-05 12:37:46 +01:00
2022-06-22 14:11:20 +02:00
2019-08-07 21:35:59 -04:00
2019-05-24 17:39:02 +02:00
2019-07-11 15:14:01 -07:00
2022-03-11 11:22:39 +01:00
2019-05-21 10:50:45 +02:00
2022-04-15 14:18:37 +02:00
2020-01-04 19:17:37 +01:00