From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH 3/3] eventfd: add internal reference counting to fix notifier race conditions Date: Mon, 22 Jun 2009 22:05:37 +0300 Message-ID: <20090622190537.GI15228@redhat.com> References: <4A3D895C.7020605@novell.com> <4A3E7E63.1070407@novell.com> <4A3FABD9.7080108@novell.com> <4A3FC2B1.4050107@novell.com> <20090622184139.GG15228@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Gregory Haskins , kvm@vger.kernel.org, Linux Kernel Mailing List , avi@redhat.com, paulmck@linux.vnet.ibm.com, Ingo Molnar , Rusty Russell To: Davide Libenzi Return-path: Received: from mx2.redhat.com ([66.187.237.31]:50938 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751006AbZFVTGS (ORCPT ); Mon, 22 Jun 2009 15:06:18 -0400 Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Jun 22, 2009 at 11:51:42AM -0700, Davide Libenzi wrote: > A file* based kernel-to-kernel interface is rather wrong IMO. But eventfd_ctx should work fine.