Buildresult: powerpc-next/ppc6xx_defconfig/powerpc-gcc8 built on Feb 14 2020, 03:49
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Feb 14 2020, 03:49
Duration:
0:04:18.033801
Builder:
ka3
Revision:
powerpc/xmon: Lower limits on nidump and ndump (
8e9ad2720cd1cf55530755362ad899f69e09fb9a)
Target:
powerpc-next/ppc6xx_defconfig/powerpc-gcc8
Branch:
powerpc-next
Compiler:
powerpc-gcc8
(powerpc64-linux-gcc (GCC) 8.1.0 / GNU ld (GNU Binutils) 2.30)
Config:
ppc6xx_defconfig
(
download
)
Log:
Download original
Possible warnings (1)
include/sound/control.h:218:9: warning: 'speaker_vol' may be used uninitialized in this function [-Wmaybe-uninitialized]
Full Log
# git rev-parse -q --verify 8e9ad2720cd1cf55530755362ad899f69e09fb9a^{commit} 8e9ad2720cd1cf55530755362ad899f69e09fb9a already have revision, skipping fetch # git checkout -q -f -B kisskb 8e9ad2720cd1cf55530755362ad899f69e09fb9a # git clean -qxdf # < git log -1 # commit 8e9ad2720cd1cf55530755362ad899f69e09fb9a # Author: Michael Ellerman <mpe@ellerman.id.au> # Date: Wed Feb 12 22:11:00 2020 +1100 # # powerpc/xmon: Lower limits on nidump and ndump # # In xmon we have two variables that are used by the dump commands. # There's ndump which is the number of bytes to dump using 'd', and # nidump which is the number of instructions to dump using 'di'. # # ndump starts as 64 and nidump starts as 16, but both can be set by the # user. # # It's fairly common to be pasting addresses into xmon when trying to # debug something, and if you inadvertently double paste an address like # so: # # 0:mon> di c000000002101f6c c000000002101f6c # # The second value is interpreted as the number of instructions to dump. # # Luckily it doesn't dump 13 quintrillion instructions, the value is # limited to MAX_DUMP (128K). But as each instruction is dumped on a # single line, that's still a lot of output. If you're on a slow console # that can take multiple minutes to print. If you were "just popping in # and out of xmon quickly before the RCU/hardlockup detector fires" you # are now having a bad day. # # Things are not as bad with 'd' because we print 16 bytes per line, so # it's fewer lines. But it's still quite a lot. # # So shrink the maximum for 'd' to 64K (one page), which is 4096 lines. # For 'di' add a new limit which is the above / 4 - because instructions # are 4 bytes, meaning again we can dump one page. # # Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 8e9ad2720cd1cf55530755362ad899f69e09fb9a # < make -s -j 80 ARCH=powerpc O=/kisskb/build/powerpc-next_ppc6xx_defconfig_powerpc-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ppc6xx_defconfig # make -s -j 80 ARCH=powerpc O=/kisskb/build/powerpc-next_ppc6xx_defconfig_powerpc-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- In file included from /kisskb/src/sound/ppc/pmac.h:12, from /kisskb/src/sound/ppc/awacs.c:16: /kisskb/src/sound/ppc/awacs.c: In function 'snd_pmac_awacs_init': /kisskb/src/include/sound/control.h:218:9: warning: 'speaker_vol' may be used uninitialized in this function [-Wmaybe-uninitialized] return _snd_ctl_add_slave(master, slave, 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/ppc/awacs.c:873:36: note: 'speaker_vol' was declared here struct snd_kcontrol *master_vol, *speaker_vol; ^~~~~~~~~~~ INFO: Uncompressed kernel (size 0xb926d4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb926d4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb926d4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb926d4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb926d4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb926d4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb926d4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb926d4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb926d4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb926d4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb81fec) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb81fec) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) Image Name: Linux-5.6.0-rc1+ Created: Fri Feb 14 03:53:06 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5532294 Bytes = 5402.63 KiB = 5.28 MiB Load Address: 00c00000 Entry Point: 00c002a4 Image Name: Linux-5.6.0-rc1+ Created: Fri Feb 14 03:53:06 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5532874 Bytes = 5403.20 KiB = 5.28 MiB Load Address: 00c00000 Entry Point: 00c002a4 Image Name: Linux-5.6.0-rc1+ Created: Fri Feb 14 03:53:07 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5533597 Bytes = 5403.90 KiB = 5.28 MiB Load Address: 00c00000 Entry Point: 00c00934 Image Name: Linux-5.6.0-rc1+ Created: Fri Feb 14 03:53:07 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5531752 Bytes = 5402.10 KiB = 5.28 MiB Load Address: 00c00000 Entry Point: 00c002a4 Image Name: Linux-5.6.0-rc1+ Created: Fri Feb 14 03:53:07 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5532955 Bytes = 5403.28 KiB = 5.28 MiB Load Address: 00c00000 Entry Point: 00c002a4 Image Name: Linux-5.6.0-rc1+ Created: Fri Feb 14 03:53:07 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5533133 Bytes = 5403.45 KiB = 5.28 MiB Load Address: 00c00000 Entry Point: 00c002a4 Image Name: Linux-5.6.0-rc1+ Created: Fri Feb 14 03:53:07 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5497360 Bytes = 5368.52 KiB = 5.24 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.6.0-rc1+ Created: Fri Feb 14 03:53:07 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5532956 Bytes = 5403.28 KiB = 5.28 MiB Load Address: 00c00000 Entry Point: 00c002a4 Image Name: Linux-5.6.0-rc1+ Created: Fri Feb 14 03:53:07 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5533058 Bytes = 5403.38 KiB = 5.28 MiB Load Address: 00c00000 Entry Point: 00c00934 Completed OK # rm -rf /kisskb/build/powerpc-next_ppc6xx_defconfig_powerpc-gcc8 # Build took: 0:04:18.033801
© Michael Ellerman 2006-2018.