From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ob0-x22f.google.com (mail-ob0-x22f.google.com [IPv6:2607:f8b0:4003:c01::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 877F11A017C for ; Tue, 28 Apr 2015 22:29:30 +1000 (AEST) Received: by oblw8 with SMTP id w8so106801385obl.0 for ; Tue, 28 Apr 2015 05:29:27 -0700 (PDT) MIME-Version: 1.0 Sender: geert.uytterhoeven@gmail.com In-Reply-To: <87pp6osaog.fsf@rustcorp.com.au> References: <1430128286-8952-1-git-send-email-geert@linux-m68k.org> <871tj4uara.fsf@rustcorp.com.au> <87pp6osaog.fsf@rustcorp.com.au> Date: Tue, 28 Apr 2015 14:29:27 +0200 Message-ID: Subject: Re: Build regressions/improvements in v4.1-rc1 From: Geert Uytterhoeven To: Rusty Russell Content-Type: text/plain; charset=UTF-8 Cc: Linux MIPS Mailing List , Rasmus Villemoes , "linux-kernel@vger.kernel.org" , DRI Development , Chris Metcalf , Mark Brown , sparclinux , Matthew Wilcox , "linuxppc-dev@lists.ozlabs.org" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , cc Chris On Tue, Apr 28, 2015 at 2:24 PM, Rusty Russell wrote: > 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.