From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756208AbcIOUTt (ORCPT ); Thu, 15 Sep 2016 16:19:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41992 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751031AbcIOUTo (ORCPT ); Thu, 15 Sep 2016 16:19:44 -0400 Date: Thu, 15 Sep 2016 17:19:39 -0300 From: Marcelo To: Christophe JAILLET Cc: vyasevich@gmail.com, nhorman@tuxdriver.com, davem@davemloft.net, linux-sctp@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: Re: [PATCH] sctp: Remove some redundant code Message-ID: <20160915201939.GB3200@localhost.localdomain> References: <1472981893-8608-1-git-send-email-christophe.jaillet@wanadoo.fr> <20160915173428.GA3200@localhost.localdomain> <28e1309f-a084-2090-ce2a-a43c013ddc8e@wanadoo.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <28e1309f-a084-2090-ce2a-a43c013ddc8e@wanadoo.fr> User-Agent: Mutt/1.7.0 (2016-08-17) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Thu, 15 Sep 2016 20:19:43 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 15, 2016 at 09:32:18PM +0200, Christophe JAILLET wrote: > Le 15/09/2016 à 19:34, Marcelo a écrit : > > On Sun, Sep 04, 2016 at 11:38:13AM +0200, Christophe JAILLET wrote: > > > In commit 311b21774f13 ("sctp: simplify sk_receive_queue locking"), a call > > > to 'skb_queue_splice_tail_init()' has been made explicit. Previously it was > > > hidden in 'sctp_skb_list_tail()' > > > > > > Now, the code around it looks redundant. The '_init()' part of > > > 'skb_queue_splice_tail_init()' should alreday do the same. > > > > > > Signed-off-by: Christophe JAILLET > > I just noticed you didn't include netdev@ in the destinations. > > > > Is your patch going to be tracked somewhere else? It's not showing up in > > http://patchwork.ozlabs.org/project/netdev/list/?submitter=66309&state=*&q=&archive=&delegate= > > > My fault, get_maintainer lists netdev@ but I missed it. > > Should I resubmit or is it ok? I guess you need to resubmit then, as it's not showing up in patchwork. Marcelo