Re: [PATCH -next] fbdev: c2p: Fix link failure on non-inlining

2019-09-26 Thread Masahiro Yamada
Hi Geert, On Thu, Sep 26, 2019 at 8:43 PM Geert Uytterhoeven wrote: > > BTW, does randconfig randomize choices these days? > I remember it didn't use to do that. randconfig does randomize choices. masahiro@pug:~/ref/linux$ make -s randconfig ; grep OPTIMIZE_FOR .config KCONFIG_SEED=0x75F1F6C8

Re: [PATCH -next] fbdev: c2p: Fix link failure on non-inlining

2019-09-26 Thread Geert Uytterhoeven
Hi Yamada-san, On Thu, Sep 26, 2019 at 12:45 PM Masahiro Yamada wrote: > On Thu, Sep 26, 2019 at 7:13 PM Geert Uytterhoeven > wrote: > > When the compiler decides not to inline the Chunky-to-Planar core > > functions, the build fails with: > > > > c2p_planar.c:(.text+0xd6): undefined refere

Re: [PATCH -next] fbdev: c2p: Fix link failure on non-inlining

2019-09-26 Thread Masahiro Yamada
On Thu, Sep 26, 2019 at 7:13 PM Geert Uytterhoeven wrote: > > When the compiler decides not to inline the Chunky-to-Planar core > functions, the build fails with: > > c2p_planar.c:(.text+0xd6): undefined reference to `c2p_unsupported' > c2p_planar.c:(.text+0x1dc): undefined reference to `c

Re: [PATCH -next] fbdev: c2p: Fix link failure on non-inlining

2019-09-26 Thread Masahiro Yamada
On Thu, Sep 26, 2019 at 7:13 PM Geert Uytterhoeven wrote: > > When the compiler decides not to inline the Chunky-to-Planar core > functions, the build fails with: > > c2p_planar.c:(.text+0xd6): undefined reference to `c2p_unsupported' > c2p_planar.c:(.text+0x1dc): undefined reference to `c