netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: pshelar@nicira.com
Cc: netdev@vger.kernel.org, stephen@networkplumber.org
Subject: Re: [PATCH net-next v2] vxlan: Fix kernel crash on rmmod.
Date: Thu, 11 Jul 2013 11:46:17 -0700 (PDT)	[thread overview]
Message-ID: <20130711.114617.1413498443504266635.davem@davemloft.net> (raw)
In-Reply-To: <1373567886-28494-1-git-send-email-pshelar@nicira.com>

From: Pravin B Shelar <pshelar@nicira.com>
Date: Thu, 11 Jul 2013 11:38:06 -0700

> vxlan exit module unregisters vxlan net and then it unregisters
> rtnl ops which triggers vxlan_dellink() from __rtnl_kill_links().
> vxlan_dellink() deletes vxlan-dev from vxlan_list which has
> list-head in vxlan-net-struct but that is already gone due to
> net-unregister. That is how we are getting following crash.
> 
> Following commit fixes the crash by fixing module exit path.
 ...
> Signed-off-by: Pravin B Shelar <pshelar@nicira.com>

Applied, thanks for fixing the commit message.

  reply	other threads:[~2013-07-11 18:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-11 18:38 [PATCH net-next v2] vxlan: Fix kernel crash on rmmod Pravin B Shelar
2013-07-11 18:46 ` David Miller [this message]
2013-07-16 23:31   ` Stephen Hemminger
2013-07-17  6:03     ` 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=20130711.114617.1413498443504266635.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    --cc=pshelar@nicira.com \
    --cc=stephen@networkplumber.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).