Buildresult: powerpc-fixes/mpc85xx_defconfig/powerpc-gcc4.9 built on Jul 15 2021, 13:40
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Jul 15 2021, 13:40
Duration:
0:03:16.681121
Builder:
ka1
Revision:
powerpc/preempt: Don't touch the idle task's preempt_count during hotplug (
2c669ef6979c370f98d4b876e54f19613c81e075)
Target:
powerpc-fixes/mpc85xx_defconfig/powerpc-gcc4.9
Branch:
powerpc-fixes
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 (5)
net/sched/sch_frag.c:93:10: warning: missing braces around initializer [-Wmissing-braces] net/sched/sch_frag.c:93:10: warning: (near initialization for 'sch_frag_rt.dst') [-Wmissing-braces] 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 2c669ef6979c370f98d4b876e54f19613c81e075^{commit} 2c669ef6979c370f98d4b876e54f19613c81e075 already have revision, skipping fetch # git checkout -q -f -B kisskb 2c669ef6979c370f98d4b876e54f19613c81e075 # git clean -qxdf # < git log -1 # commit 2c669ef6979c370f98d4b876e54f19613c81e075 # Author: Valentin Schneider <valentin.schneider@arm.com> # Date: Wed Jul 7 19:38:31 2021 +0100 # # powerpc/preempt: Don't touch the idle task's preempt_count during hotplug # # Powerpc currently resets a CPU's idle task preempt_count to 0 before # said task starts executing the secondary startup routine (and becomes an # idle task proper). # # This conflicts with commit f1a0a376ca0c ("sched/core: Initialize the # idle task with preemption disabled"). # # which initializes all of the idle tasks' preempt_count to # PREEMPT_DISABLED during smp_init(). Note that this was superfluous # before said commit, as back then the hotplug machinery would invoke # init_idle() via idle_thread_get(), which would have already reset the # CPU's idle task's preempt_count to PREEMPT_ENABLED. # # Get rid of this preempt_count write. # # Fixes: f1a0a376ca0c ("sched/core: Initialize the idle task with preemption disabled") # Reported-by: Bharata B Rao <bharata@linux.ibm.com> # Signed-off-by: Valentin Schneider <valentin.schneider@arm.com> # Tested-by: Guenter Roeck <linux@roeck-us.net> # Tested-by: Bharata B Rao <bharata@linux.ibm.com> # Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> # Link: https://lore.kernel.org/r/20210707183831.2106509-1-valentin.schneider@arm.com # < /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 2c669ef6979c370f98d4b876e54f19613c81e075 # < make -s -j 8 ARCH=powerpc O=/kisskb/build/powerpc-fixes_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/powerpc-fixes_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/powerpc-fixes_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/powerpc-fixes_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/net/sched/sch_frag.c: In function 'sch_fragment': /kisskb/src/net/sched/sch_frag.c:93:10: warning: missing braces around initializer [-Wmissing-braces] struct rtable sch_frag_rt = { 0 }; ^ /kisskb/src/net/sched/sch_frag.c:93:10: warning: (near initialization for 'sch_frag_rt.dst') [-Wmissing-braces] 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 0xd8ef14) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd8ef14) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd8ef14) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd8ef14) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd8ef14) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd8ef14) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd8ef14) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd7e7e8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.13.0-g2c669ef6979c Created: Thu Jul 15 13:44:01 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6567415 Bytes = 6413.49 KiB = 6.26 MiB Load Address: 00000000 Entry Point: 00000000 INFO: Uncompressed kernel (size 0xd8ef14) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.13.0-g2c669ef6979c Created: Thu Jul 15 13:44:02 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6600825 Bytes = 6446.12 KiB = 6.30 MiB Load Address: 00e00000 Entry Point: 00e002a4 INFO: Uncompressed kernel (size 0xd8ef14) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.13.0-g2c669ef6979c Created: Thu Jul 15 13:44:02 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6599665 Bytes = 6444.99 KiB = 6.29 MiB Load Address: 00e00000 Entry Point: 00e002a4 INFO: Uncompressed kernel (size 0xd8ef14) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.13.0-g2c669ef6979c Created: Thu Jul 15 13:44:03 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6599741 Bytes = 6445.06 KiB = 6.29 MiB Load Address: 00e00000 Entry Point: 00e002a4 INFO: Uncompressed kernel (size 0xd8ef14) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.13.0-g2c669ef6979c Created: Thu Jul 15 13:44:03 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6600847 Bytes = 6446.14 KiB = 6.30 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-g2c669ef6979c Created: Thu Jul 15 13:44:03 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6599530 Bytes = 6444.85 KiB = 6.29 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-g2c669ef6979c Created: Thu Jul 15 13:44:03 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6599739 Bytes = 6445.06 KiB = 6.29 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.13.0-g2c669ef6979c Created: Thu Jul 15 13:44:03 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6601145 Bytes = 6446.43 KiB = 6.30 MiB Load Address: 00e00000 Entry Point: 00e002a4 INFO: Uncompressed kernel (size 0xd8ef14) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd8ef14) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd8ef14) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd8ef14) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.13.0-g2c669ef6979c Created: Thu Jul 15 13:44:05 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6601222 Bytes = 6446.51 KiB = 6.30 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-g2c669ef6979c Created: Thu Jul 15 13:44:06 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6599369 Bytes = 6444.70 KiB = 6.29 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-g2c669ef6979c Created: Thu Jul 15 13:44:06 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6599514 Bytes = 6444.84 KiB = 6.29 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.13.0-g2c669ef6979c Created: Thu Jul 15 13:44:08 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6600128 Bytes = 6445.44 KiB = 6.29 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-g2c669ef6979c Created: Thu Jul 15 13:44:08 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6599440 Bytes = 6444.77 KiB = 6.29 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.13.0-g2c669ef6979c Created: Thu Jul 15 13:44:08 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6599626 Bytes = 6444.95 KiB = 6.29 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-g2c669ef6979c Created: Thu Jul 15 13:44:08 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6599646 Bytes = 6444.97 KiB = 6.29 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.13.0-g2c669ef6979c Created: Thu Jul 15 13:44:08 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6599516 Bytes = 6444.84 KiB = 6.29 MiB Load Address: 00e00000 Entry Point: 00e00314 Completed OK # rm -rf /kisskb/build/powerpc-fixes_mpc85xx_defconfig_powerpc-gcc4.9 # Build took: 0:03:16.681121
© Michael Ellerman 2006-2018.