From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail144.messagelabs.com (mail144.messagelabs.com [216.82.254.51]) by kanga.kvack.org (Postfix) with SMTP id 18FBC6B0012 for ; Wed, 15 Jun 2011 17:11:42 -0400 (EDT) Subject: Re: REGRESSION: Performance regressions from switching anon_vma->lock to mutex From: Tim Chen In-Reply-To: <4DF91CB9.5080504@linux.intel.com> References: <1308097798.17300.142.camel@schen9-DESK> <1308101214.15392.151.camel@sli10-conroe> <1308138750.15315.62.camel@twins> <20110615161827.GA11769@tassilo.jf.intel.com> <1308156337.2171.23.camel@laptop> <1308163398.17300.147.camel@schen9-DESK> <1308169937.15315.88.camel@twins> <4DF91CB9.5080504@linux.intel.com> Content-Type: text/plain; charset="UTF-8" Date: Wed, 15 Jun 2011 14:12:16 -0700 Message-ID: <1308172336.17300.177.camel@schen9-DESK> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Andi Kleen Cc: Peter Zijlstra , Shaohua Li , Andrew Morton , Linus Torvalds , Hugh Dickins , KOSAKI Motohiro , Benjamin Herrenschmidt , David Miller , Martin Schwidefsky , Russell King , Paul Mundt , Jeff Dike , Richard Weinberger , "Luck, Tony" , KAMEZAWA Hiroyuki , Mel Gorman , Nick Piggin , Namhyung Kim , "Shi, Alex" , "linux-kernel@vger.kernel.org" , "linux-mm@kvack.org" , "Rafael J. Wysocki" On Wed, 2011-06-15 at 13:57 -0700, Andi Kleen wrote: > > 7.44% exim [kernel.kallsyms] [k] format_decode > > | > > --- format_decod > > > This is a glibc issue. exim calls libdb and libdb asks sysconf for the > number of CPUs to tune > its locking, and glibc reads /proc/stat. And /proc/stat is incredible slow. > > I would blame glibc, but in this case it's really the kernel to blame > for not providing proper > interface. > > This was my motivation for the sysconf() syscall I submitted some time ago. > https://lkml.org/lkml/2011/5/13/455 > > Anyways a quick workaround is to use this LD_PRELOAD: > http://halobates.de/smallsrc/sysconf.c > But it's not 100% equivalent. > Thanks to Andi for providing the info. We've used this workaround in our testing so it will not mask true kernel scaling bottlenecks. Tim -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: email@kvack.org