From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755621Ab3JIRPm (ORCPT ); Wed, 9 Oct 2013 13:15:42 -0400 Received: from mail-ee0-f48.google.com ([74.125.83.48]:39299 "EHLO mail-ee0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753250Ab3JIRPk (ORCPT ); Wed, 9 Oct 2013 13:15:40 -0400 Date: Wed, 9 Oct 2013 19:15:37 +0200 From: Ingo Molnar To: Peter Zijlstra Cc: Mel Gorman , Rik van Riel , Srikar Dronamraju , Andrea Arcangeli , Johannes Weiner , Linux-MM , LKML Subject: Re: [PATCH 0/63] Basic scheduler support for automatic NUMA balancing V9 Message-ID: <20131009171537.GA12575@gmail.com> References: <1381141781-10992-1-git-send-email-mgorman@suse.de> <20131009162801.GA10452@gmail.com> <20131009170837.GF13848@laptop.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131009170837.GF13848@laptop.programming.kicks-ass.net> 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 * Peter Zijlstra wrote: > On Wed, Oct 09, 2013 at 06:28:01PM +0200, Ingo Molnar wrote: > > > > Hm, so I'm seeing boot crashes with the config attached: > > > > INIT: version 2.86 booting > > BUG: unable to handle kernel BUG: unable to handle kernel paging > > requestpaging request at eaf10f40 > > at eaf10f40 > > IP:IP: [] task_work_run+0x52/0x87 > > [] task_work_run+0x52/0x87 > > *pde = 3fbf9067 *pde = 3fbf9067 *pte = 3af10060 *pte = 3af10060 > > > > Oops: 0000 [#1] Oops: 0000 [#1] DEBUG_PAGEALLOCDEBUG_PAGEALLOC > > > > CPU: 0 PID: 171 Comm: hostname Tainted: G W > > 3.12.0-rc4-01668-gfd71a04-dirty #229484 > > CPU: 0 PID: 171 Comm: hostname Tainted: G W > > 3.12.0-rc4-01668-gfd71a04-dirty #229484 > > task: eaf157a0 ti: eacf2000 task.ti: eacf2000 > > > > Note that the config does not have NUMA_BALANCING enabled. With another > > config I also had a failed bootup due to the OOM killer kicking in. That > > didn't have NUMA_BALANCING enabled either. > > > > Yet this all started today, after merging the NUMA patches. > > > > Any ideas? > > > CONFIG_MGEODE_LX=y > > It looks like -march=geode generates similar borkage to the > -march=winchip2 like we found earlier today. > > Must be randconfig luck to only hit it now. Yes, very weird but such is life :-) Also note that this reproduces with GCC 4.7 ... Thanks, Ingo From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pb0-f47.google.com (mail-pb0-f47.google.com [209.85.160.47]) by kanga.kvack.org (Postfix) with ESMTP id 517936B003A for ; Wed, 9 Oct 2013 13:15:43 -0400 (EDT) Received: by mail-pb0-f47.google.com with SMTP id rr4so1211290pbb.6 for ; Wed, 09 Oct 2013 10:15:43 -0700 (PDT) Received: by mail-ea0-f171.google.com with SMTP id n15so566061ead.2 for ; Wed, 09 Oct 2013 10:15:39 -0700 (PDT) Date: Wed, 9 Oct 2013 19:15:37 +0200 From: Ingo Molnar Subject: Re: [PATCH 0/63] Basic scheduler support for automatic NUMA balancing V9 Message-ID: <20131009171537.GA12575@gmail.com> References: <1381141781-10992-1-git-send-email-mgorman@suse.de> <20131009162801.GA10452@gmail.com> <20131009170837.GF13848@laptop.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131009170837.GF13848@laptop.programming.kicks-ass.net> Sender: owner-linux-mm@kvack.org List-ID: To: Peter Zijlstra Cc: Mel Gorman , Rik van Riel , Srikar Dronamraju , Andrea Arcangeli , Johannes Weiner , Linux-MM , LKML * Peter Zijlstra wrote: > On Wed, Oct 09, 2013 at 06:28:01PM +0200, Ingo Molnar wrote: > > > > Hm, so I'm seeing boot crashes with the config attached: > > > > INIT: version 2.86 booting > > BUG: unable to handle kernel BUG: unable to handle kernel paging > > requestpaging request at eaf10f40 > > at eaf10f40 > > IP:IP: [] task_work_run+0x52/0x87 > > [] task_work_run+0x52/0x87 > > *pde = 3fbf9067 *pde = 3fbf9067 *pte = 3af10060 *pte = 3af10060 > > > > Oops: 0000 [#1] Oops: 0000 [#1] DEBUG_PAGEALLOCDEBUG_PAGEALLOC > > > > CPU: 0 PID: 171 Comm: hostname Tainted: G W > > 3.12.0-rc4-01668-gfd71a04-dirty #229484 > > CPU: 0 PID: 171 Comm: hostname Tainted: G W > > 3.12.0-rc4-01668-gfd71a04-dirty #229484 > > task: eaf157a0 ti: eacf2000 task.ti: eacf2000 > > > > Note that the config does not have NUMA_BALANCING enabled. With another > > config I also had a failed bootup due to the OOM killer kicking in. That > > didn't have NUMA_BALANCING enabled either. > > > > Yet this all started today, after merging the NUMA patches. > > > > Any ideas? > > > CONFIG_MGEODE_LX=y > > It looks like -march=geode generates similar borkage to the > -march=winchip2 like we found earlier today. > > Must be randconfig luck to only hit it now. Yes, very weird but such is life :-) Also note that this reproduces with GCC 4.7 ... Thanks, Ingo -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org