public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.6.13-mm1: hangs during boot ...
@ 2005-09-02 12:54 Peter Williams
  2005-09-02 20:11 ` Andrew Morton
  0 siblings, 1 reply; 20+ messages in thread
From: Peter Williams @ 2005-09-02 12:54 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

... at the the point indicated by the following output:

[    8.197224] Freeing unused kernel memory: 288k freed
[    8.428217] SCSI subsystem initialized
[    8.510376] sym0: <810a> rev 0x23 at pci 0000:00:08.0 irq 11
[    8.587731] sym0: No NVRAM, ID 7, Fast-10, SE, parity checking
[    8.671531] sym0: SCSI BUS has been reset.
[    8.725530] scsi0 : sym-2.2.1
[   17.256480]  0:0:0:0: ABORT operation started.
[   22.323534]  0:0:0:0: ABORT operation timed-out.
[   22.384348]  0:0:0:0: DEVICE RESET operation started.
[   27.458702]  0:0:0:0: DEVICE RESET operation timed-out.
[   27.527544]  0:0:0:0: BUS RESET operation started.
[   32.533775]  0:0:0:0: BUS RESET operation timed-out.
[   32.599173]  0:0:0:0: HOST RESET operation started.
[   32.669659] sym0: SCSI BUS has been reset.

Peter
-- 
Peter Williams                                   pwil3058@bigpond.net.au

"Learning, n. The kind of ignorance distinguishing the studious."
  -- Ambrose Bierce

^ permalink raw reply	[flat|nested] 20+ messages in thread
* RE: 2.6.13-mm1: hangs during boot ...
@ 2005-09-03  4:22 Brown, Len
  2005-09-03  4:58 ` Peter Williams
  0 siblings, 1 reply; 20+ messages in thread
From: Brown, Len @ 2005-09-03  4:22 UTC (permalink / raw)
  To: Andrew Morton, Peter Williams; +Cc: linux-kernel, James Bottomley, linux-scsi

> > [  279.662960]  [<c02d5c74>] wait_for_completion+0xa4/0x110

possibly a missing interrupt?

> CONFIG_ACPI=y

any difference if booted with "acpi=off" or "acpi=noirq"?

^ permalink raw reply	[flat|nested] 20+ messages in thread
* RE: 2.6.13-mm1: hangs during boot ...
@ 2005-09-03  5:37 Brown, Len
  2005-09-03  6:18 ` Peter Williams
  0 siblings, 1 reply; 20+ messages in thread
From: Brown, Len @ 2005-09-03  5:37 UTC (permalink / raw)
  To: Peter Williams; +Cc: Andrew Morton, linux-kernel, James Bottomley, linux-scsi

 
>Brown, Len wrote:
>>>>[  279.662960]  [<c02d5c74>] wait_for_completion+0xa4/0x110
>> 
>> 
>> possibly a missing interrupt?
>> 
>> 
>>>CONFIG_ACPI=y
>> 
>> 
>> any difference if booted with "acpi=off" or "acpi=noirq"?
>
>Yes.  In both cases, the system appears to boot normally but 
>I'm unable 
>to login or connect via ssh.  Also there's a "device not 
>ready" message 
>after the scsi initialization which I don't normally see.  
>I've attached 
>the scsi initialization output.  The PF_NETLINK error messages 
>after the 
>login prompt in this output are created whenever I try to log in or 
>connect via ssh.

Please confirm that vanilla 2.6.13 has none of these symptoms.
Please apply just the ACPI part of the 2.6.13-mm1 patch to see if
these issues are caused by that or if they are caused by something
else in the mm patch.

http://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.13/2.6.13-mm1/broken-out/git-acpi.patch

thanks,
-Len

^ permalink raw reply	[flat|nested] 20+ messages in thread
[parent not found: <fa.qs5cahs.i2khgm@ifi.uio.no>]
* RE: 2.6.13-mm1: hangs during boot ...
@ 2005-09-03 15:57 Brown, Len
  2005-09-03 22:48 ` Peter Williams
  0 siblings, 1 reply; 20+ messages in thread
From: Brown, Len @ 2005-09-03 15:57 UTC (permalink / raw)
  To: Andrew Morton, Peter Williams; +Cc: linux-kernel, James.Bottomley, linux-scsi

>> > Please then try the latest ACPI patch here:
>>  > 
>http://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/patches
>/release/2.6.13/acpi-20050902-2.6.13.diff.gz
>>  > It should apply to vanilla 2.6.13 with a reject in ia64/Kconfig
>>  > that you can ignore.
>>  > 
>>  > If this works, then we munged git-acpi.patch in 
>2.6.13-mm1 somehow.
>> 
>>  There were no problems with this patch applied.  So it 
>looks like the 
>>  munge theory is correct.
>
>That diff is significantly different from the diff I plucked from
>master.kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
>.git#test
>for 2.6.13-mm1.
>
>Doing (patch -R | grep FAILED) on 2.6.13-mm1 says:

Right.
2.6.13/acpi-20050902-2.6.13.diff.gz
is newers than 2.6.13-rc1's git-acpi.patch

2.6.13/acpi-20050815-2.6.13.diff.gz
is a closer match -- though not exact.

Peter, it might be illustrative if you have a moment
if you can also test 2.6.13/acpi-20050815-2.6.13.diff.gz
all by itself.

If it fails, then I broke -mm1
with acpi-20050815-2.6.13.diff.gz, but fixed
it by acpi-20050902-2.6.13.diff.gz.

If it succeeds, then the issue lies in the relatively small delta
between acpi-20050815-2.6.13.diff.gz 2.6.13-mm1's git-acpi.patch.

thanks,
-Len


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2005-09-05  8:37 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-02 12:54 2.6.13-mm1: hangs during boot Peter Williams
2005-09-02 20:11 ` Andrew Morton
2005-09-03  3:51   ` Peter Williams
2005-09-03  4:16     ` Andrew Morton
  -- strict thread matches above, loose matches on Subject: below --
2005-09-03  4:22 Brown, Len
2005-09-03  4:58 ` Peter Williams
2005-09-03  5:25   ` Andrew Morton
2005-09-03  5:37 Brown, Len
2005-09-03  6:18 ` Peter Williams
2005-09-03  7:18   ` Peter Williams
2005-09-03  8:19     ` Len Brown
2005-09-03  9:28       ` Peter Williams
2005-09-03  9:48         ` Andrew Morton
     [not found] <fa.qs5cahs.i2khgm@ifi.uio.no>
     [not found] ` <fa.fm9i4v6.1ekchhm@ifi.uio.no>
2005-09-03 13:24   ` Reuben Farrelly
2005-09-03 13:51     ` Peter Williams
2005-09-03 16:14       ` James Bottomley
2005-09-04 16:32     ` James Bottomley
2005-09-05  8:37       ` Reuben Farrelly
2005-09-03 15:57 Brown, Len
2005-09-03 22:48 ` Peter Williams

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox