From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net v2] sctp: fix dst refcnt leak in sctp_v4_get_dst Date: Mon, 05 Feb 2018 09:58:51 -0500 (EST) Message-ID: <20180205.095851.568720869636736573.davem@davemloft.net> References: <20180205133311.2620-1-tommi.t.rantala@nokia.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-sctp@vger.kernel.org, nhorman@tuxdriver.com, alexey.kodanev@oracle.com, marcelo.leitner@gmail.com To: tommi.t.rantala@nokia.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:54702 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753140AbeBEO6z (ORCPT ); Mon, 5 Feb 2018 09:58:55 -0500 In-Reply-To: <20180205133311.2620-1-tommi.t.rantala@nokia.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Tommi Rantala Date: Mon, 5 Feb 2018 15:33:11 +0200 > Fixes: 410f03831 ("sctp: add routing output fallback") > Signed-off-by: Tommi Rantala I would add another Fixes tag mentioning commit: 0ca50d12fe46cdf3c0dc9ec5ca98607a52afdc62 ("sctp: fix src address selection if using secondary addresses") because it is another origin for this dst leak. Otherwise your patch looks great, please respin it with a second Fixes: tag added for the above commit and I'll apply this. Thanks!