linux_dsm_epyc7002/tools/virtio/linux
Mark Rutland 5da889c795 tools/virtio: fix READ_ONCE()
The virtio tools implementation of READ_ONCE() has a single parameter called
'var', but erroneously refers to 'val' for its cast, and thus won't work unless
there's a variable of the correct type that happens to be called 'var'.

Fix this with s/var/val/, making READ_ONCE() work as expected regardless.

Fixes: a7c490333d ("tools/virtio: use virt_xxx barriers")
Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Cc: Jason Wang <jasowang@redhat.com>
Cc: Michael S. Tsirkin <mst@redhat.com>
Cc: linux-kernel@vger.kernel.org
Cc: virtualization@lists.linux-foundation.org
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Reviewed-by: Jason Wang <jasowang@redhat.com>
2016-12-16 00:13:36 +02:00
..
bug.h tools/virtio: separate headers more. 2013-03-20 14:00:42 +10:30
compiler.h tools/virtio: fix READ_ONCE() 2016-12-16 00:13:36 +02:00
device.h tools/virtio: virtio_test tool 2010-12-09 16:00:22 +02:00
dma-mapping.h tools/virtio: add dma stubs 2016-08-15 05:05:51 +03:00
err.h tools/virtio: separate headers more. 2013-03-20 14:00:42 +10:30
export.h tools/virtio: fix build after 4.2 changes 2015-09-09 22:03:30 +03:00
hrtimer.h tools/virtio: add linux/hrtimer.h stub 2012-02-28 09:13:14 +02:00
irqreturn.h tools/virtio: separate headers more. 2013-03-20 14:00:42 +10:30
kernel.h tools/virtio: add dma stubs 2016-08-15 05:05:51 +03:00
kmemleak.h tools/virtio: fix missing kmemleak_ignore symbol 2014-03-13 11:23:25 +10:30
module.h tools/virtio: move module license stub to module.h 2013-07-09 10:47:53 +09:30
printk.h tools/virtio: separate headers more. 2013-03-20 14:00:42 +10:30
ratelimit.h tools/virtio: separate headers more. 2013-03-20 14:00:42 +10:30
scatterlist.h virtio_ring: virtqueue_add_sgs, to add multiple sgs. 2013-03-20 15:43:29 +10:30
slab.h tools/virtio: add dma stubs 2016-08-15 05:05:51 +03:00
uaccess.h tools/virtio: separate headers more. 2013-03-20 14:00:42 +10:30
uio.h tools/virtio: add vring_test. 2013-03-20 14:06:04 +10:30
virtio_byteorder.h tools/virtio: more stubs 2014-12-15 23:49:19 +02:00
virtio_config.h tools/virtio: add dma stubs 2016-08-15 05:05:51 +03:00
virtio_ring.h tools/virtio: separate headers more. 2013-03-20 14:00:42 +10:30
virtio.h tools/virtio: add dma stubs 2016-08-15 05:05:51 +03:00
vringh.h tools/virtio: separate headers more. 2013-03-20 14:00:42 +10:30