Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758545AbWK0UBY (ORCPT ); Mon, 27 Nov 2006 15:01:24 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758546AbWK0UBY (ORCPT ); Mon, 27 Nov 2006 15:01:24 -0500 Received: from ns1.suse.de ([195.135.220.2]:41954 "EHLO mx1.suse.de") by vger.kernel.org with ESMTP id S1758545AbWK0UBY (ORCPT ); Mon, 27 Nov 2006 15:01:24 -0500 Date: Mon, 27 Nov 2006 13:20:52 +0100 From: Stefan Seyfried To: Robert Hancock Cc: Alan , Pavel Machek , linux-kernel@vger.kernel.org Subject: Re: [patch] PM: suspend/resume debugging should depend on SOFTWARE_SUSPEND Message-ID: <20061127122052.GA14752@suse.de> References: <45693E25.9010504@shaw.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <45693E25.9010504@shaw.ca> X-Operating-System: openSUSE 10.2 (i586), Kernel 2.6.18.2-23-default User-Agent: mutt-ng/devel-r804 (Linux) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1140 Lines: 37 On Sun, Nov 26, 2006 at 01:11:33AM -0600, Robert Hancock wrote: > options seem to work, and vbetool appears to helpfully segfault on any operation so that's out. Try this one: From: Matthew Garrett Subject: Fix failures on AMD64 This patch fixes at least some of the cases where vbetool segfaulted on x86_64 while the x86 emulator was executing BIOS code. --- x86-common.c +++ x86-common.c @@ -33,8 +33,8 @@ #include "include/lrmi.h" -#define REAL_MEM_BASE ((void *)0x10000) -#define REAL_MEM_SIZE 0x90000 +#define REAL_MEM_BASE ((void *)0x1000) +#define REAL_MEM_SIZE 0xa0000 #define REAL_MEM_BLOCKS 0x100 struct mem_block { I have this in our vbetool-0.7 packages and have no reports about segfaults since then. -- Stefan Seyfried QA / R&D Team Mobile Devices | "Any ideas, John?" SUSE LINUX Products GmbH, N?rnberg | "Well, surrounding them's out." - 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/