Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965750AbbD1M3d (ORCPT ); Tue, 28 Apr 2015 08:29:33 -0400 Received: from mail-oi0-f49.google.com ([209.85.218.49]:35497 "EHLO mail-oi0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965465AbbD1M32 (ORCPT ); Tue, 28 Apr 2015 08:29:28 -0400 MIME-Version: 1.0 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 X-Google-Sender-Auth: NtRYAQIUI3ZFQqA0z_sh_oXbIi8 Message-ID: Subject: Re: Build regressions/improvements in v4.1-rc1 From: Geert Uytterhoeven To: Rusty Russell Cc: "linux-kernel@vger.kernel.org" , Rasmus Villemoes , Linux MIPS Mailing List , sparclinux , "linuxppc-dev@lists.ozlabs.org" , Mark Brown , DRI Development , Matthew Wilcox , Chris Metcalf Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1008 Lines: 23 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. -- 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/