John Meneghini
003bcee66a
scsi: bnx2fc: Make bnx2fc_recv_frame() mp safe
...
commit 936bd03405fc83ba039d42bc93ffd4b88418f1d3 upstream.
Running tests with a debug kernel shows that bnx2fc_recv_frame() is
modifying the per_cpu lport stats counters in a non-mpsafe way. Just boot
a debug kernel and run the bnx2fc driver with the hardware enabled.
[ 1391.699147] BUG: using smp_processor_id() in preemptible [00000000] code: bnx2fc_
[ 1391.699160] caller is bnx2fc_recv_frame+0xbf9/0x1760 [bnx2fc]
[ 1391.699174] CPU: 2 PID: 4355 Comm: bnx2fc_l2_threa Kdump: loaded Tainted: G B
[ 1391.699180] Hardware name: HP ProLiant DL120 G7, BIOS J01 07/01/2013
[ 1391.699183] Call Trace:
[ 1391.699188] dump_stack_lvl+0x57/0x7d
[ 1391.699198] check_preemption_disabled+0xc8/0xd0
[ 1391.699205] bnx2fc_recv_frame+0xbf9/0x1760 [bnx2fc]
[ 1391.699215] ? do_raw_spin_trylock+0xb5/0x180
[ 1391.699221] ? bnx2fc_npiv_create_vports.isra.0+0x4e0/0x4e0 [bnx2fc]
[ 1391.699229] ? bnx2fc_l2_rcv_thread+0xb7/0x3a0 [bnx2fc]
[ 1391.699240] bnx2fc_l2_rcv_thread+0x1af/0x3a0 [bnx2fc]
[ 1391.699250] ? bnx2fc_ulp_init+0xc0/0xc0 [bnx2fc]
[ 1391.699258] kthread+0x364/0x420
[ 1391.699263] ? _raw_spin_unlock_irq+0x24/0x50
[ 1391.699268] ? set_kthread_struct+0x100/0x100
[ 1391.699273] ret_from_fork+0x22/0x30
Restore the old get_cpu/put_cpu code with some modifications to reduce the
size of the critical section.
Link: https://lore.kernel.org/r/20220124145110.442335-1-jmeneghi@redhat.com
Fixes: d576a5e80cd0 ("bnx2fc: Improve stats update mechanism")
Tested-by: Guangwu Zhang <guazhang@redhat.com>
Acked-by: Saurav Kashyap <skashyap@marvell.com>
Signed-off-by: John Meneghini <jmeneghi@redhat.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2022-02-08 18:23:18 +01:00
..
2020-10-01 13:14:42 +02:00
2021-07-28 11:13:44 +02:00
2021-07-28 11:13:44 +02:00
2019-11-24 08:20:59 +01:00
2020-08-19 08:14:55 +02:00
2021-07-20 16:16:15 +02:00
2020-01-14 20:07:06 +01:00
2022-02-08 18:23:18 +01:00
2021-07-20 16:16:08 +02:00
2021-11-26 11:36:13 +01:00
2021-07-20 16:16:08 +02:00
2020-10-01 13:14:45 +02:00
2021-08-26 08:36:44 -04:00
2020-01-23 08:21:38 +01:00
2020-09-03 11:24:22 +02:00
2020-12-30 11:26:01 +01:00
2021-07-28 11:13:44 +02:00
2021-05-22 10:59:34 +02:00
2018-09-17 02:50:37 -04:00
2021-07-28 11:13:44 +02:00
2021-07-28 11:13:44 +02:00
2021-07-28 11:13:44 +02:00
2022-01-05 12:34:58 +01:00
2021-08-26 08:36:44 -04:00
2021-12-01 09:27:42 +01:00
2021-07-28 11:13:44 +02:00
2018-08-21 23:54:17 -04:00
2018-03-19 22:54:47 -04:00
2021-07-28 11:13:44 +02:00
2020-06-25 15:32:53 +02:00
2021-09-22 11:48:01 +02:00
2021-11-26 11:36:15 +01:00
2020-10-29 09:55:07 +01:00
2020-04-29 16:31:16 +02:00
2018-07-12 23:01:16 -04:00
2019-11-20 18:46:29 +01:00
2022-01-27 09:04:22 +01:00
2017-10-25 05:40:22 -04:00
2018-07-30 23:17:53 -04:00
2017-12-04 20:32:53 -05:00
2018-07-30 23:17:53 -04:00
2018-07-30 23:17:53 -04:00
2019-03-13 14:02:31 -07:00
2017-11-02 11:10:55 +01:00
2018-07-30 23:17:53 -04:00
2017-08-25 17:21:10 -04:00
2017-11-02 11:10:55 +01:00
2017-08-25 17:21:10 -04:00
2017-11-02 11:10:55 +01:00
2021-11-26 11:36:20 +01:00
2018-06-19 22:02:25 -04:00
2017-11-02 11:10:55 +01:00
2018-06-12 16:19:22 -07:00
2017-11-02 11:10:55 +01:00
2018-06-19 22:02:25 -04:00
2018-06-19 22:02:25 -04:00
2018-05-01 23:29:41 -04:00
2020-01-04 19:12:56 +01:00
2018-07-30 23:17:53 -04:00
2017-11-02 11:10:55 +01:00
2021-09-22 11:48:09 +02:00
2021-06-03 08:38:10 +02:00
2019-10-29 09:19:50 +01:00
2017-11-02 11:10:55 +01:00
2021-11-26 11:36:12 +01:00
2017-11-02 11:10:55 +01:00
2017-08-25 17:21:11 -04:00
2018-05-18 12:03:51 -04:00
2018-03-15 00:25:37 -04:00
2018-11-13 11:08:32 -08:00
2018-11-13 11:08:32 -08:00
2021-07-20 16:15:55 +02:00
2017-08-25 17:21:11 -04:00
2017-11-02 11:10:55 +01:00
2018-06-19 22:02:25 -04:00
2017-11-02 11:10:55 +01:00
2018-06-19 22:02:25 -04:00
2018-06-19 22:02:25 -04:00
2017-08-25 17:21:10 -04:00
2017-11-02 11:10:55 +01:00
2021-10-27 09:53:15 +02:00
2019-07-10 09:53:37 +02:00
2020-11-18 19:18:44 +01:00
2018-07-10 22:25:03 -04:00
2017-08-25 17:21:10 -04:00
2018-06-26 12:27:07 -04:00
2017-11-02 11:10:55 +01:00
2020-04-02 15:28:15 +02:00
2020-04-02 15:28:15 +02:00
2019-12-01 09:16:26 +01:00
2018-04-20 19:40:17 -04:00
2020-06-25 15:33:01 +02:00
2020-02-24 08:34:48 +01:00
2021-05-22 10:59:33 +02:00
2020-07-22 09:32:04 +02:00
2018-06-19 22:02:25 -04:00
2022-01-11 13:58:50 +01:00
2018-06-12 16:19:22 -07:00
2017-11-02 11:10:55 +01:00
2018-11-13 11:08:32 -08:00
2020-01-04 19:12:56 +01:00
2018-08-15 22:06:26 -07:00
2019-10-29 09:19:29 +01:00
2018-06-19 22:02:25 -04:00
2020-08-19 08:14:59 +02:00
2017-11-02 11:10:55 +01:00
2018-03-19 22:54:47 -04:00
2017-11-02 11:10:55 +01:00
2020-10-30 10:38:28 +01:00
2018-07-10 22:42:47 -04:00
2020-01-04 19:13:04 +01:00
2019-11-20 18:47:49 +01:00
2018-06-19 22:02:25 -04:00
2017-10-16 22:38:44 -04:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-06-12 16:19:22 -07:00
2017-11-02 11:10:55 +01:00
2018-06-12 16:19:22 -07:00
2018-02-13 21:49:15 -05:00
2017-12-04 20:32:52 -05:00
2017-11-02 11:10:55 +01:00
2017-10-05 15:01:17 +02:00
2017-10-05 15:01:17 +02:00
2017-08-25 17:21:11 -04:00
2017-11-02 11:10:55 +01:00
2017-08-25 17:21:11 -04:00
2018-06-26 12:53:26 -04:00
2017-11-02 11:10:55 +01:00
2018-12-19 19:19:49 +01:00
2017-12-11 21:39:39 -05:00
2021-12-22 09:19:04 +01:00
2018-04-20 19:14:28 -04:00
2021-06-30 08:48:12 -04:00
2019-05-08 07:21:49 +02:00
2019-10-29 09:19:49 +01:00
2018-06-26 12:27:06 -04:00
2017-11-02 11:10:55 +01:00
2021-07-20 16:15:38 +02:00
2019-10-07 18:57:04 +02:00
2017-11-14 16:23:44 -08:00
2019-01-22 21:40:32 +01:00
2017-12-07 21:13:45 -05:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2021-08-26 08:36:44 -04:00
2021-11-06 13:58:45 +01:00
2020-01-23 08:21:38 +01:00
2017-11-02 11:10:55 +01:00
2018-08-15 22:06:26 -07:00
2021-12-08 08:50:12 +01:00
2018-06-10 13:01:12 -07:00
2021-01-12 20:10:16 +01:00
2021-04-28 13:16:49 +02:00
2021-11-06 13:58:45 +01:00
2018-06-19 22:02:25 -04:00
2017-11-02 11:10:55 +01:00
2018-07-30 08:27:02 -06:00
2018-08-15 22:06:26 -07:00
2021-10-09 14:11:03 +02:00
2018-07-30 08:27:02 -06:00
2017-11-02 11:10:55 +01:00
2021-10-17 10:19:49 +02:00
2020-05-20 08:18:34 +02:00
2017-08-25 17:21:10 -04:00
2021-05-22 10:59:34 +02:00
2018-08-02 15:22:13 -06:00
2022-01-27 09:04:30 +01:00
2022-01-27 09:04:30 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2021-04-07 12:48:48 +02:00
2017-11-02 11:10:55 +01:00
2019-05-08 07:21:49 +02:00
2020-01-04 19:12:56 +01:00
2021-05-22 10:59:34 +02:00
2021-10-17 10:19:49 +02:00
2022-01-05 12:34:59 +01:00
2017-08-25 17:21:10 -04:00
2018-05-01 23:30:12 -04:00
2017-11-02 11:10:55 +01:00
2018-06-19 14:54:41 +02:00
2019-12-17 20:36:03 +01:00