From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753693Ab1FOVGO (ORCPT ); Wed, 15 Jun 2011 17:06:14 -0400 Received: from mail-gx0-f174.google.com ([209.85.161.174]:61971 "EHLO mail-gx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751260Ab1FOVGM (ORCPT ); Wed, 15 Jun 2011 17:06:12 -0400 References: <1308097798.17300.142.camel@schen9-DESK> <1308134200.15315.32.camel@twins> <1308135495.15315.38.camel@twins> <20110615201216.GA4762@elte.hu> User-Agent: K-9 Mail for Android In-Reply-To: <20110615201216.GA4762@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [GIT PULL] Re: REGRESSION: Performance regressions from switching anon_vma->lock to mutex From: Linus Torvalds Date: Wed, 15 Jun 2011 14:05:46 -0700 To: Ingo Molnar CC: Peter Zijlstra , Paul McKenney , Tim Chen , Andrew Morton , Hugh Dickins , KOSAKI Motohiro , Benjamin Herrenschmidt , David Miller , Martin Schwidefsky , Russell King , Paul Mundt , Jeff Dike , Richard Weinberger , Tony Luck , KAMEZAWA Hiroyuki , Mel Gorman , Nick Piggin , Namhyung Kim , ak@linux.intel.com, shaohua.li@intel.com, alex.shi@intel.com, linux-kernel@vger.kernel.org, linux-mm@kvack.org, "Rafael J. Wysocki" Message-ID: <35c0ff16-bd58-4b9c-9d9f-d1a4df2ae7b9@email.android.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Ingo Molnar wrote: > >I have this fix queued up currently: > > 09223371deac: rcu: Use softirq to address performance regression I really don't think that is even close to enough. It still does all the callbacks in the threads, and according to Peter, about half the rcu time in the threads remained.. Linus