netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Serge E. Hallyn" <serue@us.ibm.com>
To: Sachin Sant <sachinp@in.ibm.com>
Cc: netdev <netdev@vger.kernel.org>,
	serue@linux.vnet.ibm.com, David Miller <davem@davemloft.net>,
	matthltc@us.ibm.com
Subject: Re: [2.6.30-git21] Network Namespace test failure
Date: Wed, 24 Jun 2009 09:00:56 -0500	[thread overview]
Message-ID: <20090624140056.GA11912@us.ibm.com> (raw)
In-Reply-To: <4A422F1E.3050208@in.ibm.com>

Quoting Sachin Sant (sachinp@in.ibm.com):
> While executing Newtork namespace tests from LTP[1] May release,
> the machine crashed with following o/p. This is a PowerPC
> blade(Power 6)

...

> The corresponding c code (veth_xmit) is:
>
> 9cc:   3b 44 06 00     addi    r26,r4,1536
>
>        cpu = smp_processor_id();
>        stats = per_cpu_ptr(priv->stats, cpu);
> 9d0:   79 6b 1f 24     rldicr  r11,r11,3,60
> 9d4:   7d 4a 50 f8     not     r10,r10
>        rcv_stats = per_cpu_ptr(rcv_priv->stats, cpu);
> 9d8:   e9 3a 00 08     ld      r9,8(r26)
>        priv = netdev_priv(dev);
>        rcv = priv->peer;
>        rcv_priv = netdev_priv(rcv);
>
>        cpu = smp_processor_id();
>        stats = per_cpu_ptr(priv->stats, cpu);
> 9dc:   7f 8b 50 2a     ldx     r28,r11,r10
>        rcv_stats = per_cpu_ptr(rcv_priv->stats, cpu);
> ^^^^^ PC points to this instruction ^^^^^
>
> I haven't tried these tests earlier so not sure if this
> is a new problem or not. Let me know if there is any
> other information you would like.

Precise kernel version and .config?

thanks,
-serge

  reply	other threads:[~2009-06-24 14:09 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-24 13:50 [2.6.30-git21] Network Namespace test failure Sachin Sant
2009-06-24 14:00 ` Serge E. Hallyn [this message]
2009-06-24 14:32   ` Sachin Sant
2009-06-25  3:14     ` Serge E. Hallyn
2009-06-25  3:38       ` Serge E. Hallyn
2009-06-25  3:46         ` Serge E. Hallyn
2009-06-25  5:38         ` Sachin Sant
2009-06-25  9:49         ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090624140056.GA11912@us.ibm.com \
    --to=serue@us.ibm.com \
    --cc=davem@davemloft.net \
    --cc=matthltc@us.ibm.com \
    --cc=netdev@vger.kernel.org \
    --cc=sachinp@in.ibm.com \
    --cc=serue@linux.vnet.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).