From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Rothwell Subject: Re: next-20170110 build: 1 failures 4 warnings (next-20170110) Date: Wed, 11 Jan 2017 07:21:41 +1100 Message-ID: <20170111072131.51449059@canb.auug.org.au> References: <20170110181607.dp6giaxyeczykmv4@sirena.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from ozlabs.org ([103.22.144.67]:58041 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1031680AbdAJUVq (ORCPT ); Tue, 10 Jan 2017 15:21:46 -0500 In-Reply-To: <20170110181607.dp6giaxyeczykmv4@sirena.org.uk> Sender: linux-next-owner@vger.kernel.org List-ID: To: Mark Brown Cc: Michael Scherban , Murali Karicheri , Sekhar Nori , "David S. Miller" , kernel-build-reports@lists.linaro.org, linaro-kernel@lists.linaro.org, linux-next@vger.kernel.org, linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org, stephen hemminger Hi Mark, On Tue, 10 Jan 2017 18:16:07 +0000 Mark Brown wrote: > > On Tue, Jan 10, 2017 at 07:21:32AM +0000, Build bot for Mark Brown wrote: > > Today's -next fails to build an arm allmodconfig due to: > > > arm-allmodconfig > > ../drivers/net/ethernet/ti/netcp_core.c:1951:28: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types] > > caused by 6a8162e99ef344 (net: netcp: store network statistics in 64 > bits). It's assigning the function > > static struct rtnl_link_stats64 * > netcp_get_stats(struct net_device *ndev, struct rtnl_link_stats64 *stats) > > to ndo_get_stats64 which expects a function returning void. Yes, but only because commit bc1f44709cf2 ("net: make ndo_get_stats64 a void function") entered the net-next tree on the same day ... so it needs a followup fixup patch for this new usage. -- Cheers, Stephen Rothwell