Re: [PATCH net 0/2] net: Fix oops on state free after lwt module unload

2017-01-20 Thread Robert Shearman
On 20/01/17 17:03, David Miller wrote: From: Robert Shearman Date: Wed, 18 Jan 2017 15:32:01 + This patchset fixes an oops in lwtstate_free and a memory leak that would otherwise be exposed by ensuring that references are taken on modules that need to stay around to clean up lwt state. To

Re: [PATCH net 0/2] net: Fix oops on state free after lwt module unload

2017-01-20 Thread David Miller
From: Robert Shearman Date: Wed, 18 Jan 2017 15:32:01 + > This patchset fixes an oops in lwtstate_free and a memory leak that > would otherwise be exposed by ensuring that references are taken on > modules that need to stay around to clean up lwt state. To faciliate > this all ops that implem