From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752944AbZHRHXh (ORCPT ); Tue, 18 Aug 2009 03:23:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752182AbZHRHXf (ORCPT ); Tue, 18 Aug 2009 03:23:35 -0400 Received: from mga11.intel.com ([192.55.52.93]:48764 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752052AbZHRHXe (ORCPT ); Tue, 18 Aug 2009 03:23:34 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.43,401,1246863600"; d="scan'208";a="484459729" Subject: Re: acpi_ex_system_memory_space_handler oops From: Lin Ming To: Sergey Senozhatsky Cc: "Brown, Len" , "Moore, Robert" , "linux-acpi@vger.kernel.org" , "linux-kernel@vger.kernel.org" In-Reply-To: <20090818071359.GA3713@localdomain.by> References: <20090812201034.GA2983@localdomain.by> <1250498613.28336.68.camel@minggr.sh.intel.com> <20090817113059.GA3245@localdomain.by> <20090818071359.GA3713@localdomain.by> Content-Type: text/plain Date: Tue, 18 Aug 2009 15:18:35 +0800 Message-Id: <1250579915.13743.8.camel@minggr.sh.intel.com> Mime-Version: 1.0 X-Mailer: Evolution 2.24.1 (2.24.1-2.fc10) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2009-08-18 at 15:13 +0800, Sergey Senozhatsky wrote: > On (08/17/09 21:22), Lin Ming wrote: > > > rc6-git2 > > > 25 successful reboots. > > > > > > I'll need some more time to test against rc5. > > > > > > /*should I also test DSDT in case region-debug.patch fixed the problem?*/ > > > > Yes, please also help to test the custome DSDT. > > region-debug.patch is just a debug patch. > > We need to root cause the problem clearly and then work out a clean solution. > > > > Hi, Lin > Looks like DSDT didn't solve the problem (oops on 4th reboot). > > So: > region-debug.patch + > DSDT - > > /* Is that possible? */ Yes, that is possible. The same aml method is re-entered when interpreter lock is released. So you still see AE_ALREADY_EXISTS error with the custom DSDT, right? Thanks for the info, I'll continue to look at this issue. And would you please test the region-debug.patch multiple times to verify if it really fixes the bug? Thanks, Lin Ming