Re: [PATCH net-next] net/xen-netfront: only clean up queues if present

2015-08-23 Thread David Miller
From: "Charles (Chas) Williams" <3ch...@gmail.com> Date: Wed, 19 Aug 2015 19:14:20 -0400 > From: Chas Williams <3ch...@gmail.com> > > If you simply load and unload the module without starting the interfaces, > the queues are never created and you get a bad pointer dereference. > > Signed-off-by:

[PATCH net-next] net/xen-netfront: only clean up queues if present

2015-08-19 Thread Charles (Chas) Williams
From: Chas Williams <3ch...@gmail.com> If you simply load and unload the module without starting the interfaces, the queues are never created and you get a bad pointer dereference. Signed-off-by: Chas Williams <3ch...@gmail.com> --- drivers/net/xen-netfront.c | 5 +++-- 1 file changed, 3 inserti