public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* Re: 2.6.23-rc1-mm1:  boot hang on ia64 with memoryless nodes
       [not found]                 ` <1185398337.5604.96.camel@localhost>
@ 2007-07-26 13:53                   ` Lee Schermerhorn
  2007-07-26 14:00                     ` KAMEZAWA Hiroyuki
  2007-07-26 14:33                     ` Lee Schermerhorn
  0 siblings, 2 replies; 4+ messages in thread
From: Lee Schermerhorn @ 2007-07-26 13:53 UTC (permalink / raw)
  To: Christoph Lameter, linux-ia64
  Cc: kxr, Andrew Morton, linux-mm, Bob Picco, Mel Gorman, Eric Whitney,
	Andy Whitcroft

On Wed, 2007-07-25 at 17:18 -0400, Lee Schermerhorn wrote: 
> On Wed, 2007-07-25 at 12:38 -0700, Christoph Lameter wrote:
> > (ccing Andy who did the work on the config stuff)
> > 
> > On Wed, 25 Jul 2007, Lee Schermerhorn wrote:
> > 
> > > I tried to deselect SPARSEMEM_VMEMMAP.  Kconfig's "def_bool=y" wouldn't
> > > let me :-(.  After hacking the Kconfig and mm/sparse.c to allow that,
> > > boot hangs with no error messages shortly after "Built N zonelists..."
> > > message.
> > 
> > I get a similar hang here and see the system looping in softirq / hrtimer 
> > code.
> > 
> > > Backed off to DISCONTIGMEM+VIRTUAL_MEMORY_MAP, and saw same hang as with
> > > (SPARSMEM && !SPARSEMEM_VMEMMAP).   
> > 
> > So its not related to SPARSE VMEMMAP? General VMEMMAP issue on IA64?
> 
> This hang is different from the one I see with SPARSE VMEMMAP -- no
> "Unable to handle kernel paging request..." message.  Just hangs after
> "Built N zonelists..."  and some message about "color" that I didn't
> capture.  Next time [:-(]...

The "color" message was actually:

Console:  colour dummy device 80x25

So, now I'm wondering if I'm hitting the "Regression in serial
console..." issue, and the system was actually booting--I just didn't
see any output.  If so, the "Unable to handle kernel paging request..."
hang might well be a problem with SPARSEMEM_VMEMMAP...

Lee


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

* Re: 2.6.23-rc1-mm1:  boot hang on ia64 with memoryless nodes
  2007-07-26 13:53                   ` 2.6.23-rc1-mm1: boot hang on ia64 with memoryless nodes Lee Schermerhorn
@ 2007-07-26 14:00                     ` KAMEZAWA Hiroyuki
  2007-07-26 18:10                       ` Lee Schermerhorn
  2007-07-26 14:33                     ` Lee Schermerhorn
  1 sibling, 1 reply; 4+ messages in thread
From: KAMEZAWA Hiroyuki @ 2007-07-26 14:00 UTC (permalink / raw)
  To: Lee Schermerhorn
  Cc: clameter, linux-ia64, kxr, akpm, linux-mm, bob.picco, mel,
	eric.whitney, apw

On Thu, 26 Jul 2007 09:53:27 -0400
Lee Schermerhorn <Lee.Schermerhorn@hp.com> wrote:

> On Wed, 2007-07-25 at 17:18 -0400, Lee Schermerhorn wrote: 
> > On Wed, 2007-07-25 at 12:38 -0700, Christoph Lameter wrote:
> > > (ccing Andy who did the work on the config stuff)
> > > 
> > > On Wed, 25 Jul 2007, Lee Schermerhorn wrote:
> > > 
> > > > I tried to deselect SPARSEMEM_VMEMMAP.  Kconfig's "def_bool=y" wouldn't
> > > > let me :-(.  After hacking the Kconfig and mm/sparse.c to allow that,
> > > > boot hangs with no error messages shortly after "Built N zonelists..."
> > > > message.
> > > 
> > > I get a similar hang here and see the system looping in softirq / hrtimer 
> > > code.
> > > 
> > > > Backed off to DISCONTIGMEM+VIRTUAL_MEMORY_MAP, and saw same hang as with
> > > > (SPARSMEM && !SPARSEMEM_VMEMMAP).   
> > > 
> > > So its not related to SPARSE VMEMMAP? General VMEMMAP issue on IA64?
> > 
> > This hang is different from the one I see with SPARSE VMEMMAP -- no
> > "Unable to handle kernel paging request..." message.  Just hangs after
> > "Built N zonelists..."  and some message about "color" that I didn't
> > capture.  Next time [:-(]...
> 
> The "color" message was actually:
> 
> Console:  colour dummy device 80x25
> 
> So, now I'm wondering if I'm hitting the "Regression in serial
> console..." issue, and the system was actually booting--I just didn't
> see any output.  If so, the "Unable to handle kernel paging request..."
> hang might well be a problem with SPARSEMEM_VMEMMAP...
> 
About SPARSEMEM_VMEMMAP try this:
http://lkml.org/lkml/2007/7/26/161

Thanks,
-Kame

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

* Re: 2.6.23-rc1-mm1:  boot hang on ia64 with memoryless nodes
  2007-07-26 13:53                   ` 2.6.23-rc1-mm1: boot hang on ia64 with memoryless nodes Lee Schermerhorn
  2007-07-26 14:00                     ` KAMEZAWA Hiroyuki
@ 2007-07-26 14:33                     ` Lee Schermerhorn
  1 sibling, 0 replies; 4+ messages in thread
From: Lee Schermerhorn @ 2007-07-26 14:33 UTC (permalink / raw)
  To: Christoph Lameter, linux-ia64
  Cc: kxr, Andrew Morton, linux-mm, Bob Picco, Mel Gorman, Eric Whitney,
	Andy Whitcroft

On Thu, 2007-07-26 at 09:53 -0400, Lee Schermerhorn wrote:
> On Wed, 2007-07-25 at 17:18 -0400, Lee Schermerhorn wrote: 
> > On Wed, 2007-07-25 at 12:38 -0700, Christoph Lameter wrote:
> > > (ccing Andy who did the work on the config stuff)
> > > 
> > > On Wed, 25 Jul 2007, Lee Schermerhorn wrote:
> > > 
> > > > I tried to deselect SPARSEMEM_VMEMMAP.  Kconfig's "def_bool=y" wouldn't
> > > > let me :-(.  After hacking the Kconfig and mm/sparse.c to allow that,
> > > > boot hangs with no error messages shortly after "Built N zonelists..."
> > > > message.
> > > 
> > > I get a similar hang here and see the system looping in softirq / hrtimer 
> > > code.
> > > 
> > > > Backed off to DISCONTIGMEM+VIRTUAL_MEMORY_MAP, and saw same hang as with
> > > > (SPARSMEM && !SPARSEMEM_VMEMMAP).   
> > > 
> > > So its not related to SPARSE VMEMMAP? General VMEMMAP issue on IA64?
> > 
> > This hang is different from the one I see with SPARSE VMEMMAP -- no
> > "Unable to handle kernel paging request..." message.  Just hangs after
> > "Built N zonelists..."  and some message about "color" that I didn't
> > capture.  Next time [:-(]...
> 
> The "color" message was actually:
> 
> Console:  colour dummy device 80x25
> 
> So, now I'm wondering if I'm hitting the "Regression in serial
> console..." issue, and the system was actually booting--I just didn't
> see any output.  If so, the "Unable to handle kernel paging request..."
> hang might well be a problem with SPARSEMEM_VMEMMAP...
> 

After applying the hotfixes from Andrew's repository and the patches
from the mailing lists listed below, I'm booting 23-rc1-mm1 with a zx1
specific config [on an sx1000].  Gotta run for a meeting, but I'll try
generic kernel this pm.  Then back to testing memoryless node
patches, ...

Other "hot fixes":

2 of Mel Gorman's patches to fix ia64 mmap corruption [mm list]
Yasuaki Ishimatsu's assign irq vector fix [ia64 list]
Kenji Kaneshige's "wrong access to vector" patch [ia64 list]
Kame-san's sparsemem-vmemmap fix [lkml]

Lee



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

* Re: 2.6.23-rc1-mm1:  boot hang on ia64 with memoryless nodes
  2007-07-26 14:00                     ` KAMEZAWA Hiroyuki
@ 2007-07-26 18:10                       ` Lee Schermerhorn
  0 siblings, 0 replies; 4+ messages in thread
From: Lee Schermerhorn @ 2007-07-26 18:10 UTC (permalink / raw)
  To: KAMEZAWA Hiroyuki
  Cc: clameter, linux-ia64, kxr, akpm, linux-mm, bob.picco, mel,
	eric.whitney, apw

On Thu, 2007-07-26 at 23:00 +0900, KAMEZAWA Hiroyuki wrote:
> On Thu, 26 Jul 2007 09:53:27 -0400
> Lee Schermerhorn <Lee.Schermerhorn@hp.com> wrote:
> 
> > On Wed, 2007-07-25 at 17:18 -0400, Lee Schermerhorn wrote: 
> > > On Wed, 2007-07-25 at 12:38 -0700, Christoph Lameter wrote:
> > > > (ccing Andy who did the work on the config stuff)
> > > > 
> > > > On Wed, 25 Jul 2007, Lee Schermerhorn wrote:
> > > > 
> > > > > I tried to deselect SPARSEMEM_VMEMMAP.  Kconfig's "def_bool=y" wouldn't
> > > > > let me :-(.  After hacking the Kconfig and mm/sparse.c to allow that,
> > > > > boot hangs with no error messages shortly after "Built N zonelists..."
> > > > > message.
> > > > 
> > > > I get a similar hang here and see the system looping in softirq / hrtimer 
> > > > code.
> > > > 
> > > > > Backed off to DISCONTIGMEM+VIRTUAL_MEMORY_MAP, and saw same hang as with
> > > > > (SPARSMEM && !SPARSEMEM_VMEMMAP).   
> > > > 
> > > > So its not related to SPARSE VMEMMAP? General VMEMMAP issue on IA64?
> > > 
> > > This hang is different from the one I see with SPARSE VMEMMAP -- no
> > > "Unable to handle kernel paging request..." message.  Just hangs after
> > > "Built N zonelists..."  and some message about "color" that I didn't
> > > capture.  Next time [:-(]...
> > 
> > The "color" message was actually:
> > 
> > Console:  colour dummy device 80x25
> > 
> > So, now I'm wondering if I'm hitting the "Regression in serial
> > console..." issue, and the system was actually booting--I just didn't
> > see any output.  If so, the "Unable to handle kernel paging request..."
> > hang might well be a problem with SPARSEMEM_VMEMMAP...
> > 
> About SPARSEMEM_VMEMMAP try this:
> http://lkml.org/lkml/2007/7/26/161
> 

Kame-san:

Thank you.  This solved my problem.  I can now boot with both zx1 and
[with other patches from the mailing lists], generic kernels on my ia64
platform.

Lee


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

end of thread, other threads:[~2007-07-26 18:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20070711182219.234782227@sgi.com>
     [not found] ` <20070713151431.GG10067@us.ibm.com>
     [not found]   ` <Pine.LNX.4.64.0707130942030.21777@schroedinger.engr.sgi.com>
     [not found]     ` <1185310277.5649.90.camel@localhost>
     [not found]       ` <Pine.LNX.4.64.0707241402010.4773@schroedinger.engr.sgi.com>
     [not found]         ` <1185372692.5604.22.camel@localhost>
     [not found]           ` <1185378322.5604.43.camel@localhost>
     [not found]             ` <1185390991.5604.87.camel@localhost>
     [not found]               ` <Pine.LNX.4.64.0707251231570.8820@schroedinger.engr.sgi.com>
     [not found]                 ` <1185398337.5604.96.camel@localhost>
2007-07-26 13:53                   ` 2.6.23-rc1-mm1: boot hang on ia64 with memoryless nodes Lee Schermerhorn
2007-07-26 14:00                     ` KAMEZAWA Hiroyuki
2007-07-26 18:10                       ` Lee Schermerhorn
2007-07-26 14:33                     ` Lee Schermerhorn

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