Buildresult: powerpc-next/ppc6xx_defconfig/powerpc-gcc9 built on Aug 18 2020, 11:11
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Aug 18 2020, 11:11
Duration:
0:07:04.895975
Builder:
ka2
Revision:
powerpc/process: Remove unnecessary #ifdef CONFIG_FUNCTION_GRAPH_TRACER (
9442b29d5c593626e8cdea585f8a8824038fc134)
Target:
powerpc-next/ppc6xx_defconfig/powerpc-gcc9
Branch:
powerpc-next
Compiler:
powerpc-gcc9
(powerpc64-linux-gcc (GCC) 9.2.0 / GNU ld (GNU Binutils) 2.32)
Config:
ppc6xx_defconfig
(
download
)
Log:
Download original
Possible warnings (5)
kernel/rcu/tasks.h:593:13: warning: 'show_rcu_tasks_classic_gp_kthread' defined but not used [-Wunused-function] include/linux/dma-mapping.h:139:25: warning: conversion from 'long long unsigned int' to 'dma_addr_t' {aka 'unsigned int'} changes value from '18446744073709551615' to '4294967295' [-Woverflow] include/linux/dma-mapping.h:139:25: warning: conversion from 'long long unsigned int' to 'dma_addr_t' {aka 'unsigned int'} changes value from '18446744073709551615' to '4294967295' [-Woverflow] include/linux/dma-mapping.h:139:25: warning: conversion from 'long long unsigned int' to 'dma_addr_t' {aka 'unsigned int'} changes value from '18446744073709551615' to '4294967295' [-Woverflow] include/linux/dma-mapping.h:139:25: warning: conversion from 'long long unsigned int' to 'dma_addr_t' {aka 'unsigned int'} changes value from '18446744073709551615' to '4294967295' [-Woverflow]
Full Log
# git rev-parse -q --verify 9442b29d5c593626e8cdea585f8a8824038fc134^{commit} 9442b29d5c593626e8cdea585f8a8824038fc134 already have revision, skipping fetch # git checkout -q -f -B kisskb 9442b29d5c593626e8cdea585f8a8824038fc134 # git clean -qxdf # < git log -1 # commit 9442b29d5c593626e8cdea585f8a8824038fc134 # Author: Christophe Leroy <christophe.leroy@csgroup.eu> # Date: Mon Aug 17 05:46:39 2020 +0000 # # powerpc/process: Remove unnecessary #ifdef CONFIG_FUNCTION_GRAPH_TRACER # # ftrace_graph_ret_addr() is always defined and returns 'ip' when # CONFIG_FUNCTION GRAPH_TRACER is not set. # # So the #ifdef is not needed, remove it. # # Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> # Acked-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com> # Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> # Link: https://lore.kernel.org/r/9d11143d4e27ba8274369a926968756917584868.1597643153.git.christophe.leroy@csgroup.eu # < /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 9442b29d5c593626e8cdea585f8a8824038fc134 # < make -s -j 8 ARCH=powerpc O=/kisskb/build/powerpc-next_ppc6xx_defconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ppc6xx_defconfig # < make -s -j 8 ARCH=powerpc O=/kisskb/build/powerpc-next_ppc6xx_defconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 8 ARCH=powerpc O=/kisskb/build/powerpc-next_ppc6xx_defconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 8 ARCH=powerpc O=/kisskb/build/powerpc-next_ppc6xx_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/kernel/rcu/update.c:591: /kisskb/src/kernel/rcu/tasks.h:593:13: warning: 'show_rcu_tasks_classic_gp_kthread' defined but not used [-Wunused-function] 593 | static void show_rcu_tasks_classic_gp_kthread(void) { } | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/skbuff.h:31, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/include/uapi/linux/ethtool.h:19, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/drivers/net/ethernet/sfc/net_driver.h:13, from /kisskb/src/drivers/net/ethernet/sfc/ef100.c:12: /kisskb/src/drivers/net/ethernet/sfc/ef100.c: In function 'ef100_pci_parse_continue_entry': /kisskb/src/include/linux/dma-mapping.h:139:25: warning: conversion from 'long long unsigned int' to 'dma_addr_t' {aka 'unsigned int'} changes value from '18446744073709551615' to '4294967295' [-Woverflow] 139 | #define DMA_BIT_MASK(n) (((n) == 64) ? ~0ULL : ((1ULL<<(n))-1)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/sfc/ef100.c:145:6: note: in expansion of macro 'DMA_BIT_MASK' 145 | DMA_BIT_MASK(ESF_GZ_TX_SEND_ADDR_WIDTH), | ^~~~~~~~~~~~ /kisskb/src/include/linux/dma-mapping.h:139:25: warning: conversion from 'long long unsigned int' to 'dma_addr_t' {aka 'unsigned int'} changes value from '18446744073709551615' to '4294967295' [-Woverflow] 139 | #define DMA_BIT_MASK(n) (((n) == 64) ? ~0ULL : ((1ULL<<(n))-1)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/sfc/ef100.c:163:6: note: in expansion of macro 'DMA_BIT_MASK' 163 | DMA_BIT_MASK(ESF_GZ_TX_SEND_ADDR_WIDTH), | ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/sfc/ef100.c: In function 'ef100_pci_parse_xilinx_cap': /kisskb/src/include/linux/dma-mapping.h:139:25: warning: conversion from 'long long unsigned int' to 'dma_addr_t' {aka 'unsigned int'} changes value from '18446744073709551615' to '4294967295' [-Woverflow] 139 | #define DMA_BIT_MASK(n) (((n) == 64) ? ~0ULL : ((1ULL<<(n))-1)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/sfc/ef100.c:337:5: note: in expansion of macro 'DMA_BIT_MASK' 337 | DMA_BIT_MASK(ESF_GZ_TX_SEND_ADDR_WIDTH), | ^~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/sfc/ef100.c: In function 'ef100_pci_probe': /kisskb/src/include/linux/dma-mapping.h:139:25: warning: conversion from 'long long unsigned int' to 'dma_addr_t' {aka 'unsigned int'} changes value from '18446744073709551615' to '4294967295' [-Woverflow] 139 | #define DMA_BIT_MASK(n) (((n) == 64) ? ~0ULL : ((1ULL<<(n))-1)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/sfc/ef100.c:498:5: note: in expansion of macro 'DMA_BIT_MASK' 498 | DMA_BIT_MASK(ESF_GZ_TX_SEND_ADDR_WIDTH), | ^~~~~~~~~~~~ INFO: Uncompressed kernel (size 0xc2dab8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc2dab8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc2dab8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc2dab8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc1d3d0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc2dab8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc2dab8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.9.0-rc1+ Created: Tue Aug 18 11:17:53 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5716520 Bytes = 5582.54 KiB = 5.45 MiB Load Address: 00d00000 Entry Point: 00d002ac Image Name: Linux-5.9.0-rc1+ Created: Tue Aug 18 11:17:53 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5717772 Bytes = 5583.76 KiB = 5.45 MiB Load Address: 00d00000 Entry Point: 00d0090c Image Name: Linux-5.9.0-rc1+ Created: Tue Aug 18 11:17:53 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5717509 Bytes = 5583.50 KiB = 5.45 MiB Load Address: 00d00000 Entry Point: 00d0090c INFO: Uncompressed kernel (size 0xc2dab8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc2dab8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.9.0-rc1+ Created: Tue Aug 18 11:17:53 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5682456 Bytes = 5549.27 KiB = 5.42 MiB Load Address: 00000000 Entry Point: 00000000 INFO: Uncompressed kernel (size 0xc2dab8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc2dab8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc1d3d0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.9.0-rc1+ Created: Tue Aug 18 11:17:56 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5716388 Bytes = 5582.41 KiB = 5.45 MiB Load Address: 00d00000 Entry Point: 00d002ac Image Name: Linux-5.9.0-rc1+ Created: Tue Aug 18 11:17:56 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5716747 Bytes = 5582.76 KiB = 5.45 MiB Load Address: 00d00000 Entry Point: 00d002ac Image Name: Linux-5.9.0-rc1+ Created: Tue Aug 18 11:17:57 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5716176 Bytes = 5582.20 KiB = 5.45 MiB Load Address: 00d00000 Entry Point: 00d002ac Image Name: Linux-5.9.0-rc1+ Created: Tue Aug 18 11:17:57 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5715890 Bytes = 5581.92 KiB = 5.45 MiB Load Address: 00d00000 Entry Point: 00d002ac Image Name: Linux-5.9.0-rc1+ Created: Tue Aug 18 11:17:57 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5717472 Bytes = 5583.47 KiB = 5.45 MiB Load Address: 00d00000 Entry Point: 00d002ac Completed OK # rm -rf /kisskb/build/powerpc-next_ppc6xx_defconfig_powerpc-gcc9 # Build took: 0:07:04.895975
© Michael Ellerman 2006-2018.