From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752288Ab0FGQgO (ORCPT ); Mon, 7 Jun 2010 12:36:14 -0400 Received: from one.firstfloor.org ([213.235.205.2]:35636 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751324Ab0FGQgM (ORCPT ); Mon, 7 Jun 2010 12:36:12 -0400 To: Peter Zijlstra Cc: Andrea Arcangeli , Avi Kivity , Thomas Gleixner , Rik van Riel , Ingo Molnar , akpm@firstfloor.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Benjamin Herrenschmidt , David Miller , Hugh Dickins , Mel Gorman , Nick Piggin , "Paul E. McKenney" Subject: Re: [PATCH 00/28] mm: preemptibility -v3 From: Andi Kleen References: <20100607110654.606530953@chello.nl> Date: Mon, 07 Jun 2010 18:36:08 +0200 In-Reply-To: <20100607110654.606530953@chello.nl> (Peter Zijlstra's message of "Mon\, 07 Jun 2010 13\:06\:54 +0200") Message-ID: <87hble6brb.fsf@basil.nowhere.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux) 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 Peter Zijlstra writes: > This patch-set makes part of the mm a lot more preemptible. It converts > i_mmap_lock and anon_vma->lock to mutexes and makes mmu_gather fully > preemptible. How about performance measurements? mutexes still behave quite differently from spinlocks, especially under contention. -Andi -- ak@linux.intel.com -- Speaking for myself only.