From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH] netfilter: ctnetlink: Make some parameters integer to avoid enum mismatch Date: Tue, 2 May 2017 11:58:08 +0200 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 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 To: Matthias Kaehlcke Return-path: Received: from mail.us.es ([193.147.175.20]:60988 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751115AbdEBJ6S (ORCPT ); Tue, 2 May 2017 05:58:18 -0400 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id D24752E7847 for ; Tue, 2 May 2017 11:58:11 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id C2C786E7AC for ; Tue, 2 May 2017 11:58:11 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id D41B16E7A0 for ; Tue, 2 May 2017 11:58:08 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20170501180730.GV128305@google.com> Sender: netfilter-devel-owner@vger.kernel.org List-ID: 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.