netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "David S. Miller" <davem@davemloft.net>
To: Anton Blanchard <anton@samba.org>
Cc: herbert@gondor.apana.org.au, netdev@oss.sgi.com
Subject: Re: oops in ip_rcv
Date: Thu, 5 May 2005 11:26:24 -0700	[thread overview]
Message-ID: <20050505112624.3ffd7f3d.davem@davemloft.net> (raw)
In-Reply-To: <20050505130904.GA16593@krispykreme>

On Thu, 5 May 2005 23:09:04 +1000
Anton Blanchard <anton@samba.org> wrote:

>  
> > Any idea why you'd be receiving packets this early?
> 
> Not sure, although PCI has already been probed and tcp_init is called
> with interrupts on. Any reason we cant take a packet at this point?
> 
> Im guessing its calling this:
> 
>         IP_INC_STATS_BH(IPSTATS_MIB_INRECEIVES);
> 
> Which we dont initialise until later on in init_ipv4_mibs.

Can you test out putting the init_ipv4_mibs() call right before
the comment:

	/*
	 *	Add all the base protocols.
	 */

If it fixes things for you I'll put that upstream.

Thanks.

I still would really like to know how you are getting packets
at all that early.  Even if PCI is initialized, no interfaces
should be marked up at _all_.

  reply	other threads:[~2005-05-05 18:26 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-05 10:15 oops in ip_rcv Anton Blanchard
2005-05-05 11:40 ` Herbert Xu
2005-05-05 13:09   ` Anton Blanchard
2005-05-05 18:26     ` David S. Miller [this message]
2005-05-05 21:37       ` Herbert Xu
2005-05-05 21:44         ` Herbert Xu
2005-05-05 22:02           ` Herbert Xu
2005-05-05 22:09           ` David S. Miller
2005-05-05 23:49             ` Herbert Xu
2005-05-06  1:02             ` Anton Blanchard
2005-05-06  2:58               ` David S. 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=20050505112624.3ffd7f3d.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=anton@samba.org \
    --cc=herbert@gondor.apana.org.au \
    --cc=netdev@oss.sgi.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).