* Re: Build regressions/improvements in v5.10-rc1 [not found] <20201026081811.3934205-1-geert@linux-m68k.org> @ 2020-10-26 9:48 ` Geert Uytterhoeven 2020-10-26 10:17 ` Christopher Obbard 2020-10-26 20:17 ` Nathan Lynch 0 siblings, 2 replies; 3+ messages in thread From: Geert Uytterhoeven @ 2020-10-26 9:48 UTC (permalink / raw) To: Linux Kernel Mailing List; +Cc: linuxppc-dev, arcml, linux-um On Mon, Oct 26, 2020 at 10:46 AM Geert Uytterhoeven <geert@linux-m68k.org> wrote: > Below is the list of build error/warning regressions/improvements in > v5.10-rc1[1] compared to v5.9[2]. > > Summarized: > - build errors: +3/-7 > - build warnings: +26/-28 > > Happy fixing! ;-) > > Thanks to the linux-next team for providing the build service. > > [1] http://kisskb.ellerman.id.au/kisskb/branch/linus/head/3650b228f83adda7e5ee532e2b90429c03f7b9ec/ (all 192 configs) > [2] http://kisskb.ellerman.id.au/kisskb/branch/linus/head/bbf5c979011a099af5dc76498918ed7df445635b/ (all 192 configs) > > > *** ERRORS *** > > 3 error regressions: > + /kisskb/src/arch/um/kernel/skas/clone.c: error: expected declaration specifiers or '...' before string constant: => 24:16 um-all{mod,yes}config > + error: hotplug-memory.c: undefined reference to `of_drconf_to_nid_single': => .text+0x5e0) powerpc-gcc5/pseries_le_defconfig+NO_NUMA > + {standard input}: Error: inappropriate arguments for opcode 'adc': => 170 arc-gcc10/axs101_defconfig Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Build regressions/improvements in v5.10-rc1 2020-10-26 9:48 ` Build regressions/improvements in v5.10-rc1 Geert Uytterhoeven @ 2020-10-26 10:17 ` Christopher Obbard 2020-10-26 20:17 ` Nathan Lynch 1 sibling, 0 replies; 3+ messages in thread From: Christopher Obbard @ 2020-10-26 10:17 UTC (permalink / raw) To: Geert Uytterhoeven, Linux Kernel Mailing List Cc: Joe Perches, linux-um, arcml, linuxppc-dev Hi Geert, On 26/10/2020 09:48, Geert Uytterhoeven wrote: > On Mon, Oct 26, 2020 at 10:46 AM Geert Uytterhoeven > <geert@linux-m68k.org> wrote: >> Below is the list of build error/warning regressions/improvements in >> v5.10-rc1[1] compared to v5.9[2]. >> >> Summarized: >> - build errors: +3/-7 >> - build warnings: +26/-28 >> >> Happy fixing! ;-) >> >> Thanks to the linux-next team for providing the build service. >> >> [1] http://kisskb.ellerman.id.au/kisskb/branch/linus/head/3650b228f83adda7e5ee532e2b90429c03f7b9ec/ (all 192 configs) >> [2] http://kisskb.ellerman.id.au/kisskb/branch/linus/head/bbf5c979011a099af5dc76498918ed7df445635b/ (all 192 configs) >> >> >> *** ERRORS *** >> >> 3 error regressions: >> + /kisskb/src/arch/um/kernel/skas/clone.c: error: expected declaration specifiers or '...' before string constant: => 24:16 For me, reverting commit 33def8498fdde180023444b08e12b72a9efed41d ("treewide: Convert macro and uses of __section(foo) to __section("foo")") fixed this compile error and one other introduced by the same patch. Unfortunately I wasn't able to come up with a fix for that, but I have CC the author of that patch. Thanks! Christopher Obbard > > um-all{mod,yes}config > >> + error: hotplug-memory.c: undefined reference to `of_drconf_to_nid_single': => .text+0x5e0) > > powerpc-gcc5/pseries_le_defconfig+NO_NUMA > >> + {standard input}: Error: inappropriate arguments for opcode 'adc': => 170 > > arc-gcc10/axs101_defconfig > > Gr{oetje,eeting}s, > > Geert > ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Build regressions/improvements in v5.10-rc1 2020-10-26 9:48 ` Build regressions/improvements in v5.10-rc1 Geert Uytterhoeven 2020-10-26 10:17 ` Christopher Obbard @ 2020-10-26 20:17 ` Nathan Lynch 1 sibling, 0 replies; 3+ messages in thread From: Nathan Lynch @ 2020-10-26 20:17 UTC (permalink / raw) To: Geert Uytterhoeven; +Cc: Scott Cheloha, linuxppc-dev, Linux Kernel Mailing List Geert Uytterhoeven <geert@linux-m68k.org> writes: > On Mon, Oct 26, 2020 at 10:46 AM Geert Uytterhoeven > <geert@linux-m68k.org> wrote: >> Below is the list of build error/warning regressions/improvements in >> v5.10-rc1[1] compared to v5.9[2]. >> >> Summarized: >> - build errors: +3/-7 >> - build warnings: +26/-28 >> >> Happy fixing! ;-) >> >> Thanks to the linux-next team for providing the build service. >> >> [1] http://kisskb.ellerman.id.au/kisskb/branch/linus/head/3650b228f83adda7e5ee532e2b90429c03f7b9ec/ (all 192 configs) >> [2] http://kisskb.ellerman.id.au/kisskb/branch/linus/head/bbf5c979011a099af5dc76498918ed7df445635b/ (all 192 configs) >> >> >> *** ERRORS *** >> >> 3 error regressions: >> + /kisskb/src/arch/um/kernel/skas/clone.c: error: expected declaration specifiers or '...' before string constant: => 24:16 > > um-all{mod,yes}config > >> + error: hotplug-memory.c: undefined reference to `of_drconf_to_nid_single': => .text+0x5e0) > > powerpc-gcc5/pseries_le_defconfig+NO_NUMA Probably introduced by: commit 72cdd117c449896c707fc6cfe5b90978160697d0 Author: Scott Cheloha <cheloha@linux.ibm.com> Date: Wed Sep 16 09:51:22 2020 -0500 pseries/hotplug-memory: hot-add: skip redundant LMB lookup Scott? ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-10-26 20:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20201026081811.3934205-1-geert@linux-m68k.org>
2020-10-26 9:48 ` Build regressions/improvements in v5.10-rc1 Geert Uytterhoeven
2020-10-26 10:17 ` Christopher Obbard
2020-10-26 20:17 ` Nathan Lynch
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).