[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PROBLEM: 2.6.10 oops on startup
- From: Coywolf Qi Hunt <coywolf@xxxxxxxxx>
- Date: Wed, 5 Jan 2005 14:24:48 +0800
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=B+GZN98r7rzbU0tVUo0VtCnjGPd1gLf7mGVMLGUODFeFF8/m/Hakx046FyPrmEsM0MmMLqob14q05vyngP4+waz9v7u2hNkI6LUuWQ35zCUuZd6zi2CuhMn/JSKilqevc83ojAtIc/sdSaJXzBmCVlg8n9lpoKcbROc23RQXZH4=
- References: <1104605177.6137.92.camel@sofa.co.uk> <41DAE494.1020807@osdl.org> <1104899778.1992.45.camel@sofa.co.uk>
On Wed, 05 Jan 2005 04:36:18 +0000, Paul Bain <prbain@xxxxxxxxxxx> wrote:
> On Tue, 2005-01-04 at 18:46, Randy.Dunlap wrote:
> > Have you tested any 2.6.10-bk# versions to see if this has been
> > fixed by recent patches?
> > If not, please try that and let us know, then I'll look at it
> > more if needed.
> >
> > Thanks,
> > ~Randy
>
> Hi, thanks for the response. I tried it with 2.6.10-bk7 and it crashed
> with
>
This is a quick fix. Please try the attached patch.
coywolf
--
Coywolf Qi Hunt
Homepage http://sosdg.org/~coywolf/
diff -Nrup linux-2.6.10/drivers/acpi/executer/exconfig.c linux-2.6.10-cy/drivers/acpi/executer/exconfig.c
--- linux-2.6.10/drivers/acpi/executer/exconfig.c 2004-10-19 05:54:32.000000000 +0800
+++ linux-2.6.10-cy/drivers/acpi/executer/exconfig.c 2005-01-05 14:19:18.000000000 +0800
@@ -368,7 +368,7 @@ acpi_ex_load_op (
*/
status = acpi_ex_read_data_from_field (walk_state, obj_desc, &buffer_desc);
if (ACPI_FAILURE (status)) {
- goto cleanup;
+ return_ACPI_STATUS (status);
}
table_ptr = ACPI_CAST_PTR (struct acpi_table_header, buffer_desc->buffer.pointer);
Follow-Ups:
References: