# 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 48 ARCH=powerpc O=/kisskb/build/chleroy_holly_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- holly_defconfig # < make -s -j 48 ARCH=powerpc O=/kisskb/build/chleroy_holly_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 48 ARCH=powerpc O=/kisskb/build/chleroy_holly_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 48 ARCH=powerpc O=/kisskb/build/chleroy_holly_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/include/asm/pci.h:15, from /kisskb/src/include/linux/pci.h:1840, from /kisskb/src/arch/powerpc/platforms/embedded6xx/holly.c:15: /kisskb/src/arch/powerpc/platforms/embedded6xx/holly.c: In function 'holly_probe': /kisskb/src/arch/powerpc/platforms/embedded6xx/holly.c:250:41: error: 'ppc750_machine_check_exception' undeclared (first use in this function) ppc_md_update(machine_check_exception, ppc750_machine_check_exception); ^ /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/embedded6xx/holly.c:250:2: note: in expansion of macro 'ppc_md_update' ppc_md_update(machine_check_exception, ppc750_machine_check_exception); ^ /kisskb/src/arch/powerpc/platforms/embedded6xx/holly.c:250:41: note: each undeclared identifier is reported only once for each function it appears in ppc_md_update(machine_check_exception, ppc750_machine_check_exception); ^ /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/embedded6xx/holly.c:250:2: note: in expansion of macro 'ppc_md_update' ppc_md_update(machine_check_exception, ppc750_machine_check_exception); ^ /kisskb/src/arch/powerpc/platforms/embedded6xx/holly.c: At top level: /kisskb/src/arch/powerpc/platforms/embedded6xx/holly.c:256:12: error: 'ppc750_machine_check_exception' defined but not used [-Werror=unused-function] static int ppc750_machine_check_exception(struct pt_regs *regs) ^ cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:271: arch/powerpc/platforms/embedded6xx/holly.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:514: arch/powerpc/platforms/embedded6xx] 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 48 ARCH=powerpc O=/kisskb/build/chleroy_holly_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_holly_defconfig_powerpc-gcc5 # Build took: 0:00:43.371312