# git rev-parse -q --verify 1a52c68af17bfc24c6450449942f9f6b448ac3ed^{commit} 1a52c68af17bfc24c6450449942f9f6b448ac3ed already have revision, skipping fetch # git checkout -q -f -B kisskb 1a52c68af17bfc24c6450449942f9f6b448ac3ed # git clean -qxdf # < git log -1 # commit 1a52c68af17bfc24c6450449942f9f6b448ac3ed # Author: Christophe Leroy # Date: Thu Sep 2 08:22:42 2021 +0000 # # powerpc/machdep: Convert ppc_md to static calls # # Static calls are global structures declared with DECLARE_STATIC_CALL() # and defined with DEFINE_STATIC_CALL(). # # All fonction prototypes are moved out of struct machdep_calls into # struct machdep_calls_ops. That new struct won't be instanciated, it # is only used as a support for carriing fonction prototypes and use # them to declare/define associated static calls. # # In order to limit test copies which are error prone, define a macro # called PPC_MD_CALL, which either declare the call or defines it # based on the definition of GENERATING_PPC_MD_STATIC_CALLS_DEFINITIONS # that will be defined in and only in kernel/setup-common.c as a # replacement of ppc_md instance. # # Signed-off-by: Christophe Leroy # --- # v2: Export static calls for modules. # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 1a52c68af17bfc24c6450449942f9f6b448ac3ed # < make -s -j 120 ARCH=powerpc O=/kisskb/build/chleroy_44x_fsp2_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- 44x/fsp2_defconfig # < make -s -j 120 ARCH=powerpc O=/kisskb/build/chleroy_44x_fsp2_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 120 ARCH=powerpc O=/kisskb/build/chleroy_44x_fsp2_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 120 ARCH=powerpc O=/kisskb/build/chleroy_44x_fsp2_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- In file included from /kisskb/src/arch/powerpc/include/asm/machdep.h:10:0, from /kisskb/src/arch/powerpc/platforms/44x/fsp2.c:20: /kisskb/src/arch/powerpc/platforms/44x/fsp2.c: In function 'fsp2_probe': /kisskb/src/arch/powerpc/platforms/44x/fsp2.c:249:26: error: 'fsp2_irq_init' undeclared (first use in this function) ppc_md_update(init_IRQ, fsp2_irq_init); ^ /kisskb/src/include/linux/static_call.h:121:42: note: in definition of macro 'static_call_update' typeof(&STATIC_CALL_TRAMP(name)) __F = (func); \ ^ /kisskb/src/arch/powerpc/platforms/44x/fsp2.c:249:2: note: in expansion of macro 'ppc_md_update' ppc_md_update(init_IRQ, fsp2_irq_init); ^ /kisskb/src/arch/powerpc/platforms/44x/fsp2.c:249:26: note: each undeclared identifier is reported only once for each function it appears in ppc_md_update(init_IRQ, fsp2_irq_init); ^ /kisskb/src/include/linux/static_call.h:121:42: note: in definition of macro 'static_call_update' typeof(&STATIC_CALL_TRAMP(name)) __F = (func); \ ^ /kisskb/src/arch/powerpc/platforms/44x/fsp2.c:249:2: note: in expansion of macro 'ppc_md_update' ppc_md_update(init_IRQ, fsp2_irq_init); ^ /kisskb/src/arch/powerpc/platforms/44x/fsp2.c: At top level: /kisskb/src/arch/powerpc/platforms/44x/fsp2.c:307:20: error: 'fsp2_irq_init' defined but not used [-Werror=unused-function] static void __init fsp2_irq_init(void) ^ cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:271: arch/powerpc/platforms/44x/fsp2.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:514: arch/powerpc/platforms/44x] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:514: arch/powerpc/platforms] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1851: arch/powerpc] Error 2 make[1]: *** Waiting for unfinished jobs.... /kisskb/src/block/mq-deadline.c:274:12: warning: 'dd_queued' defined but not used [-Wunused-function] static u32 dd_queued(struct deadline_data *dd, enum dd_prio prio) ^ make: *** [Makefile:220: __sub-make] Error 2 Command 'make -s -j 120 ARCH=powerpc O=/kisskb/build/chleroy_44x_fsp2_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/chleroy_44x_fsp2_defconfig_powerpc-gcc5 # Build took: 0:00:39.110107