Re: linux-next: build failure after merge of the origin tree

2021-09-14 Thread Michael Ellerman
Linus Torvalds writes: > On Mon, Sep 13, 2021 at 7:08 PM Stephen Rothwell > wrote: >> >> That patch works for me - for the ppc64_defconfig build at least. > > Yeah, I just tested the allmodconfig case too, although I suspect it's > essentially the same wrt the boot *.S files, so it probably

Re: linux-next: build failure after merge of the origin tree

2021-09-13 Thread Michael Ellerman
Linus Torvalds writes: > On Mon, Sep 13, 2021 at 7:08 PM Stephen Rothwell > wrote: >> >> That patch works for me - for the ppc64_defconfig build at least. > > Yeah, I just tested the allmodconfig case too, although I suspect it's > essentially the same wrt the boot *.S files, so it probably

Re: linux-next: build failure after merge of the origin tree

2021-09-13 Thread Stephen Rothwell
Hi all, On Tue, 14 Sep 2021 12:08:18 +1000 Stephen Rothwell wrote: > > That patch works for me - for the ppc64_defconfig build at least. also allnoconfig, 64bit allnoconfig, pseries_le_defconfig and ppc44x_defconfig -- Cheers, Stephen Rothwell pgpJX7oVVSmfh.pgp Description: OpenPGP digital

Re: linux-next: build failure after merge of the origin tree

2021-09-13 Thread Linus Torvalds
On Mon, Sep 13, 2021 at 7:08 PM Stephen Rothwell wrote: > > That patch works for me - for the ppc64_defconfig build at least. Yeah, I just tested the allmodconfig case too, although I suspect it's essentially the same wrt the boot *.S files, so it probably doesn't matter. I'd like to have

Re: linux-next: build failure after merge of the origin tree

2021-09-13 Thread Stephen Rothwell
Hi Linus, On Mon, 13 Sep 2021 18:29:26 -0700 Linus Torvalds wrote: > > On Mon, Sep 13, 2021 at 5:58 PM Stephen Rothwell > wrote: > > > > > I have no idea why it then complains about removal of the GCC4 macros. > > > > Me neither :-( > > Ooh. > > So I'm looking at gcc sources, just to see if

Re: linux-next: build failure after merge of the origin tree

2021-09-13 Thread Linus Torvalds
On Mon, Sep 13, 2021 at 6:37 PM Linus Torvalds wrote: > > Anyway, that just makes me think that something like that patch in my > previous email is the way to go, but I would like to stress (again) > how little testing it had: exactly none. > > So please consider that nothing more than a

Re: linux-next: build failure after merge of the origin tree

2021-09-13 Thread Linus Torvalds
On Mon, Sep 13, 2021 at 6:29 PM Linus Torvalds wrote: > > Now, do I know *why* that ppc Makefile it does that? No. Well, that is simple enough to find out.. git show 77433830ed164 just tells us. Of course, that also points to scripts/Makefile.lib, which doesn't have this problem,

Re: linux-next: build failure after merge of the origin tree

2021-09-13 Thread Linus Torvalds
On Mon, Sep 13, 2021 at 5:58 PM Stephen Rothwell wrote: > > > I have no idea why it then complains about removal of the GCC4 macros. > > Me neither :-( Ooh. So I'm looking at gcc sources, just to see if "maybe this thing is somehow conditional". And bingo. In cpp_init_special_builtins(), gcc

Re: linux-next: build failure after merge of the origin tree

2021-09-13 Thread Stephen Rothwell
Hi Linus, On Mon, 13 Sep 2021 17:24:11 -0700 Linus Torvalds wrote: > > On Mon, Sep 13, 2021 at 5:19 PM Linus Torvalds > wrote: > > > > What version of gcc is this? Are you maybe on gcc-4.9 and we just > > didn't check that properly? > > Hmm. That version check works for me (tested by just

Re: linux-next: build failure after merge of the origin tree

2021-09-13 Thread Linus Torvalds
On Mon, Sep 13, 2021 at 5:19 PM Linus Torvalds wrote: > > What version of gcc is this? Are you maybe on gcc-4.9 and we just > didn't check that properly? Hmm. That version check works for me (tested by just arbitrarily making min-tool-version return version 15 for gcc ;) So you got far enough

Re: linux-next: build failure after merge of the origin tree

2021-09-13 Thread Linus Torvalds
On Mon, Sep 13, 2021 at 5:09 PM Stephen Rothwell wrote: > > gcc -Wp,-MD,arch/powerpc/boot/.crt0.o.d Ok, so it's not the funky "clang reports gcc-4" that caused tool breakage. What version of gcc is this? Are you maybe on gcc-4.9 and we just didn't check that properly? Linus

Re: linux-next: build failure after merge of the origin tree

2012-10-09 Thread Andrew Morton
On Wed, 10 Oct 2012 10:21:50 +1100 Stephen Rothwell s...@canb.auug.org.au wrote: Hi Linus, In Linus' tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: arch/powerpc/platforms/pseries/hotplug-memory.c: In function 'pseries_remove_memblock':

Re: linux-next: build failure after merge of the origin tree

2012-10-09 Thread Yasuaki Ishimatsu
Hi Stephen, 2012/10/10 8:45, Andrew Morton wrote: On Wed, 10 Oct 2012 10:21:50 +1100 Stephen Rothwell s...@canb.auug.org.au wrote: Hi Linus, In Linus' tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: arch/powerpc/platforms/pseries/hotplug-memory.c: In function

Re: linux-next: build failure after merge of the origin tree

2012-10-09 Thread Stephen Rothwell
Hi Andrew, On Tue, 9 Oct 2012 16:45:14 -0700 Andrew Morton a...@linux-foundation.org wrote: On Wed, 10 Oct 2012 10:21:50 +1100 Stephen Rothwell s...@canb.auug.org.au wrote: I can't see what the point of the pfn variable is This: ---

Re: linux-next: build failure after merge of the origin tree

2012-10-09 Thread Stephen Rothwell
Hi, On Wed, 10 Oct 2012 08:52:21 +0900 Yasuaki Ishimatsu isimatu.yasu...@jp.fujitsu.com wrote: 2012/10/10 8:45, Andrew Morton wrote: On Wed, 10 Oct 2012 10:21:50 +1100 Stephen Rothwell s...@canb.auug.org.au wrote: Hi Linus, In Linus' tree, today's linux-next build (powerpc