Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752837AbZI0TU0 (ORCPT ); Sun, 27 Sep 2009 15:20:26 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752131AbZI0TUZ (ORCPT ); Sun, 27 Sep 2009 15:20:25 -0400 Received: from cantor2.suse.de ([195.135.220.15]:53678 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751513AbZI0TUZ (ORCPT ); Sun, 27 Sep 2009 15:20:25 -0400 Date: Sun, 27 Sep 2009 21:20:25 +0200 From: Nick Piggin To: Wu Fengguang Cc: Andi Kleen , Andrew Morton , Hugh Dickins , "linux-mm@kvack.org" , LKML Subject: Re: [RFC][PATCH] HWPOISON: remove the unsafe __set_page_locked() Message-ID: <20090927192025.GA6327@wotan.suse.de> References: <20090926031537.GA10176@localhost> <20090926034936.GK30185@one.firstfloor.org> <20090926105259.GA5496@localhost> <20090926113156.GA12240@localhost> <20090927104739.GA1666@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090927104739.GA1666@localhost> User-Agent: Mutt/1.5.9i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1760 Lines: 36 On Sun, Sep 27, 2009 at 06:47:39PM +0800, Wu Fengguang wrote: > > > > And standard deviation is 0.04%, much larger than the difference 0.008% .. > > Sorry that's not correct. I improved the accounting by treating > function0+function1 from two CPUs as an integral entity: > > total time add_to_page_cache_lru percent stddev > before 3880166848.722 9683329.610 0.250% 0.014% > after 3828516894.376 9778088.870 0.256% 0.012% > delta 0.006% I don't understand why you're doing this NFS workload to measure? I see significant nfs, networking protocol and device overheads in your profiles, also you're hitting some locks or something which is causing massive context switching. So I don't think this is a good test. But anyway as Hugh points out, you need to compare with a *completely* fixed kernel, which includes auditing all users of page flags non-atomically (slab, notably, but possibly also other places). One other thing to keep in mind that I will mention is that I am going to push in a patch to the page allocator to allow callers to avoid the refcounting (atomic_dec_and_test) in page lifetime, which is especially important for SLUB and takes more cycles off the page allocator... I don't know exactly what you're going to do after that to get a stable reference to slab pages. I guess you can read the page flags and speculatively take some slab locks and recheck etc... -- 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/