From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.suse.de (cantor2.suse.de [195.135.220.15]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 072331A0017 for ; Thu, 14 May 2015 19:33:10 +1000 (AEST) Date: Thu, 14 May 2015 10:33:04 +0100 From: Mel Gorman To: Haren Myneni Subject: Re: mm: BUG_ON with NUMA_BALANCING (kernel BUG at include/linux/swapops.h:131!) Message-ID: <20150514093304.GS2462@suse.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 In-Reply-To: Cc: srikar@linux.vnet.ibm.com, linux-kernel@vger.kernel.org, linux-mm@kvack.org, aneesh.kumar@linux.vnet.ibm.com, linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, May 13, 2015 at 01:17:54AM -0700, Haren Myneni wrote: > Hi, > > I am getting BUG_ON in migration_entry_to_page() with 4.1.0-rc2 > kernel on powerpc system which has 512 CPUs (64 cores - 16 nodes) and > 1.6 TB memory. We can easily recreate this issue with kernel compile > (make -j500). But I could not reproduce with numa_balancing=disable. > Is this patched in any way? I ask because line 134 on 4.1.0-rc2 does not match up with a BUG_ON. It's close to a PageLocked check but I want to be sure there are no other modifications. Otherwise, when was the last time this worked? Was 4.0 ok? As it can be easily reproduced, can the problem be bisected please? -- Mel Gorman SUSE Labs From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by kanga.kvack.org (Postfix) with ESMTP id 7B7A06B0038 for ; Thu, 14 May 2015 05:33:09 -0400 (EDT) Received: by wguv19 with SMTP id v19so6936288wgu.1 for ; Thu, 14 May 2015 02:33:09 -0700 (PDT) Received: from mx2.suse.de (cantor2.suse.de. [195.135.220.15]) by mx.google.com with ESMTPS id w6si2714567wiv.14.2015.05.14.02.33.07 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 14 May 2015 02:33:07 -0700 (PDT) Date: Thu, 14 May 2015 10:33:04 +0100 From: Mel Gorman Subject: Re: mm: BUG_ON with NUMA_BALANCING (kernel BUG at include/linux/swapops.h:131!) Message-ID: <20150514093304.GS2462@suse.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: Sender: owner-linux-mm@kvack.org List-ID: To: Haren Myneni Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Haren Myneni , aneesh.kumar@linux.vnet.ibm.com, srikar@linux.vnet.ibm.com On Wed, May 13, 2015 at 01:17:54AM -0700, Haren Myneni wrote: > Hi, > > I am getting BUG_ON in migration_entry_to_page() with 4.1.0-rc2 > kernel on powerpc system which has 512 CPUs (64 cores - 16 nodes) and > 1.6 TB memory. We can easily recreate this issue with kernel compile > (make -j500). But I could not reproduce with numa_balancing=disable. > Is this patched in any way? I ask because line 134 on 4.1.0-rc2 does not match up with a BUG_ON. It's close to a PageLocked check but I want to be sure there are no other modifications. Otherwise, when was the last time this worked? Was 4.0 ok? As it can be easily reproduced, can the problem be bisected please? -- Mel Gorman SUSE Labs -- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932781AbbENJdK (ORCPT ); Thu, 14 May 2015 05:33:10 -0400 Received: from cantor2.suse.de ([195.135.220.15]:33833 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932642AbbENJdI (ORCPT ); Thu, 14 May 2015 05:33:08 -0400 Date: Thu, 14 May 2015 10:33:04 +0100 From: Mel Gorman To: Haren Myneni Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Haren Myneni , aneesh.kumar@linux.vnet.ibm.com, srikar@linux.vnet.ibm.com Subject: Re: mm: BUG_ON with NUMA_BALANCING (kernel BUG at include/linux/swapops.h:131!) Message-ID: <20150514093304.GS2462@suse.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: 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 Wed, May 13, 2015 at 01:17:54AM -0700, Haren Myneni wrote: > Hi, > > I am getting BUG_ON in migration_entry_to_page() with 4.1.0-rc2 > kernel on powerpc system which has 512 CPUs (64 cores - 16 nodes) and > 1.6 TB memory. We can easily recreate this issue with kernel compile > (make -j500). But I could not reproduce with numa_balancing=disable. > Is this patched in any way? I ask because line 134 on 4.1.0-rc2 does not match up with a BUG_ON. It's close to a PageLocked check but I want to be sure there are no other modifications. Otherwise, when was the last time this worked? Was 4.0 ok? As it can be easily reproduced, can the problem be bisected please? -- Mel Gorman SUSE Labs