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

2024-11-20 Thread Stephen Rothwell
Hi all, On Wed, 6 Nov 2024 14:04:14 +1100 Stephen Rothwell wrote: > > After merging the ftrace tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > In file included from include/linux/ftrace.h:23, > from include/linux/kvm_host.h:32, >

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

2024-11-06 Thread Linus Torvalds
On Wed, 6 Nov 2024 at 05:02, Steven Rostedt wrote: > > This fix looks fine to me. How should we handle this when we send our pull > requests to Linus? I may forgot about this issue, and it also matters who's > tree goes first. So just mention the issue in the pull request - preferably on both sid

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

2024-11-06 Thread Steven Rostedt
On Wed, 6 Nov 2024 14:04:14 +1100 Stephen Rothwell wrote: > Hi all, > > After merging the ftrace tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > In file included from include/linux/ftrace.h:23, > from include/linux/kvm_host.h:32, >

linux-next: build failure after merge of the ftrace tree

2024-11-05 Thread Stephen Rothwell
Hi all, After merging the ftrace tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: In file included from include/linux/ftrace.h:23, from include/linux/kvm_host.h:32, from arch/powerpc/include/asm/kvm_ppc.h:19, from arch/p

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

2024-09-13 Thread Mina Almasry
On Fri, Sep 13, 2024 at 11:36 AM Jakub Kicinski wrote: > > On Fri, 13 Sep 2024 09:27:17 -0700 Mina Almasry wrote: > > diff --git a/include/linux/page-flags.h b/include/linux/page-flags.h > > index 5769fe6e4950..ea4005d2d1a9 100644 > > --- a/include/linux/page-flags.h > > +++ b/include/linux/page-f

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

2024-09-13 Thread Mina Almasry
On Fri, Sep 13, 2024 at 9:13 AM LEROY Christophe wrote: > > > > Le 13/09/2024 à 17:49, Jakub Kicinski a écrit : > > On Fri, 13 Sep 2024 08:34:26 -0700 Jakub Kicinski wrote: > >>> The second "asm" above (CONFIG_PPC_KERNEL_PREFIXED is not set). I am > >>> guessing by searching for "39" in net/core/

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

2024-09-13 Thread Jakub Kicinski
On Fri, 13 Sep 2024 13:05:32 -0700 Mina Almasry wrote: > Change, got NAKed: > https://lore.kernel.org/netdev/zusq9bt9vg7o2...@casper.infradead.org/ Humpf. > But AFAICT we don't really need to do this inside of mm, affecting > things like compound_head. This equivalent change also makes the build

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

2024-09-13 Thread Jakub Kicinski
On Fri, 13 Sep 2024 09:27:17 -0700 Mina Almasry wrote: > diff --git a/include/linux/page-flags.h b/include/linux/page-flags.h > index 5769fe6e4950..ea4005d2d1a9 100644 > --- a/include/linux/page-flags.h > +++ b/include/linux/page-flags.h > @@ -239,8 +239,8 @@ static inline unsigned long _compound_h

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

2024-09-13 Thread LEROY Christophe
Le 13/09/2024 à 17:49, Jakub Kicinski a écrit : > On Fri, 13 Sep 2024 08:34:26 -0700 Jakub Kicinski wrote: >>> The second "asm" above (CONFIG_PPC_KERNEL_PREFIXED is not set). I am >>> guessing by searching for "39" in net/core/page_pool.s >>> >>> This is maybe called from page_pool_unref_netmem(

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

2024-09-13 Thread Jakub Kicinski
On Fri, 13 Sep 2024 08:34:26 -0700 Jakub Kicinski wrote: > > The second "asm" above (CONFIG_PPC_KERNEL_PREFIXED is not set). I am > > guessing by searching for "39" in net/core/page_pool.s > > > > This is maybe called from page_pool_unref_netmem() > > Thanks! The compiler version helped, I can

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

2024-09-13 Thread Jakub Kicinski
On Fri, 13 Sep 2024 20:41:38 +1000 Stephen Rothwell wrote: > I have bisected it (just using the net-next tree) to commit > > 8ab79ed50cf10f338465c296012500de1081646f is the first bad commit > commit 8ab79ed50cf10f338465c296012500de1081646f > Author: Mina Almasry > Date: Tue Sep 10 17:14:49 2024

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

2024-09-09 Thread Christophe Leroy
Le 09/09/2024 à 18:23, Masahiro Yamada a écrit : On Mon, Sep 9, 2024 at 11:58 PM Stephen Rothwell wrote: Hi Christophe, On Mon, 9 Sep 2024 16:22:26 +0200 Christophe Leroy wrote: Le 09/09/2024 à 12:09, Stephen Rothwell a écrit : Hi all, After merging the powerpc tree, today's linux-ne

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

2024-09-09 Thread Masahiro Yamada
On Mon, Sep 9, 2024 at 11:58 PM Stephen Rothwell wrote: > > Hi Christophe, > > On Mon, 9 Sep 2024 16:22:26 +0200 Christophe Leroy > wrote: > > > > Le 09/09/2024 à 12:09, Stephen Rothwell a écrit : > > > Hi all, > > > > > > After merging the powerpc tree, today's linux-next build (powerpc > > > p

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

2024-09-09 Thread Stephen Rothwell
Hi Christophe, On Mon, 9 Sep 2024 16:22:26 +0200 Christophe Leroy wrote: > > Le 09/09/2024 à 12:09, Stephen Rothwell a écrit : > > Hi all, > > > > After merging the powerpc tree, today's linux-next build (powerpc > > ppc44x_defconfig) failed like this: > > > > make[3]: *** No rule to make targ

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

2024-09-09 Thread Christophe Leroy
Le 09/09/2024 à 12:09, Stephen Rothwell a écrit : Hi all, After merging the powerpc tree, today's linux-next build (powerpc ppc44x_defconfig) failed like this: make[3]: *** No rule to make target 'arch/powerpc/boot/treeImage.ebony', needed by 'arch/powerpc/boot/zImage'. Stop. make[2]: ***

linux-next: build failure after merge of the powerpc tree

2024-09-09 Thread Stephen Rothwell
Hi all, After merging the powerpc tree, today's linux-next build (powerpc ppc44x_defconfig) failed like this: make[3]: *** No rule to make target 'arch/powerpc/boot/treeImage.ebony', needed by 'arch/powerpc/boot/zImage'. Stop. make[2]: *** [/home/sfr/next/next/arch/powerpc/Makefile:236: zImage]

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

2023-11-30 Thread Michael Ellerman
Andrew Morton writes: > On Fri, 01 Dec 2023 09:39:20 +1100 Michael Ellerman > wrote: > >> > I am still carrying this patch (it should probably go into the mm >> > tree). Is someone going to pick it up (assuming it is correct)? >> >> I applied it to my next a few days ago, but I must have forgo

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

2023-11-30 Thread Andrew Morton
On Fri, 01 Dec 2023 09:39:20 +1100 Michael Ellerman wrote: > > I am still carrying this patch (it should probably go into the mm > > tree). Is someone going to pick it up (assuming it is correct)? > > I applied it to my next a few days ago, but I must have forgotten to > push. It's in there now

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

2023-11-30 Thread Michael Ellerman
Stephen Rothwell writes: > On Mon, 27 Nov 2023 14:48:52 +1100 Stephen Rothwell > wrote: >> >> Just cc'ing the PowerPC guys to see if my fix is sensible. >> >> On Mon, 27 Nov 2023 13:28:09 +1100 Stephen Rothwell >> wrote: >> > >> > After merging the mm tree, today's linux-next build (powerpc6

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

2023-11-30 Thread Andrew Morton
On Fri, 1 Dec 2023 09:04:39 +1100 Stephen Rothwell wrote: > Hi all, > > > > diff --git a/arch/powerpc/mm/book3s64/pgtable.c > > > b/arch/powerpc/mm/book3s64/pgtable.c > > > index be229290a6a7..3438ab72c346 100644 > > > --- a/arch/powerpc/mm/book3s64/pgtable.c > > > +++ b/arch/powerpc/mm/book3s

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

2023-11-30 Thread Stephen Rothwell
Hi all, On Mon, 27 Nov 2023 14:48:52 +1100 Stephen Rothwell wrote: > > Just cc'ing the PowerPC guys to see if my fix is sensible. > > On Mon, 27 Nov 2023 13:28:09 +1100 Stephen Rothwell > wrote: > > > > After merging the mm tree, today's linux-next build (powerpc64 > > allnoconfig) failed li

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

2023-11-26 Thread Stephen Rothwell
Hi all, Just cc'ing the PowerPC guys to see if my fix is sensible. On Mon, 27 Nov 2023 13:28:09 +1100 Stephen Rothwell wrote: > > After merging the mm tree, today's linux-next build (powerpc64 > allnoconfig) failed like this: > > arch/powerpc/mm/book3s64/pgtable.c:557:5: error: no previous pro

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

2023-08-22 Thread Matthew Wilcox
On Mon, Aug 21, 2023 at 09:00:43PM -0700, Darrick J. Wong wrote: > Please leave this ^^^ comment, because the need for TRACE_DEFINE_ENUM to > make enums work in tracepoints is not at all obvious. > > "order %u" to match the (non dev_t) style of the rest of the xfs > tracepoints. ACK, thanks. And

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

2023-08-22 Thread Michael Ellerman
Matthew Wilcox writes: > On Tue, Aug 22, 2023 at 09:55:37AM +1000, Stephen Rothwell wrote: >> In file included from include/trace/trace_events.h:27, >> from include/trace/define_trace.h:102, >> from fs/xfs/xfs_trace.h:4428, >> from fs/xfs/xfs_trac

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

2023-08-21 Thread Darrick J. Wong
On Tue, Aug 22, 2023 at 02:34:06AM +0100, Matthew Wilcox wrote: > On Tue, Aug 22, 2023 at 11:22:17AM +1000, Stephen Rothwell wrote: > > Hi Matthew, > > > > On Tue, 22 Aug 2023 02:11:44 +0100 Matthew Wilcox > > wrote: > > > > > > On Tue, Aug 22, 2023 at 09:55:37AM +1000, Stephen Rothwell wrote: >

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

2023-08-21 Thread Matthew Wilcox
On Tue, Aug 22, 2023 at 11:22:17AM +1000, Stephen Rothwell wrote: > Hi Matthew, > > On Tue, 22 Aug 2023 02:11:44 +0100 Matthew Wilcox wrote: > > > > On Tue, Aug 22, 2023 at 09:55:37AM +1000, Stephen Rothwell wrote: > > > In file included from include/trace/trace_events.h:27, > > >

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

2023-08-21 Thread Stephen Rothwell
Hi Matthew, On Tue, 22 Aug 2023 02:11:44 +0100 Matthew Wilcox wrote: > > On Tue, Aug 22, 2023 at 09:55:37AM +1000, Stephen Rothwell wrote: > > In file included from include/trace/trace_events.h:27, > > from include/trace/define_trace.h:102, > > from fs/xfs/xfs_tr

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

2023-08-21 Thread Matthew Wilcox
On Tue, Aug 22, 2023 at 09:55:37AM +1000, Stephen Rothwell wrote: > In file included from include/trace/trace_events.h:27, > from include/trace/define_trace.h:102, > from fs/xfs/xfs_trace.h:4428, > from fs/xfs/xfs_trace.c:45: > include/linux/pgtabl

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

2023-06-26 Thread Herbert Xu
On Mon, Jun 26, 2023 at 12:39:46PM +1000, Stephen Rothwell wrote: > Hi all, > > After merging the crypto tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > ld: warning: discarding dynamic section .glink > ld: warning: discarding dynamic section .plt > ld: linkage tab

linux-next: build failure after merge of the crypto tree

2023-06-25 Thread Stephen Rothwell
Hi all, After merging the crypto tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: ld: warning: discarding dynamic section .glink ld: warning: discarding dynamic section .plt ld: linkage table error against `sm2_compute_z_digest' ld: stubs don't match calculated size ld:

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

2023-06-13 Thread Catalin Marinas
Hi Stephen, On Tue, Jun 13, 2023 at 04:21:19PM +1000, Stephen Rothwell wrote: > After merging the mm tree, today's linux-next build (powerpc > ppc44x_defconfig) failed like this: > > In file included from arch/powerpc/include/asm/page.h:247, > from arch/powerpc/include/asm/thread

linux-next: build failure after merge of the mm tree

2023-06-12 Thread Stephen Rothwell
Hi all, After merging the mm tree, today's linux-next build (powerpc ppc44x_defconfig) failed like this: In file included from arch/powerpc/include/asm/page.h:247, from arch/powerpc/include/asm/thread_info.h:13, from include/linux/thread_info.h:60,

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

2023-02-12 Thread Michael Ellerman
Stephen Rothwell writes: > Hi all, > > After merging the powerpc tree, today's linux-next build (powerpc64 > allnoconfig) failed like this: > > arch/powerpc/kernel/setup_64.c: In function 'early_setup': > arch/powerpc/kernel/setup_64.c:400:34: error: 'struct thread_info' has no > member named 'cp

linux-next: build failure after merge of the powerpc tree

2023-02-09 Thread Stephen Rothwell
Hi all, After merging the powerpc tree, today's linux-next build (powerpc64 allnoconfig) failed like this: arch/powerpc/kernel/setup_64.c: In function 'early_setup': arch/powerpc/kernel/setup_64.c:400:34: error: 'struct thread_info' has no member named 'cpu' 400 | task_thread_info(curr

linux-next: build failure after merge of the crypto tree

2023-01-16 Thread Stephen Rothwell
Hi all, After merging the crypto tree, today's linux-next build (powerpc pseries_le_defconfig) failed like this: arch/powerpc/crypto/p10_aes_gcm.o: warning: objtool: .text+0x884: unannotated intra-function call arch/powerpc/crypto/aesp8-ppc.o: warning: objtool: aes_p8_set_encrypt_key+0x44: unan

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

2022-12-04 Thread Stephen Rothwell
Hi all, On Mon, 5 Dec 2022 10:48:57 +1100 Stephen Rothwell wrote: > > It could be (easily) argued that arch/powerpc/include/asm/cache.h should > include linus/types.h, but it is also unusual to include an asm/... file > before all the linux/... files. Or maybe you should have included linux/cac

linux-next: build failure after merge of the crypto tree

2022-12-04 Thread Stephen Rothwell
Hi all, After merging the crypto tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: In file included from include/crypto/algapi.h:10, from include/crypto/internal/hash.h:11, from arch/powerpc/crypto/sha1.c:15: arch/powerpc/include/asm/cach

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

2022-12-02 Thread Michael Ellerman
Stephen Rothwell writes: > Hi all, > > After merging the tip tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > arch/powerpc/lib/code-patching.c: In function 'text_area_cpu_up_mm': > arch/powerpc/lib/code-patching.c:157:14: error: implicit declaration of > function '

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

2022-12-01 Thread Benjamin Gray
On Fri, 2022-12-02 at 11:26 +1100, Stephen Rothwell wrote: > Though, I wonder if the powerpc tree should > use mm_alloc() instead of copy_init_mm() as well?  The tip tree > commit > says: > >     Instead of duplicating init_mm, allocate a fresh mm. The > advantage is >     that mm_alloc() has much

linux-next: build failure after merge of the tip tree

2022-12-01 Thread Stephen Rothwell
Hi all, After merging the tip tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: arch/powerpc/lib/code-patching.c: In function 'text_area_cpu_up_mm': arch/powerpc/lib/code-patching.c:157:14: error: implicit declaration of function 'copy_init_mm' [-Werror=implicit-function

Re: [linux-next] Build failure drivers/cxl/cxl_pmem (powerpc)

2022-07-29 Thread Dan Williams
Michael Ellerman wrote: > Sachin Sant writes: > > Linux-next (5.19.0-rc8-next-20220728) fails to build on powerpc with > > following error: > > > > ERROR: modpost: "memory_add_physaddr_to_nid" [drivers/cxl/cxl_pmem.ko] > > undefined! > > make[1]: *** [scripts/Makefile.modpost:128: modules-only.sy

Re: [linux-next] Build failure drivers/cxl/cxl_pmem (powerpc)

2022-07-29 Thread Sachin Sant
> From 8ca5b098b6ff1048953be748dbffc987996e2605 Mon Sep 17 00:00:00 2001 > From: Michael Ellerman > Date: Fri, 29 Jul 2022 16:13:55 +1000 > Subject: [PATCH] powerpc/mm: Export memory_add_physaddr_to_nid() for modules > > The cxl_pmem module wants to call memory_add_physaddr_to_nid(), so > expor

Re: [linux-next] Build failure drivers/cxl/cxl_pmem (powerpc)

2022-07-28 Thread Michael Ellerman
Sachin Sant writes: > Linux-next (5.19.0-rc8-next-20220728) fails to build on powerpc with > following error: > > ERROR: modpost: "memory_add_physaddr_to_nid" [drivers/cxl/cxl_pmem.ko] > undefined! > make[1]: *** [scripts/Makefile.modpost:128: modules-only.symvers] Error 1 > > The code in questio

[linux-next] Build failure drivers/cxl/cxl_pmem (powerpc)

2022-07-28 Thread Sachin Sant
Linux-next (5.19.0-rc8-next-20220728) fails to build on powerpc with following error: ERROR: modpost: "memory_add_physaddr_to_nid" [drivers/cxl/cxl_pmem.ko] undefined! make[1]: *** [scripts/Makefile.modpost:128: modules-only.symvers] Error 1 The code in question was last changed by following pat

[linux-next] Build failure kernel/watchdog [powerpc]

2022-07-27 Thread Sachin Sant
Linux-next (5.19.0-rc8-next-20220726) fails to build on powerpc with following error: kernel/watchdog.c:597:20: error: static declaration of 'lockup_detector_reconfigure' follows non-static declaration static inline void lockup_detector_reconfigure(void) ^~~~

Re: linux-next: build failure in Linus' tree

2022-03-27 Thread Stephen Rothwell
Hi Linus, On Sun, 27 Mar 2022 15:23:24 -0700 Linus Torvalds wrote: > > Will apply that patch asap. Thanks -- Cheers, Stephen Rothwell pgp1yu3oqMq3e.pgp Description: OpenPGP digital signature

Re: linux-next: build failure in Linus' tree

2022-03-27 Thread Linus Torvalds
-#endif /* CONFIG_LIVEPATCH */ On Sun, Mar 27, 2022 at 3:23 PM Linus Torvalds wrote: > > I even *looked* at that code when merging, and convinced myself I had > gotten the #ifdef/#endif chain right. Apparently I can't count. > > What a maroon I am. Oh, and I see why I screwed up: I even did a "

Re: linux-next: build failure in Linus' tree

2022-03-27 Thread Linus Torvalds
On Sun, Mar 27, 2022 at 3:01 PM Stephen Rothwell wrote: > > Building LInus' tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: Gaah. I even *looked* at that code when merging, and convinced myself I had gotten the #ifdef/#endif chain right. Apparently I can't count. Wh

linux-next: build failure in Linus' tree

2022-03-27 Thread Stephen Rothwell
Hi all, Building LInus' tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: In file included from arch/powerpc/kernel/irq.c:66: arch/powerpc/include/asm/livepatch.h:7: error: unterminated #ifndef 7 | #ifndef _ASM_POWERPC_LIVEPATCH_H | Caused by commit 7001052

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 does

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 does

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 s

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 Michae

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 hand-wavy

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, becau

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 d

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 ar

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 th

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

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

2021-09-13 Thread Stephen Rothwell
Hi all, After merging the origin tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: In file included from : include/linux/compiler_attributes.h:62:5: warning: "__has_attribute" is not defined, evaluates to 0 [-Wundef] 62 | #if __has_attribute(__assume_aligned__)

linux-next: build failure after merge of the irqchip tree

2021-06-21 Thread Stephen Rothwell
Hi all, After merging the irqchip tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: arch/powerpc/platforms/pseries/vas.c: In function 'allocate_setup_window': arch/powerpc/platforms/pseries/vas.c:219:22: error: implicit declaration of function 'irq_create_mapping' [-Werr

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

2021-04-19 Thread Michael Ellerman
Xiongwei Song writes: > Thank you so much Stephen. Sorry for my negligence. My fault. I forgot to run allyesconfig. > Should I fix this myself on powerpc tree? I'll fix it up. cheers

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

2021-04-19 Thread Xiongwei Song
Thank you so much Stephen. Sorry for my negligence. Should I fix this myself on powerpc tree? Regards, Xiongwei On Mon, Apr 19, 2021 at 5:14 PM Stephen Rothwell wrote: > > Hi all, > > After merging the powerpc tree, today's linux-next build (powerpc > allyesconfig) failed like this: > > arch/po

linux-next: build failure after merge of the powerpc tree

2021-04-19 Thread Stephen Rothwell
Hi all, After merging the powerpc tree, today's linux-next build (powerpc allyesconfig) failed like this: arch/powerpc/kernel/fadump.c: In function 'crash_fadump': arch/powerpc/kernel/fadump.c:731:28: error: 'INTERRUPT_SYSTEM_RESET' undeclared (first use in this function) 731 | if (TRAP(&(f

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

2021-03-02 Thread Michael Ellerman
Uwe Kleine-König writes: > Hello, > > On 3/2/21 3:09 AM, Michael Ellerman wrote: >> Stephen Rothwell writes: >>> Hi all, >>> >>> After merging the powerpc-fixes tree, today's linux-next build (powerpc >>> allyesconfig) failed like this: >>> >>> drivers/net/ethernet/ibm/ibmvnic.c:5399:13: error: c

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

2021-03-02 Thread Uwe Kleine-König
Hello, On 3/2/21 3:09 AM, Michael Ellerman wrote: Stephen Rothwell writes: Hi all, After merging the powerpc-fixes tree, today's linux-next build (powerpc allyesconfig) failed like this: drivers/net/ethernet/ibm/ibmvnic.c:5399:13: error: conflicting types for 'ibmvnic_remove' 5399 | stati

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

2021-03-01 Thread Michael Ellerman
Stephen Rothwell writes: > Hi all, > > After merging the powerpc-fixes tree, today's linux-next build (powerpc > allyesconfig) failed like this: > > drivers/net/ethernet/ibm/ibmvnic.c:5399:13: error: conflicting types for > 'ibmvnic_remove' > 5399 | static void ibmvnic_remove(struct vio_dev *dev

linux-next: build failure after merge of the powerpc-fixes tree

2021-03-01 Thread Stephen Rothwell
Hi all, After merging the powerpc-fixes tree, today's linux-next build (powerpc allyesconfig) failed like this: drivers/net/ethernet/ibm/ibmvnic.c:5399:13: error: conflicting types for 'ibmvnic_remove' 5399 | static void ibmvnic_remove(struct vio_dev *dev) | ^~ dri

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

2021-02-10 Thread Stephen Rothwell
Hi Nick, On Wed, 10 Feb 2021 18:20:54 +1000 Nicholas Piggin wrote: > > Thanks for that, it's due to .noinstr section being put on the other > side of .text, so all our interrupt handler asm code can't reach them > directly anymore since the ppc interrupt wrappers patch added noinstr > attribute

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

2021-02-10 Thread Nicholas Piggin
Excerpts from Stephen Rothwell's message of February 9, 2021 8:19 pm: > Hi all, > > After merging the powerpc tree, today's linux-next build (powerpc > allyesconfig) failed like this: > > arch/powerpc/kernel/head_64.o:(__ftr_alt_97+0x0): relocation truncated to > fit: R_PPC64_REL24 (OPD) against

linux-next: build failure after merge of the powerpc tree

2021-02-09 Thread Stephen Rothwell
Hi all, After merging the powerpc tree, today's linux-next build (powerpc allyesconfig) failed like this: arch/powerpc/kernel/head_64.o:(__ftr_alt_97+0x0): relocation truncated to fit: R_PPC64_REL24 (OPD) against symbol `do_page_fault' defined in .opd section in arch/powerpc/mm/fault.o arch/pow

linux-next: build failure on power pc

2021-01-20 Thread Yury Norov
Hi all, I found the power pc build broken on today's linux-next (647060f3b592). My compiler is: yury:linux$ powerpc-linux-gnu-gcc --version powerpc-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 Copyright (C) 2019 Free Software Foundation, Inc. This is free software; see the source for copyi

Re: linux-next: build failure in Linus' tree

2020-11-24 Thread Michael Ellerman
Daniel Axtens writes: > Thanks sfr and mpe. > >> Applied to powerpc/fixes. >> >> [1/1] powerpc/64s: Fix allnoconfig build since uaccess flush >> >> https://git.kernel.org/powerpc/c/b6b79dd53082db11070b4368d85dd6699ff0b063 > > We also needed a similar fix for stable, which has also been appl

Re: linux-next: build failure in Linus' tree

2020-11-23 Thread Daniel Axtens
Thanks sfr and mpe. > Applied to powerpc/fixes. > > [1/1] powerpc/64s: Fix allnoconfig build since uaccess flush > > https://git.kernel.org/powerpc/c/b6b79dd53082db11070b4368d85dd6699ff0b063 We also needed a similar fix for stable, which has also been applied. I guess I should build some

Re: linux-next: build failure in Linus' tree

2020-11-23 Thread Michael Ellerman
On Mon, 23 Nov 2020 18:40:16 +1100, Stephen Rothwell wrote: > After merging most of the trees, today's linux-next build (powerpc64 > allnoconfig) failed like this: > > In file included from arch/powerpc/include/asm/kup.h:18, > from arch/powerpc/include/asm/uaccess.h:9, >

linux-next: build failure in Linus' tree

2020-11-22 Thread Stephen Rothwell
Hi all, After merging most of the trees, today's linux-next build (powerpc64 allnoconfig) failed like this: In file included from arch/powerpc/include/asm/kup.h:18, from arch/powerpc/include/asm/uaccess.h:9, from include/linux/uaccess.h:11, from

Re: linux-next: build failure on powerpc 8xx with 16k pages

2020-06-04 Thread Will Deacon
[+Arnd since I think we spoke about this on IRC once] On Thu, Jun 04, 2020 at 02:35:14PM +, Christophe Leroy wrote: > Now I get the same issue at > >CC mm/mincore.o > In file included from ./include/asm-generic/bug.h:5:0, > from ./arch/powerpc/include/asm/bug.h:109,

Re: linux-next: build failure on powerpc 8xx with 16k pages

2020-06-04 Thread Christophe Leroy
On 06/04/2020 12:00 PM, Peter Zijlstra wrote: On Thu, Jun 04, 2020 at 12:17:23PM +0100, Will Deacon wrote: Hi, [+Peter] On Thu, Jun 04, 2020 at 10:48:03AM +, Christophe Leroy wrote: Using mpc885_ads_defconfig with CONFIG_PPC_16K_PAGES instead of CONFIG_PPC_4K_PAGES, getting the followin

Re: linux-next: build failure on powerpc 8xx with 16k pages

2020-06-04 Thread Christophe Leroy
On 06/04/2020 11:17 AM, Will Deacon wrote: Hi, [+Peter] On Thu, Jun 04, 2020 at 10:48:03AM +, Christophe Leroy wrote: Using mpc885_ads_defconfig with CONFIG_PPC_16K_PAGES instead of CONFIG_PPC_4K_PAGES, getting the following build failure: CC mm/gup.o In file included from ./inc

Re: linux-next: build failure on powerpc 8xx with 16k pages

2020-06-04 Thread Peter Zijlstra
On Thu, Jun 04, 2020 at 12:17:23PM +0100, Will Deacon wrote: > Hi, [+Peter] > > On Thu, Jun 04, 2020 at 10:48:03AM +, Christophe Leroy wrote: > > Using mpc885_ads_defconfig with CONFIG_PPC_16K_PAGES instead of > > CONFIG_PPC_4K_PAGES, getting the following build failure: > > > > CC mm/

Re: linux-next: build failure on powerpc 8xx with 16k pages

2020-06-04 Thread Will Deacon
Hi, [+Peter] On Thu, Jun 04, 2020 at 10:48:03AM +, Christophe Leroy wrote: > Using mpc885_ads_defconfig with CONFIG_PPC_16K_PAGES instead of > CONFIG_PPC_4K_PAGES, getting the following build failure: > > CC mm/gup.o > In file included from ./include/linux/kernel.h:11:0, >

linux-next: build failure on powerpc 8xx with 16k pages

2020-06-04 Thread Christophe Leroy
Hi all, Using mpc885_ads_defconfig with CONFIG_PPC_16K_PAGES instead of CONFIG_PPC_4K_PAGES, getting the following build failure: CC mm/gup.o In file included from ./include/linux/kernel.h:11:0, from mm/gup.c:2: In function 'gup_hugepte.constprop', inlined from 'gup

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

2020-04-25 Thread Michael Ellerman
On Wed, 2020-04-22 at 05:41:29 UTC, Stephen Rothwell wrote: > Hi all, > > After merging the powerpc tree, today's linux-next build (powerpc > allyesconfig) failed like this: > > In file included from :32: > ./usr/include/asm/vas-api.h:15:2: error: unknown type name '__u32' >15 | __u32 versio

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

2020-04-22 Thread Haren Myneni
Thanks for fixing. Tested with this patch and 7fe021a3f1c9 ("kernel: better document the use_mm/unuse_mm API contract"). Acked-by: Haren Myneni On 4/21/20 11:39 PM, Stephen Rothwell wrote: > Hi all, > > After merging the akpm tree, today's linux-next build (powerpc > ppc64_defconfig) failed

linux-next: build failure after merge of the akpm tree

2020-04-21 Thread Stephen Rothwell
Hi all, After merging the akpm tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: arch/powerpc/platforms/powernv/vas-fault.c: In function 'update_csb': arch/powerpc/platforms/powernv/vas-fault.c:130:2: error: implicit declaration of function 'use_mm' [-Werror=implicit-fun

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

2020-04-21 Thread Haren Myneni
Stephen, Sorry missed it. Thanks for fixing it. Acked-by: Haren Myneni On 4/21/20 10:41 PM, Stephen Rothwell wrote: > Hi all, > > After merging the powerpc tree, today's linux-next build (powerpc > allyesconfig) failed like this: > > In file included from :32: > ./usr/include/asm/vas-api.h:15:

linux-next: build failure after merge of the powerpc tree

2020-04-21 Thread Stephen Rothwell
Hi all, After merging the powerpc tree, today's linux-next build (powerpc allyesconfig) failed like this: In file included from :32: ./usr/include/asm/vas-api.h:15:2: error: unknown type name '__u32' 15 | __u32 version; | ^ ./usr/include/asm/vas-api.h:16:2: error: unknown type name

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

2020-03-30 Thread H.J. Lu
On Mon, Mar 30, 2020 at 1:17 AM Borislav Petkov wrote: > > On Mon, Mar 30, 2020 at 07:04:16PM +1100, Michael Ellerman wrote: > > Or just squash the hunk Stephen posted into the commit, which is what I > > thought would happen to begin with. > > > > You can have my ack for it: > > > > Acked-by: Mic

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

2020-03-30 Thread Borislav Petkov
On Mon, Mar 30, 2020 at 07:04:16PM +1100, Michael Ellerman wrote: > Or just squash the hunk Stephen posted into the commit, which is what I > thought would happen to begin with. > > You can have my ack for it: > > Acked-by: Michael Ellerman (powerpc) Thanks but considering how this is not reall

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

2020-03-30 Thread Michael Ellerman
Borislav Petkov writes: > On Mon, Mar 30, 2020 at 03:08:19PM +1100, Stephen Rothwell wrote: >> What you really need is an Ack from the PowerPC people for the fix you >> suggested and then tha fix should go in the same series that is now >> causing the failure (preferably before the problematic (fo

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

2020-03-30 Thread Borislav Petkov
On Mon, Mar 30, 2020 at 03:08:19PM +1100, Stephen Rothwell wrote: > What you really need is an Ack from the PowerPC people for the fix you > suggested and then tha fix should go in the same series that is now > causing the failure (preferably before the problematic (for PowerPC) > patch. I'll zap

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

2020-03-29 Thread Stephen Rothwell
Hi H.J., On Sun, 29 Mar 2020 20:53:42 -0700 "H.J. Lu" wrote: > > Please see my enclosing email. Is anyone from PPC community reading emails? What you really need is an Ack from the PowerPC people for the fix you suggested and then tha fix should go in the same series that is now causing the fa

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

2019-10-11 Thread Michael Ellerman
On Mon, 2019-09-30 at 00:13:42 UTC, Stephen Rothwell wrote: > Hi all, > > After merging the powerpc tree, today's linux-next build (powerpc64 > allnoconfig) failed like this: > > arch/powerpc/mm/book3s64/pgtable.c: In function 'flush_partition': > arch/powerpc/mm/book3s64/pgtable.c:216:3: error:

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

2019-10-03 Thread Michael Ellerman
On Mon, 2019-09-30 at 00:13:42 UTC, Stephen Rothwell wrote: > Hi all, > > After merging the powerpc tree, today's linux-next build (powerpc64 > allnoconfig) failed like this: > > arch/powerpc/mm/book3s64/pgtable.c: In function 'flush_partition': > arch/powerpc/mm/book3s64/pgtable.c:216:3: error:

linux-next: build failure after merge of the powerpc tree

2019-09-29 Thread Stephen Rothwell
Hi all, After merging the powerpc tree, today's linux-next build (powerpc64 allnoconfig) failed like this: arch/powerpc/mm/book3s64/pgtable.c: In function 'flush_partition': arch/powerpc/mm/book3s64/pgtable.c:216:3: error: implicit declaration of function 'radix__flush_all_lpid_guest'; did you m

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

2019-09-02 Thread Christoph Hellwig
On Mon, Sep 02, 2019 at 09:40:11PM +1000, Stephen Rothwell wrote: > Hi all, > > After merging the powerpc tree, today's linux-next build (powerpc > ppc44x_defconfig) failed like this: Yes, this conflict is expected and we dicussed it before. I'll make sure Linus is in the loop when sending the p

linux-next: build failure after merge of the powerpc tree

2019-09-02 Thread Stephen Rothwell
Hi all, After merging the powerpc tree, today's linux-next build (powerpc ppc44x_defconfig) failed like this: arch/powerpc/mm/dma-noncoherent.c: In function 'atomic_pool_init': arch/powerpc/mm/dma-noncoherent.c:128:9: error: implicit declaration of function 'dma_atomic_pool_init'; did you mean '

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

2019-04-01 Thread Mark Brown
On Mon, Apr 01, 2019 at 10:11:44PM +1100, Michael Ellerman wrote: > Anyway I think what you've done in next, make the code depend on > COMMON_CLOCK, is the best option. If anyone cares about that driver on > powerpc platforms that don't support COMMON_CLOCK they should speak up. It's probably fin

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

2019-04-01 Thread Michael Ellerman
Mark Brown writes: > On Wed, Mar 27, 2019 at 03:29:55PM +1100, Michael Ellerman wrote: >> Mark Brown writes: > >> > Hrm, seems PowerPC is still not using the common clock API - is there >> > any plan for that? There are some ASoC PowerPC uses so it's going to be >> > a bit of an issue as we expa

  1   2   3   4   >