netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "David S. Miller" <davem@redhat.com>
To: Pekka Pietikainen <pp@ee.oulu.fi>
Cc: charles@bueche.ch, netdev@oss.sgi.com
Subject: Re: changing MTU on b44 breaks eth0
Date: Tue, 4 Nov 2003 09:13:55 -0800	[thread overview]
Message-ID: <20031104091355.70d6a3d1.davem@redhat.com> (raw)
In-Reply-To: <20031104111555.GA26860@ee.oulu.fi>

On Tue, 4 Nov 2003 13:15:55 +0200
Pekka Pietikainen <pp@ee.oulu.fi> wrote:

> Oh btw., when trying out whether the new code even compiles/loads
> I got the following in rmmod, does it look like something caused
> by generic code or should I look for a reason in b44? :-)
> (This is 2.6.0-test9-bk6).

free_netdev() is being invoked before the device registration
state advanced to NETREG_UNREGISTERED, likely unregister_netdev()
has not been called first or a bogus pointer was passed into
the routine.

  reply	other threads:[~2003-11-04 17:13 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1067888106.3366.20.camel@bluez.bueche.ch>
2003-11-03 20:53 ` changing MTU on b44 breaks eth0 Pekka Pietikainen
2003-11-03 23:16   ` David S. Miller
2003-11-04 11:15     ` Pekka Pietikainen
2003-11-04 17:13       ` David S. Miller [this message]
2003-11-04 21:19         ` Pekka Pietikainen
2003-11-04 21:20           ` David S. Miller
2003-11-05 21:36             ` Jeff Garzik
2003-11-05 21:35               ` David S. Miller
2003-11-06 22:02       ` Charles Bueche

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=20031104091355.70d6a3d1.davem@redhat.com \
    --to=davem@redhat.com \
    --cc=charles@bueche.ch \
    --cc=netdev@oss.sgi.com \
    --cc=pp@ee.oulu.fi \
    /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).