]> git.baikalelectronics.ru Git - kernel.git/commit
Drivers: hv: vmbus: Replace smp_store_mb() with virt_store_mb()
authorAndrea Parri (Microsoft) <parri.andrea@gmail.com>
Mon, 28 Mar 2022 15:44:57 +0000 (17:44 +0200)
committerWei Liu <wei.liu@kernel.org>
Wed, 6 Apr 2022 13:31:58 +0000 (13:31 +0000)
commit9ed721b4d86b44ea50576fc958f010e95189f1a3
tree0fb901ee87920f9fa23ae2308e80e5df5d353a9b
parent08d1e90aeb3d7b396843510594467d0631e6a192
Drivers: hv: vmbus: Replace smp_store_mb() with virt_store_mb()

Following the recommendation in Documentation/memory-barriers.txt for
virtual machine guests.

Fixes: 2fa8160783800 ("Drivers: hv: vmbus: Replace the per-CPU channel lists with a global array of channels")
Signed-off-by: Andrea Parri (Microsoft) <parri.andrea@gmail.com>
Link: https://lore.kernel.org/r/20220328154457.100872-1-parri.andrea@gmail.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
drivers/hv/channel_mgmt.c