From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42092) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZU2MW-0007zd-V4 for qemu-devel@nongnu.org; Mon, 24 Aug 2015 20:45:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZU2MT-00083N-Np for qemu-devel@nongnu.org; Mon, 24 Aug 2015 20:45:16 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:49615) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZU2MT-00083J-Jz for qemu-devel@nongnu.org; Mon, 24 Aug 2015 20:45:13 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 6C91220AD2 for ; Mon, 24 Aug 2015 20:45:13 -0400 (EDT) Date: Mon, 24 Aug 2015 20:45:35 -0400 From: "Emilio G. Cota" Message-ID: <20150825004535.GA8880@flamenco> References: <1440375847-17603-1-git-send-email-cota@braap.org> <1440375847-17603-13-git-send-email-cota@braap.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1440375847-17603-13-git-send-email-cota@braap.org> Subject: Re: [Qemu-devel] [RFC 12/38] linux-user: call rcu_(un)register_thread on pthread_(exit|create) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: pbonzini@redhat.com Cc: mttcg@listserver.greensocs.com, mark.burton@greensocs.com, qemu-devel@nongnu.org, a.rigo@virtualopensystems.com, guillaume.delbergue@greensocs.com, alex.bennee@linaro.org, Frederic Konrad On Sun, Aug 23, 2015 at 20:23:41 -0400, Emilio G. Cota wrote: > Signed-off-by: Emilio G. Cota > --- > linux-user/syscall.c | 2 ++ > 1 file changed, 2 insertions(+) Just noticed that this patch is incomplete, since the 'main' thread doesn't get to call rcu_register_thread()--only its children call it. This is fixed in patch 3/4 I sent as a reply to your review of patch 3/38, so you might want to discard this patch from your queue. Thanks, Emilio