Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753286AbYKHCqb (ORCPT ); Fri, 7 Nov 2008 21:46:31 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751565AbYKHCqU (ORCPT ); Fri, 7 Nov 2008 21:46:20 -0500 Received: from fgwmail6.fujitsu.co.jp ([192.51.44.36]:34049 "EHLO fgwmail6.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751311AbYKHCqT (ORCPT ); Fri, 7 Nov 2008 21:46:19 -0500 Message-ID: <38971.10.75.179.62.1226112376.squirrel@webmail-b.css.fujitsu.com> In-Reply-To: <31630.10.75.179.62.1226111079.squirrel@webmail-b.css.fujitsu.com> References: <1226096940.8805.4.camel@badari-desktop> <31630.10.75.179.62.1226111079.squirrel@webmail-b.css.fujitsu.com> Date: Sat, 8 Nov 2008 11:46:16 +0900 (JST) Subject: Re: 2.6.28-rc3 mem_cgroup panic From: "KAMEZAWA Hiroyuki" To: "KAMEZAWA Hiroyuki" Cc: "Badari Pulavarty" , "Balbir Singh" , "linux-mm" , "linux-kernel" User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=us-ascii Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 898 Lines: 32 KAMEZAWA Hiroyuki said: > Badari Pulavarty said: >> Hi Balbir, >> >> I was running memory remove/add tests in a continuous loop. >> I get following panic in mem_cgroup migration code. >> >> Is this a known issue ? >> > No, this is new one. We don't see panic in cpuset based migration..so.. > Maybe related to page_cgroup allocation/free code in memory hotplug > notifier. > > Thank you for report. I'll try this. > Hmm...at quick look... online/offline page_cgroup's calculation for "start" is buggy.. -start = start_pfn & (PAGES_PER_SECTION - 1); +start = start_pfn & ~(PAGES_PER_SECTION - 1); I'm sorry I can't write patch today. Regards, -Kame -- 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/