From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Ricardo Leitner Subject: Re: [PATCH net v2] sctp: fix dst refcnt leak in sctp_v4_get_dst Date: Mon, 5 Feb 2018 13:47:39 -0200 Message-ID: <20180205154739.GB27685@localhost.localdomain> References: <20180205133311.2620-1-tommi.t.rantala@nokia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, linux-sctp@vger.kernel.org, Neil Horman , Alexey Kodanev To: Tommi Rantala Return-path: Received: from mail-qk0-f178.google.com ([209.85.220.178]:34361 "EHLO mail-qk0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753126AbeBEPrn (ORCPT ); Mon, 5 Feb 2018 10:47:43 -0500 Content-Disposition: inline In-Reply-To: <20180205133311.2620-1-tommi.t.rantala@nokia.com> Sender: netdev-owner@vger.kernel.org List-ID: On Mon, Feb 05, 2018 at 03:33:11PM +0200, Tommi Rantala wrote: > Fix dst reference count leak in sctp_v4_get_dst() introduced in commit > 410f03831 ("sctp: add routing output fallback"): > Patch LGTM. Will wait the respin for Acking. Thanks.