Buildresult: linus/mpc85xx_defconfig/powerpc-gcc4.9 built on Apr 29 2021, 19:24
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Apr 29 2021, 19:24
Duration:
0:02:04.558700
Builder:
ka2
Revision:
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi (
d72cd4ad4174cfd2257c426ad51e4f53bcfde9c9)
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 d72cd4ad4174cfd2257c426ad51e4f53bcfde9c9^{commit} d72cd4ad4174cfd2257c426ad51e4f53bcfde9c9 already have revision, skipping fetch # git checkout -q -f -B kisskb d72cd4ad4174cfd2257c426ad51e4f53bcfde9c9 # git clean -qxdf # < git log -1 # commit d72cd4ad4174cfd2257c426ad51e4f53bcfde9c9 # Merge: 238da4d00485 7a3beeae2893 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Wed Apr 28 17:22:10 2021 -0700 # # Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi # # Pull SCSI updates from James Bottomley: # "This consists of the usual driver updates (ufs, target, tcmu, # smartpqi, lpfc, zfcp, qla2xxx, mpt3sas, pm80xx). # # The major core change is using a sbitmap instead of an atomic for # queue tracking" # # * tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: (412 commits) # scsi: target: tcm_fc: Fix a kernel-doc header # scsi: target: Shorten ALUA error messages # scsi: target: Fix two format specifiers # scsi: target: Compare explicitly with SAM_STAT_GOOD # scsi: sd: Introduce a new local variable in sd_check_events() # scsi: dc395x: Open-code status_byte(u8) calls # scsi: 53c700: Open-code status_byte(u8) calls # scsi: smartpqi: Remove unused functions # scsi: qla4xxx: Remove an unused function # scsi: myrs: Remove unused functions # scsi: myrb: Remove unused functions # scsi: mpt3sas: Fix two kernel-doc headers # scsi: fcoe: Suppress a compiler warning # scsi: libfc: Fix a format specifier # scsi: aacraid: Remove an unused function # scsi: core: Introduce enum scsi_disposition # scsi: core: Modify the scsi_send_eh_cmnd() return value for the SDEV_BLOCK case # scsi: core: Rename scsi_softirq_done() into scsi_complete() # scsi: core: Remove an incorrect comment # scsi: core: Make the scsi_alloc_sgtables() documentation more accurate # ... # < /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 d72cd4ad4174cfd2257c426ad51e4f53bcfde9c9 # < make -s -j 24 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 24 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 24 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 24 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 0xd66d34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd66d34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd66d34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd66d34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd66d34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd66d34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd66d34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd66d34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd66d34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd66d34) overlaps the address of the wrapper(0x400000) INFO: Uncompressed kernel (size 0xd66d34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd66d34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd66d34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd66d34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd66d34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd56608) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.12.0-105337-gd72cd4ad417 Created: Thu Apr 29 19:26:51 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6513707 Bytes = 6361.04 KiB = 6.21 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-105337-gd72cd4ad417 Created: Thu Apr 29 19:26:49 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6481964 Bytes = 6330.04 KiB = 6.18 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.12.0-105337-gd72cd4ad417 Created: Thu Apr 29 19:26:51 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6513974 Bytes = 6361.30 KiB = 6.21 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-105337-gd72cd4ad417 Created: Thu Apr 29 19:26:51 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6513581 Bytes = 6360.92 KiB = 6.21 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.12.0-105337-gd72cd4ad417 Created: Thu Apr 29 19:26:50 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6513524 Bytes = 6360.86 KiB = 6.21 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.12.0-105337-gd72cd4ad417 Created: Thu Apr 29 19:26:52 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6514233 Bytes = 6361.56 KiB = 6.21 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-105337-gd72cd4ad417 Created: Thu Apr 29 19:26:52 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6513846 Bytes = 6361.18 KiB = 6.21 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-105337-gd72cd4ad417 Created: Thu Apr 29 19:26:52 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6513861 Bytes = 6361.19 KiB = 6.21 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-105337-gd72cd4ad417 Created: Thu Apr 29 19:26:53 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6513596 Bytes = 6360.93 KiB = 6.21 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.12.0-105337-gd72cd4ad417 Created: Thu Apr 29 19:26:53 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6513566 Bytes = 6360.90 KiB = 6.21 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-105337-gd72cd4ad417 Created: Thu Apr 29 19:26:53 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6513522 Bytes = 6360.86 KiB = 6.21 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-105337-gd72cd4ad417 Created: Thu Apr 29 19:26:53 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6513503 Bytes = 6360.84 KiB = 6.21 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-105337-gd72cd4ad417 Created: Thu Apr 29 19:26:53 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6514798 Bytes = 6362.11 KiB = 6.21 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.12.0-105337-gd72cd4ad417 Created: Thu Apr 29 19:26:53 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6512730 Bytes = 6360.09 KiB = 6.21 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-105337-gd72cd4ad417 Created: Thu Apr 29 19:26:53 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6514334 Bytes = 6361.65 KiB = 6.21 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-105337-gd72cd4ad417 Created: Thu Apr 29 19:26:53 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6513522 Bytes = 6360.86 KiB = 6.21 MiB Load Address: 00e00000 Entry Point: 00e00314 Completed OK # rm -rf /kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 # Build took: 0:02:04.558700
© Michael Ellerman 2006-2018.