Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755416Ab2K1OZN (ORCPT ); Wed, 28 Nov 2012 09:25:13 -0500 Received: from mail-vb0-f46.google.com ([209.85.212.46]:44628 "EHLO mail-vb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754906Ab2K1OZI (ORCPT ); Wed, 28 Nov 2012 09:25:08 -0500 MIME-Version: 1.0 In-Reply-To: <20121128135345.GG928@redhat.com> References: <1353993325.14050.49.camel@ThinkPad-T5421.cn.ibm.com> <1354090704.3054.13.camel@ThinkPad-T5421.cn.ibm.com> <20121128135345.GG928@redhat.com> Date: Wed, 28 Nov 2012 15:25:07 +0100 Message-ID: Subject: Re: [RFC PATCH v2] Add rcu user eqs exception hooks for async page fault From: Frederic Weisbecker To: Gleb Natapov Cc: Li Zhong , linux-next list , LKML , paulmck@linux.vnet.ibm.com, sasha.levin@oracle.com, avi@redhat.com Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1427 Lines: 35 2012/11/28 Gleb Natapov : > On Wed, Nov 28, 2012 at 01:55:42PM +0100, Frederic Weisbecker wrote: >> Yes but if rcu_irq_*() calls are fine to be called there, and I >> believe they are because exception_enter() exits the user mode, we >> should start to protect there right now instead of waiting for a >> potential future warning of illegal RCU use. >> > Async page not present is not much different from regular page fault > exception when it happens not on idle task (regular #PF cannot happen > on idle task), but code have a special handling for idle task. So why > do you think rcu_irq_*() is required here, but not in page fault > handler? Because we are not supposed to fault in idle, at least I hope there are no case around. Except on cases like here with KVM I guess but we have that special async handler for that. Note exception_enter() only takes cares of RCU user mode, not idle. If the need arise in the future we can extend it to handle idle. >> > >> > I think we still need Gleb's patch about the idle check in >> > kvm_async_pf_task_wait(), and maybe another patch for the >> > exit_idle()/enter_idle() issue. >> >> Right. >> > Done. Thanks! -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/