Buildresult: linus/mpc85xx_defconfig/powerpc-gcc4.9 built on Jan 2 2021, 09:07
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Jan 2 2021, 09:07
Duration:
0:01:22.551081
Builder:
ka4
Revision:
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi (
eda809aef53426d044b519405d25d9da55319b76)
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 eda809aef53426d044b519405d25d9da55319b76^{commit} eda809aef53426d044b519405d25d9da55319b76 already have revision, skipping fetch # git checkout -q -f -B kisskb eda809aef53426d044b519405d25d9da55319b76 # git clean -qxdf # < git log -1 # commit eda809aef53426d044b519405d25d9da55319b76 # Merge: 8b4805c68ae3 cb5253198f10 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Fri Jan 1 12:58:07 2021 -0800 # # Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi # # Pull SCSI fixes from James Bottomley: # "This is a load of driver fixes (12 ufs, 1 mpt3sas, 1 cxgbi). # # The big core two fixes are for power management ("block: Do not accept # any requests while suspended" and "block: Fix a race in the runtime # power management code") which finally sorts out the resume problems # we've occasionally been having. # # To make the resume fix, there are seven necessary precursors which # effectively renames REQ_PREEMPT to REQ_PM, so every "special" request # in block is automatically a power management exempt one. # # All of the non-PM preempt cases are removed except for the one in the # SCSI Parallel Interface (spi) domain validation which is a genuine # case where we have to run requests at high priority to validate the # bus so this becomes an autopm get/put protected request" # # * tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: (22 commits) # scsi: cxgb4i: Fix TLS dependency # scsi: ufs: Un-inline ufshcd_vops_device_reset function # scsi: ufs: Re-enable WriteBooster after device reset # scsi: ufs-mediatek: Use correct path to fix compile error # scsi: mpt3sas: Signedness bug in _base_get_diag_triggers() # scsi: block: Do not accept any requests while suspended # scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPT # scsi: core: Only process PM requests if rpm_status != RPM_ACTIVE # scsi: scsi_transport_spi: Set RQF_PM for domain validation commands # scsi: ide: Mark power management requests with RQF_PM instead of RQF_PREEMPT # scsi: ide: Do not set the RQF_PREEMPT flag for sense requests # scsi: block: Introduce BLK_MQ_REQ_PM # scsi: block: Fix a race in the runtime power management code # scsi: ufs-pci: Enable UFSHCD_CAP_RPM_AUTOSUSPEND for Intel controllers # scsi: ufs-pci: Fix recovery from hibernate exit errors for Intel controllers # scsi: ufs-pci: Ensure UFS device is in PowerDown mode for suspend-to-disk ->poweroff() # scsi: ufs-pci: Fix restore from S4 for Intel controllers # scsi: ufs-mediatek: Keep VCC always-on for specific devices # scsi: ufs: Allow regulators being always-on # scsi: ufs: Clear UAC for RPMB after ufshcd resets # ... # < /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 eda809aef53426d044b519405d25d9da55319b76 # < 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 0xd4d9f8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd4d9f8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd4d9f8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd4d9f8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd4d9f8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd4d9f8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd4d9f8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd4d9f8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd4d9f8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd4d9f8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd4d9f8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd4d9f8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd4d9f8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd4d9f8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd4d9f8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd3d2cc) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.11.0-rc1-geda809aef534 Created: Sat Jan 2 09:08:52 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6475066 Bytes = 6323.31 KiB = 6.18 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.11.0-rc1-geda809aef534 Created: Sat Jan 2 09:08:52 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6475157 Bytes = 6323.40 KiB = 6.18 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.11.0-rc1-geda809aef534 Created: Sat Jan 2 09:08:52 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6475065 Bytes = 6323.31 KiB = 6.18 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.11.0-rc1-geda809aef534 Created: Sat Jan 2 09:08:52 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6475090 Bytes = 6323.33 KiB = 6.18 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.11.0-rc1-geda809aef534 Created: Sat Jan 2 09:08:52 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6475412 Bytes = 6323.64 KiB = 6.18 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.11.0-rc1-geda809aef534 Created: Sat Jan 2 09:08:52 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6475918 Bytes = 6324.14 KiB = 6.18 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.11.0-rc1-geda809aef534 Created: Sat Jan 2 09:08:52 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6475854 Bytes = 6324.08 KiB = 6.18 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.11.0-rc1-geda809aef534 Created: Sat Jan 2 09:08:52 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6474903 Bytes = 6323.15 KiB = 6.17 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.11.0-rc1-geda809aef534 Created: Sat Jan 2 09:08:52 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6474949 Bytes = 6323.19 KiB = 6.17 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.11.0-rc1-geda809aef534 Created: Sat Jan 2 09:08:52 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6474987 Bytes = 6323.23 KiB = 6.18 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.11.0-rc1-geda809aef534 Created: Sat Jan 2 09:08:52 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6474902 Bytes = 6323.15 KiB = 6.17 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.11.0-rc1-geda809aef534 Created: Sat Jan 2 09:08:52 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6474835 Bytes = 6323.08 KiB = 6.17 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.11.0-rc1-geda809aef534 Created: Sat Jan 2 09:08:52 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6474891 Bytes = 6323.14 KiB = 6.17 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.11.0-rc1-geda809aef534 Created: Sat Jan 2 09:08:52 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6475705 Bytes = 6323.93 KiB = 6.18 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.11.0-rc1-geda809aef534 Created: Sat Jan 2 09:08:52 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6475099 Bytes = 6323.34 KiB = 6.18 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.11.0-rc1-geda809aef534 Created: Sat Jan 2 09:08:52 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6443522 Bytes = 6292.50 KiB = 6.15 MiB Load Address: 00000000 Entry Point: 00000000 Completed OK # rm -rf /kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 # Build took: 0:01:22.551081
© Michael Ellerman 2006-2018.