Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030196AbbD1MZz (ORCPT ); Tue, 28 Apr 2015 08:25:55 -0400 Received: from ozlabs.org ([103.22.144.67]:60296 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965553AbbD1MZy (ORCPT ); Tue, 28 Apr 2015 08:25:54 -0400 From: Rusty Russell To: Geert Uytterhoeven Cc: "linux-kernel\@vger.kernel.org" , Rasmus Villemoes , Linux MIPS Mailing List , sparclinux , "linuxppc-dev\@lists.ozlabs.org" , Mark Brown , DRI Development , Matthew Wilcox Subject: Re: Build regressions/improvements in v4.1-rc1 In-Reply-To: References: <1430128286-8952-1-git-send-email-geert@linux-m68k.org> <871tj4uara.fsf@rustcorp.com.au> User-Agent: Notmuch/0.17 (http://notmuchmail.org) Emacs/24.4.1 (x86_64-pc-linux-gnu) Date: Tue, 28 Apr 2015 21:54:15 +0930 Message-ID: <87pp6osaog.fsf@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 900 Lines: 20 Geert Uytterhoeven writes: >> Can't see that one with a simple grep: can you post warning? > > /home/kisskb/slave/src/arch/tile/kernel/setup.c: In function 'zone_sizes_init': > /home/kisskb/slave/src/arch/tile/kernel/setup.c:777:3: warning: > passing argument 2 of 'cpumask_test_cpu' from incompatible pointer > type [enabled by default] > /home/kisskb/slave/src/include/linux/cpumask.h:294:19: note: expected > 'const struct cpumask *' but argument is of type 'struct nodemask_t *' Um, I turned the cpu_isset() into cpumask_test_cpu(), but that just showed this bug up. The tile maintainers need to fix this one. Thanks, Rusty. -- 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/