On Wed, Jul 11, 2012 at 09:19:23AM +0900, Simon Horman wrote: > From: Julian Anastasov <ja@xxxxxx> > > After commit 39f618b4fd95ae243d940ec64c961009c74e3333 (3.4) > "ipvs: reset ipvs pointer in netns" we can oops in > ip_vs_dst_event on rmmod ip_vs because ip_vs_control_cleanup > is called after the ipvs_core_ops subsys is unregistered and > net->ipvs is NULL. Fix it by exiting early from ip_vs_dst_event > if ipvs is NULL. It is safe because all services and dests > for the net are already freed. Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe lvs-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html