linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* arch/ia64/sn/io/hcl.c debug bug
@ 2003-01-24  9:25 Ph. Marek
  2003-01-24 11:24 ` Keith Owens
  0 siblings, 1 reply; 3+ messages in thread
From: Ph. Marek @ 2003-01-24  9:25 UTC (permalink / raw)
  To: bh; +Cc: mingo, linux-kernel

Hello Bent, hi Ingo,

I found a debug bug :-)

I took this email-adresses as they are the 
only ones in MAINTAINERS listed for an SGI.
Sorry if I've told the wrong people.


Regards,

Phil



diff -u linux-2.5.59.orig/./arch/ia64/sn/io/hcl.c linux-2.5.59/./arch/ia64/sn/io/hcl.c
-- linux-2.5.59.orig/./arch/ia64/sn/io/hcl.c       Fri Jan 24 10:19:44 2003
+++ linux-2.5.59/./arch/ia64/sn/io/hcl.c   Fri Jan 24 10:19:46 2003
@@ -1257,7 +1257,7 @@
         * It does not make any sense to call this on vertexes with multiple
         * inventory structs chained together
         */
-       if ( device_inventory_get_next(device, &invplace) != NULL ) {
+       if ( device_inventory_get_next(device, &invplace) != NULL )
                printk("Should panic here ... !\n");
 #endif
        return (val);




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

* Re: arch/ia64/sn/io/hcl.c debug bug
  2003-01-24  9:25 arch/ia64/sn/io/hcl.c debug bug Ph. Marek
@ 2003-01-24 11:24 ` Keith Owens
  2003-01-24 11:34   ` Ph. Marek
  0 siblings, 1 reply; 3+ messages in thread
From: Keith Owens @ 2003-01-24 11:24 UTC (permalink / raw)
  To: Ph. Marek; +Cc: srn, linux-kernel

On Fri, 24 Jan 2003 10:25:03 +0100, 
"Ph. Marek" <philipp.marek@bmlv.gv.at> wrote:
>Hello Bent, hi Ingo,
>I took this email-adresses as they are the 
>only ones in MAINTAINERS listed for an SGI.
>Sorry if I've told the wrong people.

Send arch/ia64/sn bugs to kaos@sgi.com, until we get an official SGI
maintainer assigned for the SNIA code in the kernel.  Thanks for
finding this bug.

>diff -u linux-2.5.59.orig/./arch/ia64/sn/io/hcl.c linux-2.5.59/./arch/ia64/sn/io/hcl.c
>-- linux-2.5.59.orig/./arch/ia64/sn/io/hcl.c       Fri Jan 24 10:19:44 2003
>+++ linux-2.5.59/./arch/ia64/sn/io/hcl.c   Fri Jan 24 10:19:46 2003
>@@ -1257,7 +1257,7 @@
>         * It does not make any sense to call this on vertexes with multiple
>         * inventory structs chained together
>         */
>-       if ( device_inventory_get_next(device, &invplace) != NULL ) {
>+       if ( device_inventory_get_next(device, &invplace) != NULL )
>                printk("Should panic here ... !\n");
> #endif
>        return (val);


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

* Re: arch/ia64/sn/io/hcl.c debug bug
  2003-01-24 11:24 ` Keith Owens
@ 2003-01-24 11:34   ` Ph. Marek
  0 siblings, 0 replies; 3+ messages in thread
From: Ph. Marek @ 2003-01-24 11:34 UTC (permalink / raw)
  To: Keith Owens; +Cc: srn, linux-kernel

> >I took this email-adresses as they are the
> >only ones in MAINTAINERS listed for an SGI.
> >Sorry if I've told the wrong people.
>
> Send arch/ia64/sn bugs to kaos@sgi.com, until we get an official SGI
> maintainer assigned for the SNIA code in the kernel.  Thanks for
> finding this bug.
Sorry, I will for future bugs found.
But as of now I've abandoned the arch/ia64 as it's too complicated for my 
script.


Thank you!


Regards,

Phil


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

end of thread, other threads:[~2003-01-24 11:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-24  9:25 arch/ia64/sn/io/hcl.c debug bug Ph. Marek
2003-01-24 11:24 ` Keith Owens
2003-01-24 11:34   ` Ph. Marek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).