From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758944AbYEHU2p (ORCPT ); Thu, 8 May 2008 16:28:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1760250AbYEHU2U (ORCPT ); Thu, 8 May 2008 16:28:20 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:36359 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759266AbYEHU2T (ORCPT ); Thu, 8 May 2008 16:28:19 -0400 Date: Thu, 8 May 2008 13:27:24 -0700 (PDT) From: Linus Torvalds To: Ingo Molnar cc: "Zhang, Yanmin" , Andi Kleen , Matthew Wilcox , LKML , Alexander Viro , Andrew Morton , Thomas Gleixner , "H. Peter Anvin" Subject: Re: [patch] speed up / fix the new generic semaphore code (fix AIM7 40% regression with 2.6.26-rc1) In-Reply-To: <20080508201956.GA2547@elte.hu> Message-ID: References: <1210214696.3453.87.camel@ymzhang> <1210219729.3453.97.camel@ymzhang> <20080508120130.GA2860@elte.hu> <20080508122802.GA4880@elte.hu> <20080508201956.GA2547@elte.hu> User-Agent: Alpine 1.10 (LFD 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 8 May 2008, Ingo Molnar wrote: > > I suspect some more performance could be won in this particular workload > by getting rid of the BKL dependency altogether. Did somebody have any trace on which BKL taker it is? It apparently wasn't file locking. Was it the tty layer? Linus