On Saturday 12 April 2008, Alexey Starikovskiy wrote: > Len Brown wrote: > > The acpica branch is based on 2.6.25-rc9. > > Below is a dmesg diff of an HP nx6325 booting that baseline > > vs. booting the acpica branch. > > > > Two things jump out: > > > > 1. ACPI: Expecting a [Reference] package element, found type 14 > > > > > Add this to #67 > diff --git a/drivers/acpi/utils.c b/drivers/acpi/utils.c > index 44ea60c..1009261 100644 > --- a/drivers/acpi/utils.c > +++ b/drivers/acpi/utils.c > @@ -398,7 +398,7 @@ acpi_evaluate_reference(acpi_handle handle, > > element = &(package->package.elements[i]); > > - if (element->type != ACPI_TYPE_ANY) { > + if (element->type != ACPI_TYPE_LOCAL_REFERENCE) { > status = AE_BAD_DATA; > printk(KERN_ERR PREFIX > "Expecting a [Reference] package element, found > type %X\n", > > > 2. memory coorruption: > > > > slab error in verify_redzone_free(): cache `size-1024': memory outside object was overwritten > > > > > drop #60 done, and the nx6325 now looks happy, so I've updated the acpica branch and pulled it into the test branch. but expanding testing to the t61, the latest ACPICA gives me these: > ACPI Exception (scan-0716): AE_BAD_DATA, Extracting _PRW package [20080321] > ACPI Exception (scan-0716): AE_BAD_DATA, Extracting _PRW package [20080321] > ACPI Exception (scan-0716): AE_BAD_DATA, Extracting _PRW package [20080321] > ACPI Exception (scan-0716): AE_BAD_DATA, Extracting _PRW package [20080321] > ACPI Exception (scan-0716): AE_BAD_DATA, Extracting _PRW package [20080321] -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html