From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH 3/3] checkpatch: add virt barriers Date: Fri, 8 Jan 2016 12:14:48 +0200 Message-ID: <20160108121352-mutt-send-email-mst@redhat.com> References: <1451907395-15978-1-git-send-email-mst@redhat.com> <1451907395-15978-4-git-send-email-mst@redhat.com> <1451926073.4334.90.camel@perches.com> <20160104230528-mutt-send-email-mst@redhat.com> <1451945497.4334.107.camel@perches.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline In-Reply-To: <1451945497.4334.107.camel@perches.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: Joe Perches Cc: linux-mips@linux-mips.org, linux-ia64@vger.kernel.org, linux-sh@vger.kernel.org, Peter Zijlstra , virtualization@lists.linux-foundation.org, "H. Peter Anvin" , sparclinux@vger.kernel.org, Ingo Molnar , linux-arch@vger.kernel.org, linux-s390@vger.kernel.org, Russell King - ARM Linux , Arnd Bergmann , x86@kernel.org, Tony Lindgren , xen-devel@lists.xenproject.org, Ingo Molnar , linux-xtensa@linux-xtensa.org, user-mode-linux-devel@lists.sourceforge.net, Stefano Stabellini , Andrey Konovalov , adi-buildroot-devel@lists.sourceforge.net, "Cc : Andy Whitcroft" , Thomas Gleixner , linux-metag@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Andrew List-Id: virtualization@lists.linuxfoundation.org On Mon, Jan 04, 2016 at 02:11:37PM -0800, Joe Perches wrote: > On Mon, 2016-01-04 at 23:07 +0200, Michael S. Tsirkin wrote: > > On Mon, Jan 04, 2016 at 08:47:53AM -0800, Joe Perches wrote: > > > On Mon, 2016-01-04 at 13:37 +0200, Michael S. Tsirkin wrote: > > > > Add virt_ barriers to list of barriers to check for > > > > presence of a comment. > > > = > > > Are these virt_ barriers used anywhere? > > > = > > > I see some virtio_ barrier like uses. > > = > > They will be :) They are added and used by patchset > > =A0=A0=A0=A0=A0=A0=A0=A0arch: barrier cleanup + barriers for virt > > = > > See > > http://article.gmane.org/gmane.linux.kernel.virtualization/26555 > = > Ah, OK, thanks. > = > Are the virtio_ barriers going away? > If not, maybe those should be added too. I don't mind. I'll queue a patch like that. -- = MST