All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rusty Russell <rusty@rustcorp.com.au>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: "linux-kernel\@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Rasmus Villemoes <linux@rasmusvillemoes.dk>,
	Linux MIPS Mailing List <linux-mips@linux-mips.org>,
	sparclinux <sparclinux@vger.kernel.org>,
	"linuxppc-dev\@lists.ozlabs.org" <linuxppc-dev@lists.ozlabs.org>,
	Mark Brown <broonie@kernel.org>,
	DRI Development <dri-devel@lists.freedesktop.org>,
	Matthew Wilcox <willy@linux.intel.com>
Subject: Re: Build regressions/improvements in v4.1-rc1
Date: Tue, 28 Apr 2015 21:54:15 +0930	[thread overview]
Message-ID: <87pp6osaog.fsf@rustcorp.com.au> (raw)
In-Reply-To: <CAMuHMdWj=khxL5dw=O3ymdTE+kBfxa0-gFKZ-ngQ-x4Fzzav1Q@mail.gmail.com>

Geert Uytterhoeven <geert@linux-m68k.org> 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.

WARNING: multiple messages have this Message-ID (diff)
From: Rusty Russell <rusty@rustcorp.com.au>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Rasmus Villemoes <linux@rasmusvillemoes.dk>,
	Linux MIPS Mailing List <linux-mips@linux-mips.org>,
	sparclinux <sparclinux@vger.kernel.org>,
	"linuxppc-dev@lists.ozlabs.org" <linuxppc-dev@lists.ozlabs.org>,
	Mark Brown <broonie@kernel.org>,
	DRI Development <dri-devel@lists.freedesktop.org>,
	Matthew Wilcox <willy@linux.intel.com>
Subject: Re: Build regressions/improvements in v4.1-rc1
Date: Tue, 28 Apr 2015 21:54:15 +0930	[thread overview]
Message-ID: <87pp6osaog.fsf@rustcorp.com.au> (raw)
Message-ID: <20150428122415.k_kH5cnV-R_7VlnwhK4SZCrImG2I-CgO_2Lx3lrUXe4@z> (raw)
In-Reply-To: <CAMuHMdWj=khxL5dw=O3ymdTE+kBfxa0-gFKZ-ngQ-x4Fzzav1Q@mail.gmail.com>

Geert Uytterhoeven <geert@linux-m68k.org> 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.

WARNING: multiple messages have this Message-ID (diff)
From: Rusty Russell <rusty@rustcorp.com.au>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Linux MIPS Mailing List <linux-mips@linux-mips.org>,
	Rasmus Villemoes <linux@rasmusvillemoes.dk>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	DRI Development <dri-devel@lists.freedesktop.org>,
	Mark Brown <broonie@kernel.org>,
	sparclinux <sparclinux@vger.kernel.org>,
	Matthew Wilcox <willy@linux.intel.com>,
	"linuxppc-dev@lists.ozlabs.org" <linuxppc-dev@lists.ozlabs.org>
Subject: Re: Build regressions/improvements in v4.1-rc1
Date: Tue, 28 Apr 2015 21:54:15 +0930	[thread overview]
Message-ID: <87pp6osaog.fsf@rustcorp.com.au> (raw)
In-Reply-To: <CAMuHMdWj=khxL5dw=O3ymdTE+kBfxa0-gFKZ-ngQ-x4Fzzav1Q@mail.gmail.com>

Geert Uytterhoeven <geert@linux-m68k.org> 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.

WARNING: multiple messages have this Message-ID (diff)
From: Rusty Russell <rusty@rustcorp.com.au>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Rasmus Villemoes <linux@rasmusvillemoes.dk>,
	Linux MIPS Mailing List <linux-mips@linux-mips.org>,
	sparclinux <sparclinux@vger.kernel.org>,
	"linuxppc-dev@lists.ozlabs.org" <linuxppc-dev@lists.ozlabs.org>,
	Mark Brown <broonie@kernel.org>,
	DRI Development <dri-devel@lists.freedesktop.org>,
	Matthew Wilcox <willy@linux.intel.com>
Subject: Re: Build regressions/improvements in v4.1-rc1
Date: Tue, 28 Apr 2015 12:36:15 +0000	[thread overview]
Message-ID: <87pp6osaog.fsf@rustcorp.com.au> (raw)
In-Reply-To: <CAMuHMdWj=khxL5dw=O3ymdTE+kBfxa0-gFKZ-ngQ-x4Fzzav1Q@mail.gmail.com>

Geert Uytterhoeven <geert@linux-m68k.org> 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.

  reply	other threads:[~2015-04-28 12:25 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-27  9:51 Build regressions/improvements in v4.1-rc1 Geert Uytterhoeven
2015-04-27 10:03 ` Geert Uytterhoeven
2015-04-27 10:03   ` Geert Uytterhoeven
2015-04-27 10:03   ` Geert Uytterhoeven
2015-04-27 10:03   ` Geert Uytterhoeven
2015-04-27 17:36   ` Aaro Koskinen
2015-04-27 17:36     ` Aaro Koskinen
2015-04-27 17:36     ` Aaro Koskinen
2015-04-27 18:23   ` Guenter Roeck
2015-04-27 18:23     ` Guenter Roeck
2015-04-27 18:23     ` Guenter Roeck
2015-04-28  4:39   ` Rusty Russell
2015-04-28  4:51     ` Rusty Russell
2015-04-28  4:39     ` Rusty Russell
2015-04-28  4:39     ` Rusty Russell
2015-04-28  7:12     ` Geert Uytterhoeven
2015-04-28  7:12       ` Geert Uytterhoeven
2015-04-28  7:12       ` Geert Uytterhoeven
2015-04-28  7:12       ` Geert Uytterhoeven
2015-04-28 12:24       ` Rusty Russell [this message]
2015-04-28 12:36         ` Rusty Russell
2015-04-28 12:24         ` Rusty Russell
2015-04-28 12:24         ` Rusty Russell
2015-04-28 12:29         ` Geert Uytterhoeven
2015-04-28 12:29           ` Geert Uytterhoeven
2015-04-28 12:29           ` Geert Uytterhoeven
2015-04-28 12:29           ` Geert Uytterhoeven
2015-04-28 14:41           ` [PATCH] tile: properly use node_isset() on a nodemask_t Chris Metcalf
2015-04-28 14:41             ` Chris Metcalf
2015-04-28 14:41             ` Chris Metcalf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pp6osaog.fsf@rustcorp.com.au \
    --to=rusty@rustcorp.com.au \
    --cc=broonie@kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=geert@linux-m68k.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@linux-mips.org \
    --cc=linux@rasmusvillemoes.dk \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=sparclinux@vger.kernel.org \
    --cc=willy@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.