From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Ricardo Leitner Subject: Re: [PATCH net-next 3/8] sctp: move the flush of ctrl chunks into its own function Date: Sat, 12 May 2018 10:29:52 -0300 Message-ID: <20180512132952.GX5105@localhost.localdomain> References: <23e474529812a3e804b1a4311ec48f250b81bbc5.1526077476.git.marcelo.leitner@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-sctp@vger.kernel.org, Neil Horman , Vlad Yasevich , Xin Long To: netdev@vger.kernel.org Return-path: Received: from mail-qt0-f182.google.com ([209.85.216.182]:46644 "EHLO mail-qt0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750793AbeELN35 (ORCPT ); Sat, 12 May 2018 09:29:57 -0400 Content-Disposition: inline In-Reply-To: <23e474529812a3e804b1a4311ec48f250b81bbc5.1526077476.git.marcelo.leitner@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: On Fri, May 11, 2018 at 08:28:45PM -0300, Marcelo Ricardo Leitner wrote: > Named sctp_outq_flush_ctrl and, with that, keep the contexts contained. kbuild bot spotted some issues with this patch. They were corrected later on on the series, but I should fix them here. Will post a v2 later today.