Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755233AbaJXHy3 (ORCPT ); Fri, 24 Oct 2014 03:54:29 -0400 Received: from mail-wi0-f182.google.com ([209.85.212.182]:37161 "EHLO mail-wi0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752354AbaJXHy2 (ORCPT ); Fri, 24 Oct 2014 03:54:28 -0400 Date: Fri, 24 Oct 2014 09:54:23 +0200 From: Ingo Molnar To: Peter Zijlstra Cc: Lai Jiangshan , "Kirill A. Shutemov" , torvalds@linux-foundation.org, paulmck@linux.vnet.ibm.com, tglx@linutronix.de, akpm@linux-foundation.org, riel@redhat.com, mgorman@suse.de, oleg@redhat.com, mingo@redhat.com, minchan@kernel.org, kamezawa.hiroyu@jp.fujitsu.com, viro@zeniv.linux.org.uk, dave@stgolabs.net, linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [RFC][PATCH 0/6] Another go at speculative page faults Message-ID: <20141024075423.GA24479@gmail.com> References: <20141020215633.717315139@infradead.org> <20141021162340.GA5508@gmail.com> <20141021170948.GA25964@node.dhcp.inet.fi> <20141021175603.GI3219@twins.programming.kicks-ass.net> <5448DB05.5050803@cn.fujitsu.com> <20141023110438.GQ21513@worktop.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141023110438.GQ21513@worktop.programming.kicks-ass.net> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Peter Zijlstra wrote: > On Thu, Oct 23, 2014 at 06:40:05PM +0800, Lai Jiangshan wrote: > > On 10/22/2014 01:56 AM, Peter Zijlstra wrote: > > > On Tue, Oct 21, 2014 at 08:09:48PM +0300, Kirill A. Shutemov wrote: > > >> It would be interesting to see if the patchset affects non-condended case. > > >> Like a one-threaded workload. > > > > > > It does, and not in a good way, I'll have to look at that... :/ > > > > Maybe it is blamed to find_vma_srcu() that it doesn't take the advantage of > > the vmacache_find() and cause more cache-misses. > > Its what I thought initially, I tried doing perf record with and > without, but then I ran into perf diff not quite working for me and I've > yet to find time to kick that thing into shape. Might be the 'perf diff' regression fixed by this: 9ab1f50876db perf diff: Add missing hists__init() call at tool start I just pushed it out into tip:master. Thanks, Ingo -- 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/