Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757222Ab1FQApo (ORCPT ); Thu, 16 Jun 2011 20:45:44 -0400 Received: from e4.ny.us.ibm.com ([32.97.182.144]:36172 "EHLO e4.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753376Ab1FQApm (ORCPT ); Thu, 16 Jun 2011 20:45:42 -0400 Date: Thu, 16 Jun 2011 17:45:37 -0700 From: "Paul E. McKenney" To: Ingo Molnar Cc: Andi Kleen , Benjamin Herrenschmidt , Linus Torvalds , Peter Zijlstra , Tim Chen , Andrew Morton , Hugh Dickins , KOSAKI Motohiro , David Miller , Martin Schwidefsky , Russell King , Paul Mundt , Jeff Dike , Richard Weinberger , Tony Luck , KAMEZAWA Hiroyuki , Mel Gorman , Nick Piggin , Namhyung Kim , shaohua.li@intel.com, alex.shi@intel.com, linux-kernel@vger.kernel.org, linux-mm@kvack.org, "Rafael J. Wysocki" Subject: Re: [GIT PULL] Re: REGRESSION: Performance regressions from switching anon_vma->lock to mutex Message-ID: <20110617004536.GP2582@linux.vnet.ibm.com> Reply-To: paulmck@linux.vnet.ibm.com References: <20110615201216.GA4762@elte.hu> <35c0ff16-bd58-4b9c-9d9f-d1a4df2ae7b9@email.android.com> <20110616070335.GA7661@elte.hu> <20110616171644.GK2582@linux.vnet.ibm.com> <20110616202550.GA16214@elte.hu> <1308262883.2516.71.camel@pasglop> <20110616223837.GA18431@elte.hu> <4DFA8802.6010300@linux.intel.com> <20110616225803.GA28557@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110616225803.GA28557@elte.hu> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1294 Lines: 29 On Fri, Jun 17, 2011 at 12:58:03AM +0200, Ingo Molnar wrote: > > * Andi Kleen wrote: > > > > There's a crazy solution for that: the idle thread could process > > > RCU callbacks carefully, as if it was running user-space code. > > > > In Ben's kernel NFS server case the system may not be idle. > > An always-100%-busy NFS server is very unlikely, but even in the > hypothetical case a kernel NFS server is really performing system > calls from a kernel thread in essence. If it doesn't do it explicitly > then its main loop can easily include a "check RCU callbacks" call. As long as they make sure to call it in a clean environment: no locks held and so on. But I am a bit worried about the possibility of someone forgetting to put one of these where it is needed -- it would work just fine for most workloads, but could fail only for rare workloads. That said, invoking RCU core/callback processing from the scheduler context certainly sounds like an interesting way to speed up grace periods. Thanx, Paul -- 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/