From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Ricardo Leitner Subject: Re: [PATCH net-next v2 3/8] sctp: move the flush of ctrl chunks into its own function Date: Sun, 13 May 2018 21:21:09 -0300 Message-ID: <20180514002109.GZ5105@localhost.localdomain> References: <629f02a784ff90761adee451a870c7548069287d.1526142784.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-qk0-f176.google.com ([209.85.220.176]:39849 "EHLO mail-qk0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750929AbeENAVO (ORCPT ); Sun, 13 May 2018 20:21:14 -0400 Content-Disposition: inline In-Reply-To: <629f02a784ff90761adee451a870c7548069287d.1526142784.git.marcelo.leitner@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: On Sat, May 12, 2018 at 07:21:01PM -0300, Marcelo Ricardo Leitner wrote: > Named sctp_outq_flush_ctrl and, with that, keep the contexts contained. Trinity triggered a panic on this patch. I'm debugging it.