Buildresult: linus/mpc85xx_defconfig/powerpc-gcc4.9 built on Mar 22 2021, 09:20
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Mar 22 2021, 09:20
Duration:
0:03:16.233818
Builder:
ka1
Revision:
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 (
d7f5f1bd3c240c4d527c0871a38dc3d61255ea9e)
Target:
linus/mpc85xx_defconfig/powerpc-gcc4.9
Branch:
linus
Compiler:
powerpc-gcc4.9
(powerpc64-linux-gcc (GCC) 4.9.4 / GNU ld (GNU Binutils) 2.29.1.20170915)
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 d7f5f1bd3c240c4d527c0871a38dc3d61255ea9e^{commit} d7f5f1bd3c240c4d527c0871a38dc3d61255ea9e already have revision, skipping fetch # git checkout -q -f -B kisskb d7f5f1bd3c240c4d527c0871a38dc3d61255ea9e # git clean -qxdf # < git log -1 # commit d7f5f1bd3c240c4d527c0871a38dc3d61255ea9e # Merge: 2c41fab1c60b 64395d950bc4 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Sun Mar 21 14:06:10 2021 -0700 # # Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 # # Pull ext4 fixes from Ted Ts'o: # "Miscellaneous ext4 bug fixes for v5.12" # # * tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4: # ext4: initialize ret to suppress smatch warning # ext4: stop inode update before return # ext4: fix rename whiteout with fast commit # ext4: fix timer use-after-free on failed mount # ext4: fix potential error in ext4_do_update_inode # ext4: do not try to set xattr into ea_inode if value is empty # ext4: do not iput inode under running transaction in ext4_rename() # ext4: find old entry again if failed to rename whiteout # ext4: fix error handling in ext4_end_enable_verity() # ext4: fix bh ref count on error paths # fs/ext4: fix integer overflow in s_log_groups_per_flex # ext4: add reclaim checks to xattr code # ext4: shrink race window in ext4_should_retry_alloc() # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 d7f5f1bd3c240c4d527c0871a38dc3d61255ea9e # < make -s -j 8 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- mpc85xx_defconfig # < make -s -j 8 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 8 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 8 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- In file included from /kisskb/src/include/linux/kernel.h:10:0, 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] #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' # 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' 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 0xd5ca58) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5ca58) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5ca58) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5ca58) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5ca58) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5ca58) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5ca58) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd4c32c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.12.0-rc3-gd7f5f1bd3c24 Created: Mon Mar 22 09:23:46 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6467823 Bytes = 6316.23 KiB = 6.17 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.12.0-rc3-gd7f5f1bd3c24 Created: Mon Mar 22 09:23:47 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6500269 Bytes = 6347.92 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e002a4 INFO: Uncompressed kernel (size 0xd5ca58) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5ca58) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.12.0-rc3-gd7f5f1bd3c24 Created: Mon Mar 22 09:23:48 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6500030 Bytes = 6347.69 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e002a4 INFO: Uncompressed kernel (size 0xd5ca58) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.12.0-rc3-gd7f5f1bd3c24 Created: Mon Mar 22 09:23:48 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6500909 Bytes = 6348.54 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e002a4 INFO: Uncompressed kernel (size 0xd5ca58) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.12.0-rc3-gd7f5f1bd3c24 Created: Mon Mar 22 09:23:48 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6500281 Bytes = 6347.93 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-rc3-gd7f5f1bd3c24 Created: Mon Mar 22 09:23:48 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6501075 Bytes = 6348.71 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-rc3-gd7f5f1bd3c24 Created: Mon Mar 22 09:23:48 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6500289 Bytes = 6347.94 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.12.0-rc3-gd7f5f1bd3c24 Created: Mon Mar 22 09:23:48 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6500034 Bytes = 6347.69 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e002a4 INFO: Uncompressed kernel (size 0xd5ca58) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5ca58) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5ca58) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5ca58) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.12.0-rc3-gd7f5f1bd3c24 Created: Mon Mar 22 09:23:50 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6500186 Bytes = 6347.84 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-rc3-gd7f5f1bd3c24 Created: Mon Mar 22 09:23:50 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6500220 Bytes = 6347.87 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-rc3-gd7f5f1bd3c24 Created: Mon Mar 22 09:23:52 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6500377 Bytes = 6348.02 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-rc3-gd7f5f1bd3c24 Created: Mon Mar 22 09:23:52 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6499865 Bytes = 6347.52 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.12.0-rc3-gd7f5f1bd3c24 Created: Mon Mar 22 09:23:53 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6500329 Bytes = 6347.98 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.12.0-rc3-gd7f5f1bd3c24 Created: Mon Mar 22 09:23:53 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6499845 Bytes = 6347.50 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.12.0-rc3-gd7f5f1bd3c24 Created: Mon Mar 22 09:23:53 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6499867 Bytes = 6347.53 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.12.0-rc3-gd7f5f1bd3c24 Created: Mon Mar 22 09:23:53 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6500308 Bytes = 6347.96 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e002a4 Completed OK # rm -rf /kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 # Build took: 0:03:16.233818
© Michael Ellerman 2006-2018.