Buildresult: powerpc-next/52xx/motionpro_defconfig/powerpc-gcc5 built on Jan 17 2022, 07:13
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Jan 17 2022, 07:13
Duration:
0:01:13.286734
Builder:
ka3
Revision:
powerpc/kvm: no need to initialise statics to 0 (
7773544e4027aa905e7f75752e3db619b473bd5c)
Target:
powerpc-next/52xx/motionpro_defconfig/powerpc-gcc5
Branch:
powerpc-next
Compiler:
powerpc-gcc5
(powerpc64-linux-gcc (GCC) 5.5.0 / GNU ld (GNU Binutils) 2.29.1.20170915)
Config:
52xx/motionpro_defconfig
(
download
)
Log:
Download original
Possible warnings (1)
drivers/net/ethernet/freescale/fec_mpc52xx.c:659:29: warning: passing argument 2 of 'mpc52xx_fec_set_paddr' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
Full Log
# git rev-parse -q --verify 7773544e4027aa905e7f75752e3db619b473bd5c^{commit} 7773544e4027aa905e7f75752e3db619b473bd5c already have revision, skipping fetch # git checkout -q -f -B kisskb 7773544e4027aa905e7f75752e3db619b473bd5c # git clean -qxdf # < git log -1 # commit 7773544e4027aa905e7f75752e3db619b473bd5c # Author: Jason Wang <wangborong@cdjrlc.com> # Date: Mon Dec 20 11:02:43 2021 +0800 # # powerpc/kvm: no need to initialise statics to 0 # # Static variables do not need to be initialised to 0, because compiler # will initialise all uninitialised statics to 0. Thus, remove the # unneeded initialization. # # Signed-off-by: Jason Wang <wangborong@cdjrlc.com> # Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> # Link: https://lore.kernel.org/r/20211220030243.603435-1-wangborong@cdjrlc.com # < /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 7773544e4027aa905e7f75752e3db619b473bd5c # < make -s -j 80 ARCH=powerpc O=/kisskb/build/powerpc-next_52xx_motionpro_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- 52xx/motionpro_defconfig # < make -s -j 80 ARCH=powerpc O=/kisskb/build/powerpc-next_52xx_motionpro_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 80 ARCH=powerpc O=/kisskb/build/powerpc-next_52xx_motionpro_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 80 ARCH=powerpc O=/kisskb/build/powerpc-next_52xx_motionpro_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/drivers/net/ethernet/freescale/fec_mpc52xx.c: In function 'mpc52xx_fec_start': /kisskb/src/drivers/net/ethernet/freescale/fec_mpc52xx.c:659:29: warning: passing argument 2 of 'mpc52xx_fec_set_paddr' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] mpc52xx_fec_set_paddr(dev, dev->dev_addr); ^ /kisskb/src/drivers/net/ethernet/freescale/fec_mpc52xx.c:102:13: note: expected 'u8 * {aka unsigned char *}' but argument is of type 'const unsigned char *' static void mpc52xx_fec_set_paddr(struct net_device *dev, u8 *mac) ^ Completed OK # rm -rf /kisskb/build/powerpc-next_52xx_motionpro_defconfig_powerpc-gcc5 # Build took: 0:01:13.286734
© Michael Ellerman 2006-2018.