From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Subject: Re: [RFA][PATCH 2/8] netfilter: Remove return values for print_conntrack callbacks Date: Tue, 04 Nov 2014 06:46:19 -0800 Message-ID: <1415112379.24560.6.camel@perches.com> References: <20141029215602.535533597@goodmis.org> <20141029220107.465008329@goodmis.org> <20141104080535.5f651713@gandalf.local.home> <20141104142236.GA10239@salvia> <20141104093150.7410f6d0@gandalf.local.home> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: Pablo Neira Ayuso , linux-kernel@vger.kernel.org, Ingo Molnar , Andrew Morton , Al Viro , Patrick McHardy , Jozsef Kadlecsik , netfilter-devel@vger.kernel.org, coreteam@netfilter.org To: Steven Rostedt Return-path: Received: from smtprelay0095.hostedemail.com ([216.40.44.95]:34780 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754426AbaKDOqY (ORCPT ); Tue, 4 Nov 2014 09:46:24 -0500 In-Reply-To: <20141104093150.7410f6d0@gandalf.local.home> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Tue, 2014-11-04 at 09:31 -0500, Steven Rostedt wrote: > On Tue, 4 Nov 2014 15:22:36 +0100 > Pablo Neira Ayuso wrote: > > On Tue, Nov 04, 2014 at 08:05:35AM -0500, Steven Rostedt wrote: > > > On Wed, 29 Oct 2014 17:56:04 -0400 Steven Rostedt wrote: > > > > From: "Steven Rostedt (Red Hat)" > > > > [ REQUEST FOR ACKS ] > > > Can any of the netfilter folks give me an Acked-by for this? > > If Florian's concern were addressed, then: > Yeah, the change he mentioned was done is 3/8. As that was written by > Joe Perches, I did some work that he missed and put it before his > patch, which showed a discrepancy between the two functions. After all > patches are applied, it should be consistent to his liking. I think seq_has_overflowed does not need to be used after every seq_ call. It interrupts reading code flow and just isn't alll that necessary as every operation before it will be redone anyway. It should be used before or after a large blocks though.