Re: [PATCH 2/3] vringh: kill off ACCESS_ONCE()

2016-11-24 Thread Jason Wang
On 2016年11月24日 18:25, Mark Rutland wrote: Despite living under drivers/ vringh.c is also used as part of the userspace virtio tools. Before we can kill off the ACCESS_ONCE()definition in the tools, we must convert vringh.c to use {READ,WRITE}_ONCE(). This patch does so, along with the

Re: [PATCH 2/3] vringh: kill off ACCESS_ONCE()

2016-11-24 Thread Cornelia Huck
On Thu, 24 Nov 2016 10:25:13 + Mark Rutland wrote: > Despite living under drivers/ vringh.c is also used as part of the userspace > virtio tools. Before we can kill off the ACCESS_ONCE()definition in the tools, > we must convert vringh.c to use {READ,WRITE}_ONCE(). > >

Re: [PATCH 2/3] vringh: kill off ACCESS_ONCE()

2016-11-24 Thread Christian Borntraeger
On 11/24/2016 11:25 AM, Mark Rutland wrote: > Despite living under drivers/ vringh.c is also used as part of the userspace > virtio tools. Before we can kill off the ACCESS_ONCE()definition in the tools, > we must convert vringh.c to use {READ,WRITE}_ONCE(). > > This patch does so, along with the