RE: some new unaligned access while booting ia64 (HP rx2620)

2006-03-15 Thread Moore, Robert
. -Original Message- From: Bjorn Helgaas [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 14, 2006 4:00 PM To: Luck, Tony Cc: linux-acpi@vger.kernel.org; linux-ia64@vger.kernel.org; Moore, Robert; Thomas Renninger Subject: Re: some new unaligned access while booting ia64 (HP rx2620) On Thursday

Re: some new unaligned access while booting ia64 (HP rx2620)

2006-03-15 Thread Bjorn Helgaas
Cc: linux-acpi@vger.kernel.org; linux-ia64@vger.kernel.org; Moore, Robert; Thomas Renninger Subject: Re: some new unaligned access while booting ia64 (HP rx2620) On Thursday 02 February 2006 12:46, Luck, Tony wrote: Booting a snapshot of Linus' tree this morning I saw a few (new

RE: some new unaligned access while booting ia64 (HP rx2620)

2006-03-15 Thread Moore, Robert
-ia64@vger.kernel.org; Thomas Renninger Subject: Re: some new unaligned access while booting ia64 (HP rx2620) On Wednesday 15 March 2006 08:47, Moore, Robert wrote: They should be fixed in ACPICA version 20060217: Fixed a problem where several resource descriptor types could overrun

Re: some new unaligned access while booting ia64 (HP rx2620)

2006-02-13 Thread Thomas Renninger
Moore, Robert wrote: This only contains the output of stores to the ACPI debug object, not the full trace output. However, _CRS 0 may help Something is strange here. With rc2-gitXY I got this: --- slab error in

Re: some new unaligned access while booting ia64 (HP rx2620)

2006-02-13 Thread Bjorn Helgaas
On Monday 13 February 2006 11:51, Thomas Renninger wrote: Something is strange here. With rc2-gitXY I got this: --- slab error in cache_free_debugcheck(): cache `size-256': double free, or memory outside object was

RE: some new unaligned access while booting ia64 (HP rx2620)

2006-02-10 Thread Moore, Robert
Renninger' Cc: 'linux-acpi@vger.kernel.org'; 'linux-ia64@vger.kernel.org' Subject: RE: some new unaligned access while booting ia64 (HP rx2620) Enabling debugging in the ACPI subsystem will certainly give this information. AcpiDebugLevel = 0x00FF works nicely, although a lot of trace info

RE: some new unaligned access while booting ia64 (HP rx2620)

2006-02-10 Thread Luck, Tony
Does any debug info come out? Perhaps I was too impatient ... I just assumed it was hung because it hadn't said anything for a minute after the Loading initrd message. When I came back to the console all sorts of messages were streaming past. I restarted ... the delay is ~10 minutes, the the

RE: some new unaligned access while booting ia64 (HP rx2620)

2006-02-10 Thread Moore, Robert
Renninger'; Brown, Len Cc: 'linux-acpi@vger.kernel.org'; 'linux-ia64@vger.kernel.org' Subject: RE: some new unaligned access while booting ia64 (HP rx2620) Does any debug info come out? Perhaps I was too impatient ... I just assumed it was hung because it hadn't said anything for a minute after

RE: some new unaligned access while booting ia64 (HP rx2620)

2006-02-10 Thread Luck, Tony
That looks good. You'll probably need to increase your dmesg buffer or send the output to a serial port, since you will get megabytes of info. I only have a serial port on this machine ... but all the interesting output happens before it is enabled ... i.e. is buffered up in log_buf until the

RE: some new unaligned access while booting ia64 (HP rx2620)

2006-02-10 Thread Moore, Robert
Sent: Friday, February 10, 2006 2:59 PM To: Moore, Robert; 'Thomas Renninger'; Brown, Len Cc: 'linux-acpi@vger.kernel.org'; 'linux-ia64@vger.kernel.org' Subject: RE: some new unaligned access while booting ia64 (HP rx2620) That looks good. You'll probably need to increase your dmesg buffer

RE: some new unaligned access while booting ia64 (HP rx2620)

2006-02-10 Thread Moore, Robert
-acpi@vger.kernel.org; linux-ia64@vger.kernel.org Subject: RE: some new unaligned access while booting ia64 (HP rx2620) You may need to selectively enable/disable the debug trace during a particular call. I suspect that the problem is happening during the execution of the ACPICA interface

RE: some new unaligned access while booting ia64 (HP rx2620)

2006-02-10 Thread Luck, Tony
A 16MB log_buf was enough. Here is the initial trace up until the unaligned access messages: Linux version 2.6.16-rc2-zx1-smp ([EMAIL PROTECTED]) (gcc version 3.4.3 20050227 (Red Hat 3.4.3-22.1)) #7 SMP Fri Feb 10 15:17:06 PST 2006 EFI v1.10 by HP: SALsystab=0x3fefa000 ACPI 2.0=0x3fd5e000

RE: some new unaligned access while booting ia64 (HP rx2620)

2006-02-09 Thread Luck, Tony
You might try removing this code from actypes.h: /* * If possible, pack the following structures to byte alignment */ #ifndef ACPI_MISALIGNMENT_NOT_SUPPORTED #pragma pack(1) #endif Either this made things worse, or other changes in the base since my last test made things worse ...

RE: some new unaligned access while booting ia64 (HP rx2620)

2006-02-09 Thread Luck, Tony
The alignment stuff is based upon __IA64__ or __ia64__, make sure one of these is set. __ia64__ is set -Tony - To unsubscribe from this list: send the line unsubscribe linux-acpi in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

RE: some new unaligned access while booting ia64 (HP rx2620)

2006-02-02 Thread Moore, Robert
PROTECTED] On Behalf Of Luck, Tony Sent: Thursday, February 02, 2006 11:46 AM To: linux-acpi@vger.kernel.org Cc: linux-ia64@vger.kernel.org Subject: some new unaligned access while booting ia64 (HP rx2620) Booting a snapshot of Linus' tree this morning I saw a few (new?) kernel unaligned