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

2017-01-24 Thread David Miller
From: Robert Shearman Date: Tue, 24 Jan 2017 16:26:46 + > An oops is seen in lwtstate_free after an lwt ops module has been > unloaded. This patchset fixes this by preventing modules implementing > lwtunnel ops from being unloaded whilst there's state alive using > those ops. The first patch

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

2017-01-24 Thread Robert Shearman
An oops is seen in lwtstate_free after an lwt ops module has been unloaded. This patchset fixes this by preventing modules implementing lwtunnel ops from being unloaded whilst there's state alive using those ops. The first patch adds fills in a new owner field in all lwt ops and the second patch ma