On Tue, Feb 6, 2018 at 6:06 AM, Xin Long <lucien.xin@xxxxxxxxx> wrote: > On Tue, Feb 6, 2018 at 7:20 AM, David Ahern <dsahern@xxxxxxxxx> wrote: >> On 2/5/18 12:48 PM, Tommi Rantala wrote: >>> Fix dst reference count leak in sctp_v4_get_dst() introduced in commit >>> 410f03831 ("sctp: add routing output fallback"): >>> >>> When walking the address_list, successive ip_route_output_key() calls >>> may return the same rt->dst with the reference incremented on each call. >>> >>> The code would not decrement the dst refcount when the dst pointer was >>> identical from the previous iteration, causing the dst refcnt leak. >>> >> ... >>> ... >>> >>> Fixes: 410f03831 ("sctp: add routing output fallback") >>> Fixes: 0ca50d12f ("sctp: fix src address selection if using secondary addresses") >> >> any syzbot references for this bug? > In Dmitry Vyukov mail, there was no syzbot reference provided. > Not sure if there's another way to tell syzbot. If we are talking about "net: hang in unregister_netdevice: waiting for lo to become free": https://groups.google.com/d/msg/syzkaller/-06_laheMF0/xqezy58kAwAJ Then there is no syzbot tag. It was found with syzkaller, but not reported by syzbot because the manifestation is too tricky, it could have been reported as "no output from test machine" with no additional details, which is not too actionable. -- To unsubscribe from this list: send the line "unsubscribe linux-sctp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html