From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934539Ab2LIVQi (ORCPT ); Sun, 9 Dec 2012 16:16:38 -0500 Received: from shutemov.name ([204.155.152.216]:37599 "EHLO shutemov.name" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934524Ab2LIVQg (ORCPT ); Sun, 9 Dec 2012 16:16:36 -0500 Date: Sun, 9 Dec 2012 23:17:09 +0200 From: "Kirill A. Shutemov" To: Mel Gorman Cc: Ingo Molnar , Peter Zijlstra , Andrea Arcangeli , Rik van Riel , Johannes Weiner , Hugh Dickins , Thomas Gleixner , Paul Turner , Hillf Danton , David Rientjes , Lee Schermerhorn , Alex Shi , Srikar Dronamraju , Aneesh Kumar , Linus Torvalds , Andrew Morton , Linux-MM , LKML Subject: Re: [PATCH 00/49] Automatic NUMA Balancing v10 Message-ID: <20121209211708.GA29607@shutemov.name> References: <1354875832-9700-1-git-send-email-mgorman@suse.de> <20121207110113.GB21482@gmail.com> <20121209203630.GC1009@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121209203630.GC1009@suse.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Dec 09, 2012 at 08:36:31PM +0000, Mel Gorman wrote: > Either way, last night I applied a patch on top of latest tip/master to > remove the nr_cpus_allowed check so that numacore would be enabled again > and tested that. In some places it has indeed much improved. In others > it is still regressing badly and in two case, it's corrupting memory -- > specjbb when THP is enabled crashes when running for single or multiple > JVMs. It is likely that a zero page is being inserted due to a race with > migration and causes the JVM to throw a null pointer exception. Here is > the comparison on the rough off-chance you actually read it this time. Are you talking about huge zero page, right? I've fixed a race in huge zero page implementation recently[1]. Symptoms were similar -- SIGSEGV in JVM. The patch is in mmotm-2012-12-05-16-56 and later. [1] http://lkml.org/lkml/2012/11/30/279 -- Kirill A. Shutemov