Files
android_kernel_xiaomi_sm8450/drivers/net/ethernet/qlogic/qed
Paul E. McKenney cb7e125e03 drivers/net/ethernet/qlogic/qed: Fix __qed_spq_block() ordering
The __qed_spq_block() function expects an smp_read_barrier_depends()
to order a prior READ_ONCE() against a later load that does not depend
on the prior READ_ONCE(), an expectation that can fail to be met.
This commit therefore replaces the READ_ONCE() with smp_load_acquire()
and removes the smp_read_barrier_depends().

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Ariel Elior <Ariel.Elior@cavium.com>
Cc: <everest-linux-l2@cavium.com>
Cc: <netdev@vger.kernel.org>
2017-12-04 10:52:52 -08:00
..
2017-09-26 11:22:03 -07:00
2017-06-04 23:08:30 -04:00
2017-05-30 12:07:01 -04:00
2017-05-18 13:21:40 -04:00
2017-05-21 12:56:53 -04:00
2017-04-03 19:16:37 -07:00
2017-05-18 13:21:40 -04:00
2017-01-01 21:02:14 -05:00
2017-05-21 12:56:53 -04:00
2017-10-19 12:46:43 +01:00
2017-10-09 10:21:26 -07:00
2017-09-26 11:22:03 -07:00
2017-10-19 12:46:43 +01:00
2017-10-19 12:46:43 +01:00
2017-06-20 12:34:07 -04:00
2017-01-01 21:02:14 -05:00
2017-07-03 01:43:45 -07:00