From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751300AbdEBJ6V (ORCPT ); Tue, 2 May 2017 05:58:21 -0400 Received: from mail.us.es ([193.147.175.20]:60990 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751123AbdEBJ6S (ORCPT ); Tue, 2 May 2017 05:58:18 -0400 Date: Tue, 2 May 2017 11:58:08 +0200 From: Pablo Neira Ayuso To: Matthias Kaehlcke Cc: Jozsef Kadlecsik , "David S . Miller" , netfilter-devel@vger.kernel.org, coreteam@netfilter.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Grant Grundler , Greg Hackmann , Michael Davidson Subject: Re: [PATCH] netfilter: ctnetlink: Make some parameters integer to avoid enum mismatch Message-ID: <20170502095808.GA2321@salvia> References: <20170419183920.21936-1-mka@chromium.org> <20170501180730.GV128305@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170501180730.GV128305@google.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 01, 2017 at 11:07:30AM -0700, Matthias Kaehlcke wrote: > El Wed, Apr 19, 2017 at 11:39:20AM -0700 Matthias Kaehlcke ha dit: > > > Not all parameters passed to ctnetlink_parse_tuple() and > > ctnetlink_exp_dump_tuple() match the enum type in the signatures of these > > functions. Since this is intended change the argument type of to be an int > > value. > > > > Signed-off-by: Matthias Kaehlcke > > --- > > Ping, any comments on this patch? I'll take this in the next batch.