* Re: Build regressions/improvements in v5.12-rc3 [not found] <20210315104409.1598822-1-geert@linux-m68k.org> @ 2021-03-15 10:49 ` Geert Uytterhoeven 2021-03-15 10:54 ` Christophe Leroy 0 siblings, 1 reply; 4+ messages in thread From: Geert Uytterhoeven @ 2021-03-15 10:49 UTC (permalink / raw) To: Linux Kernel Mailing List; +Cc: linuxppc-dev On Mon, Mar 15, 2021 at 11:46 AM Geert Uytterhoeven <geert@linux-m68k.org> wrote: > JFYI, when comparing v5.12-rc3[1] to v5.12-rc2[3], the summaries are: > - build errors: +2/-2 > 2 error regressions: > + /kisskb/src/include/linux/compiler_types.h: error: call to '__compiletime_assert_248' declared with attribute error: BUILD_BUG failed: => 320:38 > + /kisskb/src/include/linux/compiler_types.h: error: call to '__compiletime_assert_249' declared with attribute error: BUILD_BUG failed: => 320:38 powerpc-gcc4.9/ppc64_book3e_allmodconfig So we traded implicit declaration errors: - /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/calcs/dcn_calcs.c: error: implicit declaration of function 'disable_kernel_vsx' [-Werror=implicit-function-declaration]: 674:2 => - /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/calcs/dcn_calcs.c: error: implicit declaration of function 'enable_kernel_vsx' [-Werror=implicit-function-declaration]: 638:2 => for compile-time assertions. 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] 4+ messages in thread
* Re: Build regressions/improvements in v5.12-rc3 2021-03-15 10:49 ` Build regressions/improvements in v5.12-rc3 Geert Uytterhoeven @ 2021-03-15 10:54 ` Christophe Leroy 2021-03-15 11:02 ` Geert Uytterhoeven 0 siblings, 1 reply; 4+ messages in thread From: Christophe Leroy @ 2021-03-15 10:54 UTC (permalink / raw) To: Geert Uytterhoeven, Linux Kernel Mailing List; +Cc: linuxppc-dev Le 15/03/2021 à 11:49, Geert Uytterhoeven a écrit : > On Mon, Mar 15, 2021 at 11:46 AM Geert Uytterhoeven > <geert@linux-m68k.org> wrote: >> JFYI, when comparing v5.12-rc3[1] to v5.12-rc2[3], the summaries are: >> - build errors: +2/-2 > >> 2 error regressions: >> + /kisskb/src/include/linux/compiler_types.h: error: call to '__compiletime_assert_248' declared with attribute error: BUILD_BUG failed: => 320:38 >> + /kisskb/src/include/linux/compiler_types.h: error: call to '__compiletime_assert_249' declared with attribute error: BUILD_BUG failed: => 320:38 > > powerpc-gcc4.9/ppc64_book3e_allmodconfig > > So we traded implicit declaration errors: > > - /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/calcs/dcn_calcs.c: > error: implicit declaration of function 'disable_kernel_vsx' > [-Werror=implicit-function-declaration]: 674:2 => > - /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/calcs/dcn_calcs.c: > error: implicit declaration of function 'enable_kernel_vsx' > [-Werror=implicit-function-declaration]: 638:2 => > > for compile-time assertions. > You are missing https://github.com/linuxppc/linux/commit/eed5fae00593ab9d261a0c1ffc1bdb786a87a55a Christophe ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Build regressions/improvements in v5.12-rc3 2021-03-15 10:54 ` Christophe Leroy @ 2021-03-15 11:02 ` Geert Uytterhoeven 2021-03-15 13:07 ` Christophe Leroy 0 siblings, 1 reply; 4+ messages in thread From: Geert Uytterhoeven @ 2021-03-15 11:02 UTC (permalink / raw) To: Christophe Leroy; +Cc: linuxppc-dev, Linux Kernel Mailing List Hi Christophe, On Mon, Mar 15, 2021 at 11:55 AM Christophe Leroy <christophe.leroy@csgroup.eu> wrote: > Le 15/03/2021 à 11:49, Geert Uytterhoeven a écrit : > > On Mon, Mar 15, 2021 at 11:46 AM Geert Uytterhoeven > > <geert@linux-m68k.org> wrote: > >> JFYI, when comparing v5.12-rc3[1] to v5.12-rc2[3], the summaries are: > >> - build errors: +2/-2 > > > >> 2 error regressions: > >> + /kisskb/src/include/linux/compiler_types.h: error: call to '__compiletime_assert_248' declared with attribute error: BUILD_BUG failed: => 320:38 > >> + /kisskb/src/include/linux/compiler_types.h: error: call to '__compiletime_assert_249' declared with attribute error: BUILD_BUG failed: => 320:38 > > > > powerpc-gcc4.9/ppc64_book3e_allmodconfig > > > > So we traded implicit declaration errors: > > > > - /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/calcs/dcn_calcs.c: > > error: implicit declaration of function 'disable_kernel_vsx' > > [-Werror=implicit-function-declaration]: 674:2 => > > - /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/calcs/dcn_calcs.c: > > error: implicit declaration of function 'enable_kernel_vsx' > > [-Werror=implicit-function-declaration]: 638:2 => > > > > for compile-time assertions. > > > > You are missing https://github.com/linuxppc/linux/commit/eed5fae00593ab9d261a0c1ffc1bdb786a87a55a Which is not part of v5.12-rc3. 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] 4+ messages in thread
* Re: Build regressions/improvements in v5.12-rc3 2021-03-15 11:02 ` Geert Uytterhoeven @ 2021-03-15 13:07 ` Christophe Leroy 0 siblings, 0 replies; 4+ messages in thread From: Christophe Leroy @ 2021-03-15 13:07 UTC (permalink / raw) To: Geert Uytterhoeven; +Cc: linuxppc-dev, Linux Kernel Mailing List Le 15/03/2021 à 12:02, Geert Uytterhoeven a écrit : > Hi Christophe, > > On Mon, Mar 15, 2021 at 11:55 AM Christophe Leroy > <christophe.leroy@csgroup.eu> wrote: >> Le 15/03/2021 à 11:49, Geert Uytterhoeven a écrit : >>> On Mon, Mar 15, 2021 at 11:46 AM Geert Uytterhoeven >>> <geert@linux-m68k.org> wrote: >>>> JFYI, when comparing v5.12-rc3[1] to v5.12-rc2[3], the summaries are: >>>> - build errors: +2/-2 >>> >>>> 2 error regressions: >>>> + /kisskb/src/include/linux/compiler_types.h: error: call to '__compiletime_assert_248' declared with attribute error: BUILD_BUG failed: => 320:38 >>>> + /kisskb/src/include/linux/compiler_types.h: error: call to '__compiletime_assert_249' declared with attribute error: BUILD_BUG failed: => 320:38 >>> >>> powerpc-gcc4.9/ppc64_book3e_allmodconfig >>> >>> So we traded implicit declaration errors: >>> >>> - /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/calcs/dcn_calcs.c: >>> error: implicit declaration of function 'disable_kernel_vsx' >>> [-Werror=implicit-function-declaration]: 674:2 => >>> - /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/dc/calcs/dcn_calcs.c: >>> error: implicit declaration of function 'enable_kernel_vsx' >>> [-Werror=implicit-function-declaration]: 638:2 => >>> >>> for compile-time assertions. >>> >> >> You are missing https://github.com/linuxppc/linux/commit/eed5fae00593ab9d261a0c1ffc1bdb786a87a55a > > Which is not part of v5.12-rc3. > Yes, one step at a time :) When I did the first fix, I tested it with GCC 10 and it worked. It is only afterwards that I saw the problem in kisskb with gcc 4.9, hence the second fix. Christophe ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-03-15 13:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20210315104409.1598822-1-geert@linux-m68k.org>
2021-03-15 10:49 ` Build regressions/improvements in v5.12-rc3 Geert Uytterhoeven
2021-03-15 10:54 ` Christophe Leroy
2021-03-15 11:02 ` Geert Uytterhoeven
2021-03-15 13:07 ` Christophe Leroy
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox