All of lore.kernel.org
 help / color / mirror / Atom feed
* [parisc-linux] k-class smp_call_function at arch/parisc/kernel/smp.c:340
@ 2005-03-28 12:27 Anders
  2005-03-28 13:04 ` Joel Soete
  0 siblings, 1 reply; 6+ messages in thread
From: Anders @ 2005-03-28 12:27 UTC (permalink / raw)
  To: parisc-linux

well i got help with the ccio-dma problem.
but now i get smp badness.

kernel 2.6.12-rc1-pa4 with a little ccio fix 
gcc version 3.3.5

bootlog can be found at 
www.ing.umu.se/~dizzey/k460_bootlog


_______________________________________________
parisc-linux mailing list
parisc-linux@lists.parisc-linux.org
http://lists.parisc-linux.org/mailman/listinfo/parisc-linux

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

* Re: [parisc-linux] k-class smp_call_function at arch/parisc/kernel/smp.c:340
  2005-03-28 12:27 [parisc-linux] k-class smp_call_function at arch/parisc/kernel/smp.c:340 Anders
@ 2005-03-28 13:04 ` Joel Soete
  2005-03-28 13:38   ` Anders
  2005-03-28 15:16   ` Anders
  0 siblings, 2 replies; 6+ messages in thread
From: Joel Soete @ 2005-03-28 13:04 UTC (permalink / raw)
  To: Anders; +Cc: parisc-linux



Anders wrote:
> well i got help with the ccio-dma problem.
> but now i get smp badness.
> 
mostly harmless (see among other reports: <http://lists.parisc-linux.org/pipermail/parisc-linux/2004-August/024291.html>

> kernel 2.6.12-rc1-pa4 with a little ccio fix 
Cool

> gcc version 3.3.5
> 
> bootlog can be found at 
> www.ing.umu.se/~dizzey/k460_bootlog
> 
Do I well understand: the system hung after last messages:
...
FLT  5208



FLT"

?

(sorry never seen this before?)

btw could you have a try with a up kernel?

Thanks,
	Joel

_______________________________________________
parisc-linux mailing list
parisc-linux@lists.parisc-linux.org
http://lists.parisc-linux.org/mailman/listinfo/parisc-linux

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

* Re: [parisc-linux] k-class smp_call_function at arch/parisc/kernel/smp.c:340
  2005-03-28 13:04 ` Joel Soete
@ 2005-03-28 13:38   ` Anders
  2005-03-28 15:03     ` Joel Soete
  2005-03-28 15:16   ` Anders
  1 sibling, 1 reply; 6+ messages in thread
From: Anders @ 2005-03-28 13:38 UTC (permalink / raw)
  To: parisc-linux

On Mon, Mar 28, 2005 at 01:04:27PM +0000, Joel Soete wrote:
> 
> 
> Anders wrote:
> >well i got help with the ccio-dma problem.
> >but now i get smp badness.
> >
> mostly harmless (see among other reports: 
> <http://lists.parisc-linux.org/pipermail/parisc-linux/2004-August/024291.html>
> 
> >kernel 2.6.12-rc1-pa4 with a little ccio fix 
> Cool
> 
> >gcc version 3.3.5
> >
> >bootlog can be found at 
> >www.ing.umu.se/~dizzey/k460_bootlog
> >
> Do I well understand: the system hung after last messages:
> ...
> FLT  5208
> 
> 
> 
> FLT"
> 
> ?
> 
> (sorry never seen this before?)
> 
> btw could you have a try with a up kernel?
> 
> Thanks,
> 	Joel
> 
Well yes the system hung after those messages the FLT parts are from the 
firmware during the reboot, so i only included them to show it was 
rebooting.  i will be back with a test from a up kernel soon.
_______________________________________________
parisc-linux mailing list
parisc-linux@lists.parisc-linux.org
http://lists.parisc-linux.org/mailman/listinfo/parisc-linux

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

* Re: [parisc-linux] k-class smp_call_function at arch/parisc/kernel/smp.c:340
  2005-03-28 13:38   ` Anders
@ 2005-03-28 15:03     ` Joel Soete
  2005-03-28 15:20       ` Anders
  0 siblings, 1 reply; 6+ messages in thread
From: Joel Soete @ 2005-03-28 15:03 UTC (permalink / raw)
  To: Anders; +Cc: parisc-linux



Anders wrote:
> On Mon, Mar 28, 2005 at 01:04:27PM +0000, Joel Soete wrote:
> 
>>
...
> 
> Well yes the system hung after those messages the FLT parts are from the 
> firmware during the reboot, so i only included them to show it was 
> rebooting.  i will be back with a test from a up kernel soon.

mmm another question: are you using a initrd.img?
fwiw I encounter the same message as you reported:
...
SCSI subsystem initialized
unwind_init: start = 0x103bad60, end = 0x103ddd50, entries = 8959
devfs: 2004-01-31 Richard Gooch (rgooch@atnf.csiro.au)
devfs: boot_options: 0x1
...
while testing latest kyle debian-kernel? (tbh, I don't remember to have encountered it before?)

Can you check if in your kernel config CONFIG_SCSI_ZALON=y
and btw remove devfs support?

Thanks,
	Joel

PS: iirc Willy also boot a k model may be ask him his config file (I don't remember if he custumized or used the default one?)
_______________________________________________
parisc-linux mailing list
parisc-linux@lists.parisc-linux.org
http://lists.parisc-linux.org/mailman/listinfo/parisc-linux

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

* Re: [parisc-linux] k-class smp_call_function at arch/parisc/kernel/smp.c:340
  2005-03-28 13:04 ` Joel Soete
  2005-03-28 13:38   ` Anders
@ 2005-03-28 15:16   ` Anders
  1 sibling, 0 replies; 6+ messages in thread
From: Anders @ 2005-03-28 15:16 UTC (permalink / raw)
  To: parisc-linux

On Mon, Mar 28, 2005 at 01:04:27PM +0000, Joel Soete wrote:
> 
> 
> Anders wrote:
> >well i got help with the ccio-dma problem.
> >but now i get smp badness.
> >
> mostly harmless (see among other reports: 
> <http://lists.parisc-linux.org/pipermail/parisc-linux/2004-August/024291.html>
> 
> >kernel 2.6.12-rc1-pa4 with a little ccio fix 
> Cool
> 
> >gcc version 3.3.5
> >
> >bootlog can be found at 
> >www.ing.umu.se/~dizzey/k460_bootlog
> >
> Do I well understand: the system hung after last messages:
> ...
> FLT  5208
> 
> 
> 
> FLT"
> 
> ?
> 
> (sorry never seen this before?)
> 
> btw could you have a try with a up kernel?
> 
> Thanks,
> 	Joel
> 

yes you where correct it isnt a smp problem.
new bootlog at
www.ing.umu.se/~dizzey/k460up-bootlog
nothing new there really.

i will also post my .config
www.ing.umu.se/~dizzey/config

o yeah if anyone suggest a patch to try, please tell me if i should use 
-p0 or -p1 i never quite manged to understand the diffrence, if its only 
i few line i dont care becus then i can edit by hand.
_______________________________________________
parisc-linux mailing list
parisc-linux@lists.parisc-linux.org
http://lists.parisc-linux.org/mailman/listinfo/parisc-linux

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

* Re: [parisc-linux] k-class smp_call_function at arch/parisc/kernel/smp.c:340
  2005-03-28 15:03     ` Joel Soete
@ 2005-03-28 15:20       ` Anders
  0 siblings, 0 replies; 6+ messages in thread
From: Anders @ 2005-03-28 15:20 UTC (permalink / raw)
  To: parisc-linux

On Mon, Mar 28, 2005 at 03:03:11PM +0000, Joel Soete wrote:
> 
> 
> Anders wrote:
> >On Mon, Mar 28, 2005 at 01:04:27PM +0000, Joel Soete wrote:
> >
> >>
> ...
> >
> >Well yes the system hung after those messages the FLT parts are from the 
> >firmware during the reboot, so i only included them to show it was 
> >rebooting.  i will be back with a test from a up kernel soon.
> 
> mmm another question: are you using a initrd.img?
> fwiw I encounter the same message as you reported:
well i dont use initrd.
> ...
> SCSI subsystem initialized
> unwind_init: start = 0x103bad60, end = 0x103ddd50, entries = 8959
> devfs: 2004-01-31 Richard Gooch (rgooch@atnf.csiro.au)
> devfs: boot_options: 0x1
> ...
> while testing latest kyle debian-kernel? (tbh, I don't remember to have 
> encountered it before?)
> 
> Can you check if in your kernel config CONFIG_SCSI_ZALON=y
i do have config CONFIG_SCSI_ZALON=y
> and btw remove devfs support?
i will remove devfs and be back
> 
> Thanks,
> 	Joel
> 
> PS: iirc Willy also boot a k model may be ask him his config file (I don't 
> remember if he custumized or used the default one?)
willy if you read this pleas send your config file to me.
_______________________________________________
parisc-linux mailing list
parisc-linux@lists.parisc-linux.org
http://lists.parisc-linux.org/mailman/listinfo/parisc-linux

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

end of thread, other threads:[~2005-03-28 15:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-28 12:27 [parisc-linux] k-class smp_call_function at arch/parisc/kernel/smp.c:340 Anders
2005-03-28 13:04 ` Joel Soete
2005-03-28 13:38   ` Anders
2005-03-28 15:03     ` Joel Soete
2005-03-28 15:20       ` Anders
2005-03-28 15:16   ` Anders

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.