Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753952Ab3FEKYO (ORCPT ); Wed, 5 Jun 2013 06:24:14 -0400 Received: from mail-la0-f41.google.com ([209.85.215.41]:49363 "EHLO mail-la0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753083Ab3FEKYM (ORCPT ); Wed, 5 Jun 2013 06:24:12 -0400 Date: Wed, 5 Jun 2013 12:23:54 +0200 From: Emil Goode To: David Miller Cc: kuznet@ms2.inr.ac.ru, jmorris@namei.org, yoshfuji@linux-ipv6.org, kaber@trash.net, lorenzo@google.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: Re: [PATCH] net: ipv6: Fix incompatible pointer type warning Message-ID: <20130605102354.GA24766@debian> References: <1370262068-16658-1-git-send-email-emilgoode@gmail.com> <20130604.171456.2052649822776872955.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20130604.171456.2052649822776872955.davem@davemloft.net> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1700 Lines: 48 Hello David, I'm sorry, the patch applies to the linux-next tree. In the future I will be very careful about sending patches that fix problems related to the merging of different trees. Best regards, Emil Goode On Tue, Jun 04, 2013 at 05:14:56PM -0700, David Miller wrote: > From: Emil Goode > Date: Mon, 3 Jun 2013 14:21:08 +0200 > > > This fixes the sparse warning below about assignment from > > incompatible pointer type. > > > > In the following commit the third argument in function ipv6_chk_addr > > was changed to const and struct nf_ipv6_ops was introduced with > > the third argument of .chk_addr beeing const. > > > > 2a7851bffb008ff4882eee673da74718997b4265 > > ("netfilter: add nf_ipv6_ops hook to fix xt_addrtype with IPv6") > > > > The below commit introduced the warning as the third argument of > > dummy_ipv6_chk_addr and .ipv6_chk_addr in struct pingv6_ops is > > missing a const. > > > > 6d0bfe22611602f36617bc7aa2ffa1bbb2f54c67 > > ("net: ipv6: Add IPv6 support to the ping socket.") > > > > Sparse output: > > > > net/ipv6/ping.c: In function ‘pingv6_init’: > > net/ipv6/ping.c:87:27: warning: > > assignment from incompatible pointer type [enabled by default] > > > > Signed-off-by: Emil Goode > > This only happens when you combine net with net-next, therefore your > patch isn't actually relevent to any real GIT tree. > > Please make this very clear in the future. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/