From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752736AbbBEUTf (ORCPT ); Thu, 5 Feb 2015 15:19:35 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33387 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751077AbbBEUTd (ORCPT ); Thu, 5 Feb 2015 15:19:33 -0500 Message-ID: <54D3D041.7090408@redhat.com> Date: Thu, 05 Feb 2015 15:19:13 -0500 From: Rik van Riel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: paulmck@linux.vnet.ibm.com CC: Christian Borntraeger , kvm@vger.kernel.org, linux-kernel@vger.kernel.org, mtosatti@redhat.com, mingo@kernel.org, ak@linux.intel.com, oleg@redhat.com, masami.hiramatsu.pt@hitachi.com, fweisbec@gmail.com, lcapitulino@redhat.com, pbonzini@redhat.com Subject: Re: [PATCH 4/4] kvm,rcu: use RCU extended quiescent state when running KVM guest References: <1423154134-17391-1-git-send-email-riel@redhat.com> <1423154134-17391-5-git-send-email-riel@redhat.com> <54D39DF0.3020109@de.ibm.com> <54D39FD5.2040402@redhat.com> <20150205175014.GG5370@linux.vnet.ibm.com> <54D3B1CF.1000301@redhat.com> <20150205185627.GK5370@linux.vnet.ibm.com> <54D3BE4B.9090301@redhat.com> <20150205192704.GM5370@linux.vnet.ibm.com> In-Reply-To: <20150205192704.GM5370@linux.vnet.ibm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/05/2015 02:27 PM, Paul E. McKenney wrote: > On Thu, Feb 05, 2015 at 02:02:35PM -0500, Rik van Riel wrote: >> Looking at context_tracking.h, I see the >> function context_tracking_cpu_is_enabled(). >> >> That looks like it should do the right thing >> in this case. > > Right you are -- that same check is used to guard the > context_tracking_user_enter() function's call to rcu_user_enter(). My test suggests it is working. v2 incoming :)