Re: [PATCH net-next 1/2] net: vrf: Fix dst reference counting

2016-05-25 Thread David Ahern
I failed to update the auto-generated subject prefix in the patches. Both of these are for 4.5 stable not net-next. On 5/25/16 10:35 AM, David Ahern wrote: commit 9ab179d83b4e31ea277a123492e419067c2f129a upstream Vivek reported a kernel exception deleting a VRF with an active connection throug

[PATCH net-next 1/2] net: vrf: Fix dst reference counting

2016-05-25 Thread David Ahern
commit 9ab179d83b4e31ea277a123492e419067c2f129a upstream Vivek reported a kernel exception deleting a VRF with an active connection through it. The root cause is that the socket has a cached reference to a dst that is destroyed. Converting the dst_destroy to dst_release and letting proper referenc