netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "David S. Miller" <davem@redhat.com>
To: Stephen Hemminger <shemminger@osdl.org>
Cc: dlstevens@us.ibm.com, yoshfuji@linux-ipv6.org, netdev@oss.sgi.com
Subject: Re: [PATCH] fix outstanding ref's preventing ether driver unload
Date: Tue, 23 Dec 2003 14:38:32 -0800	[thread overview]
Message-ID: <20031223143832.5fe65329.davem@redhat.com> (raw)
In-Reply-To: <20031223142931.703d5c88.shemminger@osdl.org>

On Tue, 23 Dec 2003 14:29:31 -0800
Stephen Hemminger <shemminger@osdl.org> wrote:

> Patch against 2.6.0 to fix the problem of being unable to load the
> ethernet driver because of reference's still being held.  The
> problem reference's are from IPV6 network discovery packets that get
> captured by the af_packet protocol and queued onto a socket queue
> (which may never drain).  The route dst entries in the skbuff get
> clone'd and won't be freed until the socket read.

Are you going to add such code to RAW, UDP, TCP, etc. etc.?

I understand the problem, but the point I'm making here is that
I see nothing which makes it specific to AF_PACKET.

This brings us back to an old and sore topic, which is the
dst_dev_event() code in net/core/dst.c, have you had a look
at that?

  reply	other threads:[~2003-12-23 22:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <OFB4EC53DF.8138874D-ON88256DF9.0082A560@us.ibm.com>
2003-12-23 22:29 ` [PATCH] fix outstanding ref's preventing ether driver unload Stephen Hemminger
2003-12-23 22:38   ` David S. Miller [this message]
2003-12-23 23:11     ` Stephen Hemminger
2003-12-23 23:25       ` David S. Miller
2003-12-25  3:14   ` 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=20031223143832.5fe65329.davem@redhat.com \
    --to=davem@redhat.com \
    --cc=dlstevens@us.ibm.com \
    --cc=netdev@oss.sgi.com \
    --cc=shemminger@osdl.org \
    --cc=yoshfuji@linux-ipv6.org \
    /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).