[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <568A5BE1.8090900@citrix.com>
Date: Mon, 4 Jan 2016 11:47:45 +0000
From: David Vrabel <david.vrabel@...rix.com>
To: "Michael S. Tsirkin" <mst@...hat.com>,
<linux-kernel@...r.kernel.org>
CC: Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>,
Boris Ostrovsky <boris.ostrovsky@...cle.com>,
Julien Grall <julien.grall@...rix.com>,
"Stefano Stabellini" <stefano.stabellini@...rix.com>,
Ross Lagerwall <ross.lagerwall@...rix.com>,
Wei Liu <wei.liu2@...rix.com>, <xen-devel@...ts.xenproject.org>
Subject: Re: [PATCH] xen/events: use virt_xxx barriers
On 04/01/16 11:46, Michael S. Tsirkin wrote:
> drivers/xen/events/events_fifo.c uses rmb() to communicate with the
> other side.
>
> For guests compiled with CONFIG_SMP, smp_rmb would be sufficient, so
> rmb() here is only needed if a non-SMP guest runs on an SMP host.
>
> Switch to the virt_rmb barrier which serves this exact purpose.
>
> Pull in asm/barrier.h here to make sure the file is self-contained.
Thanks!
Acked-by: David Vrabel <david.vrabel@...rix.com>
David
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists