lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 11 Jul 2013 11:46:17 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	pshelar@...ira.com
Cc:	netdev@...r.kernel.org, stephen@...workplumber.org
Subject: Re: [PATCH net-next v2] vxlan: Fix kernel crash on rmmod.

From: Pravin B Shelar <pshelar@...ira.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@...ira.com>

Applied, thanks for fixing the commit message.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists