Buildresult: linus/mpc85xx_defconfig/powerpc-gcc4.9 built on Jan 23 2021, 12:00
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Jan 23 2021, 12:00
Duration:
0:01:21.306962
Builder:
ka4
Revision:
Merge tag 'for-5.11/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm (
fe75a21824e78405b8d812421974524092250c63)
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 fe75a21824e78405b8d812421974524092250c63^{commit} fe75a21824e78405b8d812421974524092250c63 already have revision, skipping fetch # git checkout -q -f -B kisskb fe75a21824e78405b8d812421974524092250c63 # git clean -qxdf # < git log -1 # commit fe75a21824e78405b8d812421974524092250c63 # Merge: faba877b3bcc 809b1e494577 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Fri Jan 22 14:31:00 2021 -0800 # # Merge tag 'for-5.11/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm # # Pull device mapper fixes from Mike Snitzer: # # - Fix DM integrity crash if "recalculate" used without "internal_hash" # # - Fix DM integrity "recalculate" support to prevent recalculating # checksums if we use internal_hash or journal_hash with a key (e.g. # HMAC). Use of crypto as a means to prevent malicious corruption # requires further changes and was never a design goal for # dm-integrity's primary usecase of detecting accidental corruption. # # - Fix a benign dm-crypt copy-and-paste bug introduced as part of a fix # that was merged for 5.11-rc4. # # - Fix DM core's dm_get_device() to avoid filesystem lookup to get block # device (if possible). # # * tag 'for-5.11/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm: # dm: avoid filesystem lookup in dm_get_dev_t() # dm crypt: fix copy and paste bug in crypt_alloc_req_aead # dm integrity: conditionally disable "recalculate" feature # dm integrity: fix a crash if "recalculate" used without "internal_hash" # < /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 fe75a21824e78405b8d812421974524092250c63 # < make -s -j 120 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 120 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 120 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 120 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 0xd4fa4c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd4fa4c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd4fa4c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd4fa4c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd4fa4c) overlaps the address of the wrapper(0x400000) INFO: Uncompressed kernel (size 0xd4fa4c) 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 0xd4fa4c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd4fa4c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd4fa4c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd4fa4c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd4fa4c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd4fa4c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd4fa4c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd4fa4c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd4fa4c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd3f320) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.11.0-rc4-gfe75a21824e7 Created: Sat Jan 23 12:01:40 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6475586 Bytes = 6323.81 KiB = 6.18 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.11.0-rc4-gfe75a21824e7 Created: Sat Jan 23 12:01:40 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6475605 Bytes = 6323.83 KiB = 6.18 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.11.0-rc4-gfe75a21824e7 Created: Sat Jan 23 12:01:40 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6475653 Bytes = 6323.88 KiB = 6.18 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.11.0-rc4-gfe75a21824e7 Created: Sat Jan 23 12:01:40 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6475533 Bytes = 6323.76 KiB = 6.18 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.11.0-rc4-gfe75a21824e7 Created: Sat Jan 23 12:01:40 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6475593 Bytes = 6323.82 KiB = 6.18 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.11.0-rc4-gfe75a21824e7 Created: Sat Jan 23 12:01:40 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6478363 Bytes = 6326.53 KiB = 6.18 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.11.0-rc4-gfe75a21824e7 Created: Sat Jan 23 12:01:40 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6478497 Bytes = 6326.66 KiB = 6.18 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.11.0-rc4-gfe75a21824e7 Created: Sat Jan 23 12:01:40 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6478049 Bytes = 6326.22 KiB = 6.18 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.11.0-rc4-gfe75a21824e7 Created: Sat Jan 23 12:01:40 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6475599 Bytes = 6323.83 KiB = 6.18 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.11.0-rc4-gfe75a21824e7 Created: Sat Jan 23 12:01:40 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6475604 Bytes = 6323.83 KiB = 6.18 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.11.0-rc4-gfe75a21824e7 Created: Sat Jan 23 12:01:40 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6475668 Bytes = 6323.89 KiB = 6.18 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.11.0-rc4-gfe75a21824e7 Created: Sat Jan 23 12:01:40 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6475870 Bytes = 6324.09 KiB = 6.18 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.11.0-rc4-gfe75a21824e7 Created: Sat Jan 23 12:01:40 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6477561 Bytes = 6325.74 KiB = 6.18 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.11.0-rc4-gfe75a21824e7 Created: Sat Jan 23 12:01:40 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6444784 Bytes = 6293.73 KiB = 6.15 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.11.0-rc4-gfe75a21824e7 Created: Sat Jan 23 12:01:40 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6475685 Bytes = 6323.91 KiB = 6.18 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.11.0-rc4-gfe75a21824e7 Created: Sat Jan 23 12:01:40 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6475134 Bytes = 6323.37 KiB = 6.18 MiB Load Address: 00e00000 Entry Point: 00e002a4 Completed OK # rm -rf /kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 # Build took: 0:01:21.306962
© Michael Ellerman 2006-2018.