Buildresult: linus/mpc85xx_defconfig/powerpc-gcc4.9 built on Aug 4 2020, 10:56
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Aug 4 2020, 10:56
Duration:
0:02:34.463865
Builder:
blade4b
Revision:
Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (
e4cbce4d131753eca271d9d67f58c6377f27ad21)
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 e4cbce4d131753eca271d9d67f58c6377f27ad21^{commit} e4cbce4d131753eca271d9d67f58c6377f27ad21 already have revision, skipping fetch # git checkout -q -f -B kisskb e4cbce4d131753eca271d9d67f58c6377f27ad21 # git clean -qxdf # < git log -1 # commit e4cbce4d131753eca271d9d67f58c6377f27ad21 # Merge: b34133fec882 949bcb8135a9 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Mon Aug 3 14:58:38 2020 -0700 # # Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip # # Pull scheduler updates from Ingo Molnar: # # - Improve uclamp performance by using a static key for the fast path # # - Add the "sched_util_clamp_min_rt_default" sysctl, to optimize for # better power efficiency of RT tasks on battery powered devices. # (The default is to maximize performance & reduce RT latencies.) # # - Improve utime and stime tracking accuracy, which had a fixed boundary # of error, which created larger and larger relative errors as the # values become larger. This is now replaced with more precise # arithmetics, using the new mul_u64_u64_div_u64() helper in math64.h. # # - Improve the deadline scheduler, such as making it capacity aware # # - Improve frequency-invariant scheduling # # - Misc cleanups in energy/power aware scheduling # # - Add sched_update_nr_running tracepoint to track changes to nr_running # # - Documentation additions and updates # # - Misc cleanups and smaller fixes # # * tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (54 commits) # sched/doc: Factorize bits between sched-energy.rst & sched-capacity.rst # sched/doc: Document capacity aware scheduling # sched: Document arch_scale_*_capacity() # arm, arm64: Fix selection of CONFIG_SCHED_THERMAL_PRESSURE # Documentation/sysctl: Document uclamp sysctl knobs # sched/uclamp: Add a new sysctl to control RT default boost value # sched/uclamp: Fix a deadlock when enabling uclamp static key # sched: Remove duplicated tick_nohz_full_enabled() check # sched: Fix a typo in a comment # sched/uclamp: Remove unnecessary mutex_init() # arm, arm64: Select CONFIG_SCHED_THERMAL_PRESSURE # sched: Cleanup SCHED_THERMAL_PRESSURE kconfig entry # arch_topology, sched/core: Cleanup thermal pressure definition # trace/events/sched.h: fix duplicated word # linux/sched/mm.h: drop duplicated words in comments # smp: Fix a potential usage of stale nr_cpus # sched/fair: update_pick_idlest() Select group with lowest group_util when idle_cpus are equal # sched: nohz: stop passing around unused "ticks" parameter. # sched: Better document ttwu() # sched: Add a tracepoint to track rq->nr_running # ... # < /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 e4cbce4d131753eca271d9d67f58c6377f27ad21 # < 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:11: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 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcd5778) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xcc4f74) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.8.0-ge4cbce4d1317 Created: Tue Aug 4 10:59:24 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6291194 Bytes = 6143.74 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-ge4cbce4d1317 Created: Tue Aug 4 10:59:24 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6291127 Bytes = 6143.68 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-ge4cbce4d1317 Created: Tue Aug 4 10:59:24 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6288064 Bytes = 6140.69 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-ge4cbce4d1317 Created: Tue Aug 4 10:59:24 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6289428 Bytes = 6142.02 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-ge4cbce4d1317 Created: Tue Aug 4 10:59:24 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6287925 Bytes = 6140.55 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-ge4cbce4d1317 Created: Tue Aug 4 10:59:24 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6288121 Bytes = 6140.74 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-ge4cbce4d1317 Created: Tue Aug 4 10:59:24 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6287891 Bytes = 6140.52 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-ge4cbce4d1317 Created: Tue Aug 4 10:59:24 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6287847 Bytes = 6140.48 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.8.0-ge4cbce4d1317 Created: Tue Aug 4 10:59:25 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6288149 Bytes = 6140.77 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.8.0-ge4cbce4d1317 Created: Tue Aug 4 10:59:25 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6255820 Bytes = 6109.20 KiB = 5.97 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.8.0-ge4cbce4d1317 Created: Tue Aug 4 10:59:25 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6288087 Bytes = 6140.71 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.8.0-ge4cbce4d1317 Created: Tue Aug 4 10:59:25 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6287922 Bytes = 6140.55 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.8.0-ge4cbce4d1317 Created: Tue Aug 4 10:59:25 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6287920 Bytes = 6140.55 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.8.0-ge4cbce4d1317 Created: Tue Aug 4 10:59:25 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6288116 Bytes = 6140.74 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-ge4cbce4d1317 Created: Tue Aug 4 10:59:25 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6290263 Bytes = 6142.83 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.8.0-ge4cbce4d1317 Created: Tue Aug 4 10:59:25 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6288873 Bytes = 6141.48 KiB = 6.00 MiB Load Address: 00d00000 Entry Point: 00d002a4 Completed OK # rm -rf /kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 # Build took: 0:02:34.463865
© Michael Ellerman 2006-2018.