Thread (15 messages) flat view 15 messages, 5 authors, 2017-03-20

Re: [PATCH] [PATCH net] net: Do not hold the reference for the same sk_rx_dst.

From: Kevin Xu <hidden>
Date: 2017-03-16 10:12:57

Do you mean the message looping endlessly?

If so, then I suppose it's a different bug.

Kevin
On Mar 16, 2017, at 3:01 AM, Jakub Sitnicki [off-list ref] wrote:
quoted
On Thu, Mar 16, 2017 at 08:08 AM GMT, Kevin Xu wrote:
In some rare cases, inet_sk_rx_dst_set() may be called multiple times
on the same dst, causing reference count leakage. Eventually, it
prevents net_device to be destroyed. The bug then manifested as

unregister_netdevice: waiting for lo to become free. Usage count = 1

in the kernel log, preventing new network namespace creation.

The patch works around the issue by checking whether the socket already
has the same dst set.

Signed-off-by: Kevin Xu <redacted>
---
FWIW, with this patch applied I'm still sometimes seeing:

[  125.928095] unregister_netdevice: waiting for lo to become free. Usage count = 1

-Jakub
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help