Buildresult: gustavoars/mpc85xx_defconfig/powerpc-gcc9 built on May 27 2021, 06:16
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
May 27 2021, 06:16
Duration:
0:03:44.564491
Builder:
blade4b
Revision:
xfs: Fix fall-through warnings for Clang (
53004ee78d6273c994534ccf79d993098ac89769)
Target:
gustavoars/mpc85xx_defconfig/powerpc-gcc9
Branch:
gustavoars
Compiler:
powerpc-gcc9
(powerpc64-linux-gcc (GCC) 9.2.0 / GNU ld (GNU Binutils) 2.32)
Config:
mpc85xx_defconfig
(
download
)
Log:
Download original
Possible warnings (3)
include/linux/err.h:22:49: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] arch/powerpc/boot/dts/fsl/mpc8541cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) arch/powerpc/boot/dts/fsl/mpc8555cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0)
Full Log
# git rev-parse -q --verify 53004ee78d6273c994534ccf79d993098ac89769^{commit} # git fetch -q -n -f https://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux.git for-next/kspp # git rev-parse -q --verify 53004ee78d6273c994534ccf79d993098ac89769^{commit} 53004ee78d6273c994534ccf79d993098ac89769 # git checkout -q -f -B kisskb 53004ee78d6273c994534ccf79d993098ac89769 # git clean -qxdf # < git log -1 # commit 53004ee78d6273c994534ccf79d993098ac89769 # Author: Gustavo A. R. Silva <gustavoars@kernel.org> # Date: Tue Apr 20 17:54:36 2021 -0500 # # xfs: Fix fall-through warnings for Clang # # In preparation to enable -Wimplicit-fallthrough for Clang, fix # the following warnings by replacing /* fall through */ comments, # and its variants, with the new pseudo-keyword macro fallthrough: # # fs/xfs/libxfs/xfs_alloc.c:3167:2: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] # fs/xfs/libxfs/xfs_da_btree.c:286:3: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] # fs/xfs/libxfs/xfs_ag_resv.c:346:2: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] # fs/xfs/libxfs/xfs_ag_resv.c:388:2: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] # fs/xfs/xfs_bmap_util.c:246:2: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] # fs/xfs/xfs_export.c:88:2: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] # fs/xfs/xfs_export.c:96:2: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] # fs/xfs/xfs_file.c:867:3: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] # fs/xfs/xfs_ioctl.c:562:2: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] # fs/xfs/xfs_ioctl.c:1548:2: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] # fs/xfs/xfs_iomap.c:1040:2: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] # fs/xfs/xfs_inode.c:852:2: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] # fs/xfs/xfs_log.c:2627:2: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] # fs/xfs/xfs_trans_buf.c:298:2: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] # fs/xfs/scrub/bmap.c:275:2: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] # fs/xfs/scrub/btree.c:48:2: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] # fs/xfs/scrub/common.c:85:2: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] # fs/xfs/scrub/common.c:138:2: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] # fs/xfs/scrub/common.c:698:2: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] # fs/xfs/scrub/dabtree.c:51:2: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] # fs/xfs/scrub/repair.c:951:2: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] # fs/xfs/scrub/agheader.c:89:2: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] # # Notice that Clang doesn't recognize /* fall through */ comments as # implicit fall-through markings, so in order to globally enable # -Wimplicit-fallthrough for Clang, these comments need to be # replaced with fallthrough; in the whole codebase. # # Link: https://github.com/KSPP/linux/issues/115 # Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org> # < /opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 53004ee78d6273c994534ccf79d993098ac89769 # < make -s -j 24 ARCH=powerpc O=/kisskb/build/gustavoars_mpc85xx_defconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- mpc85xx_defconfig # < make -s -j 24 ARCH=powerpc O=/kisskb/build/gustavoars_mpc85xx_defconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 24 ARCH=powerpc O=/kisskb/build/gustavoars_mpc85xx_defconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 24 ARCH=powerpc O=/kisskb/build/gustavoars_mpc85xx_defconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- In file included from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:15: /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c: In function 'allocate_bd': /kisskb/src/include/linux/err.h:22:49: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 22 | #define IS_ERR_VALUE(x) unlikely((unsigned long)(void *)(x) >= (unsigned long)-MAX_ERRNO) | ^ /kisskb/src/include/linux/compiler.h:78:42: note: in definition of macro 'unlikely' 78 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:139:6: note: in expansion of macro 'IS_ERR_VALUE' 139 | if (IS_ERR_VALUE(fep->ring_mem_addr)) | ^~~~~~~~~~~~ /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8541cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8555cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) INFO: Uncompressed kernel (size 0xf21d64) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x1000000) INFO: Uncompressed kernel (size 0xf21d64) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x1000000) INFO: Uncompressed kernel (size 0xf21d64) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x1000000) INFO: Uncompressed kernel (size 0xf21d64) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x1000000) INFO: Uncompressed kernel (size 0xf21d64) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x1000000) INFO: Uncompressed kernel (size 0xf21d64) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x1000000) INFO: Uncompressed kernel (size 0xf21d64) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x1000000) INFO: Uncompressed kernel (size 0xf21d64) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x1000000) INFO: Uncompressed kernel (size 0xf21d64) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x1000000) INFO: Uncompressed kernel (size 0xf21d64) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x1000000) INFO: Uncompressed kernel (size 0xf21d64) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x1000000) INFO: Uncompressed kernel (size 0xf21d64) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x1000000) INFO: Uncompressed kernel (size 0xf21d64) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x1000000) INFO: Uncompressed kernel (size 0xf21d64) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x1000000) INFO: Uncompressed kernel (size 0xf21d64) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x1000000) INFO: Uncompressed kernel (size 0xf11638) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x1000000) Image Name: Linux-5.13.0-rc2-g53004ee78d62 Created: Thu May 27 06:19:52 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 7118978 Bytes = 6952.13 KiB = 6.79 MiB Load Address: 01000000 Entry Point: 010002cc Image Name: Linux-5.13.0-rc2-g53004ee78d62 Created: Thu May 27 06:19:52 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 7085855 Bytes = 6919.78 KiB = 6.76 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.13.0-rc2-g53004ee78d62 Created: Thu May 27 06:19:52 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 7122692 Bytes = 6955.75 KiB = 6.79 MiB Load Address: 01000000 Entry Point: 010002cc Image Name: Linux-5.13.0-rc2-g53004ee78d62 Created: Thu May 27 06:19:53 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 7118774 Bytes = 6951.93 KiB = 6.79 MiB Load Address: 01000000 Entry Point: 0100031c Image Name: Linux-5.13.0-rc2-g53004ee78d62 Created: Thu May 27 06:19:53 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 7118970 Bytes = 6952.12 KiB = 6.79 MiB Load Address: 01000000 Entry Point: 010002cc Image Name: Linux-5.13.0-rc2-g53004ee78d62 Created: Thu May 27 06:19:53 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 7119986 Bytes = 6953.11 KiB = 6.79 MiB Load Address: 01000000 Entry Point: 010002cc Image Name: Linux-5.13.0-rc2-g53004ee78d62 Created: Thu May 27 06:19:53 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 7119241 Bytes = 6952.38 KiB = 6.79 MiB Load Address: 01000000 Entry Point: 0100031c Image Name: Linux-5.13.0-rc2-g53004ee78d62 Created: Thu May 27 06:19:53 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 7120898 Bytes = 6954.00 KiB = 6.79 MiB Load Address: 01000000 Entry Point: 010002cc Image Name: Linux-5.13.0-rc2-g53004ee78d62 Created: Thu May 27 06:19:54 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 7118577 Bytes = 6951.74 KiB = 6.79 MiB Load Address: 01000000 Entry Point: 010002cc Image Name: Linux-5.13.0-rc2-g53004ee78d62 Created: Thu May 27 06:19:54 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 7119123 Bytes = 6952.27 KiB = 6.79 MiB Load Address: 01000000 Entry Point: 0100031c Image Name: Linux-5.13.0-rc2-g53004ee78d62 Created: Thu May 27 06:19:54 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 7121573 Bytes = 6954.66 KiB = 6.79 MiB Load Address: 01000000 Entry Point: 010002cc Image Name: Linux-5.13.0-rc2-g53004ee78d62 Created: Thu May 27 06:19:54 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 7118775 Bytes = 6951.93 KiB = 6.79 MiB Load Address: 01000000 Entry Point: 0100031c Image Name: Linux-5.13.0-rc2-g53004ee78d62 Created: Thu May 27 06:19:54 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 7118775 Bytes = 6951.93 KiB = 6.79 MiB Load Address: 01000000 Entry Point: 0100031c Image Name: Linux-5.13.0-rc2-g53004ee78d62 Created: Thu May 27 06:19:54 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 7118673 Bytes = 6951.83 KiB = 6.79 MiB Load Address: 01000000 Entry Point: 010002cc Image Name: Linux-5.13.0-rc2-g53004ee78d62 Created: Thu May 27 06:19:54 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 7119203 Bytes = 6952.35 KiB = 6.79 MiB Load Address: 01000000 Entry Point: 010002cc Image Name: Linux-5.13.0-rc2-g53004ee78d62 Created: Thu May 27 06:19:54 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 7122625 Bytes = 6955.69 KiB = 6.79 MiB Load Address: 01000000 Entry Point: 010002cc Completed OK # rm -rf /kisskb/build/gustavoars_mpc85xx_defconfig_powerpc-gcc9 # Build took: 0:03:44.564491
© Michael Ellerman 2006-2018.