Buildresult: powerpc-next/ppc6xx_defconfig/powerpc-gcc9 built on May 22 2020, 21:23
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
May 22 2020, 21:23
Duration:
0:04:12.862770
Builder:
ka2
Revision:
input: i8042 - Remove special PowerPC handling (
3bbeabcd1685878d658e8d126371628052e2bfeb)
Target:
powerpc-next/ppc6xx_defconfig/powerpc-gcc9
Branch:
powerpc-next
Compiler:
powerpc-gcc9
(powerpc64-linux-gcc (GCC) 9.2.0 / GNU ld (GNU Binutils) 2.32)
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 3bbeabcd1685878d658e8d126371628052e2bfeb^{commit} 3bbeabcd1685878d658e8d126371628052e2bfeb already have revision, skipping fetch # git checkout -q -f -B kisskb 3bbeabcd1685878d658e8d126371628052e2bfeb # git clean -qxdf # < git log -1 # commit 3bbeabcd1685878d658e8d126371628052e2bfeb # Author: Nathan Chancellor <natechancellor@gmail.com> # Date: Mon May 18 11:10:43 2020 -0700 # # input: i8042 - Remove special PowerPC handling # # This causes a build error with CONFIG_WALNUT because kb_cs and kb_data # were removed in commit 917f0af9e5a9 ("powerpc: Remove arch/ppc and # include/asm-ppc"). # # ld.lld: error: undefined symbol: kb_cs # > referenced by i8042-ppcio.h:28 (drivers/input/serio/i8042-ppcio.h:28) # > input/serio/i8042.o:(__i8042_command) in archive drivers/built-in.a # > referenced by i8042-ppcio.h:28 (drivers/input/serio/i8042-ppcio.h:28) # > input/serio/i8042.o:(__i8042_command) in archive drivers/built-in.a # > referenced by i8042-ppcio.h:28 (drivers/input/serio/i8042-ppcio.h:28) # > input/serio/i8042.o:(__i8042_command) in archive drivers/built-in.a # # ld.lld: error: undefined symbol: kb_data # > referenced by i8042.c:309 (drivers/input/serio/i8042.c:309) # > input/serio/i8042.o:(__i8042_command) in archive drivers/built-in.a # > referenced by i8042-ppcio.h:33 (drivers/input/serio/i8042-ppcio.h:33) # > input/serio/i8042.o:(__i8042_command) in archive drivers/built-in.a # > referenced by i8042.c:319 (drivers/input/serio/i8042.c:319) # > input/serio/i8042.o:(__i8042_command) in archive drivers/built-in.a # > referenced 15 more times # # Presumably since nobody has noticed this for the last 12 years, there is # not anyone actually trying to use this driver so we can just remove this # special walnut code and use the generic header so it builds for all # configurations. # # Fixes: 917f0af9e5a9 ("powerpc: Remove arch/ppc and include/asm-ppc") # Reported-by: kbuild test robot <lkp@intel.com> # Signed-off-by: Nathan Chancellor <natechancellor@gmail.com> # Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> # Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> # Link: https://lore.kernel.org/r/20200518181043.3363953-1-natechancellor@gmail.com # < /opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 3bbeabcd1685878d658e8d126371628052e2bfeb # < make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-next_ppc6xx_defconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ppc6xx_defconfig # < make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-next_ppc6xx_defconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-next_ppc6xx_defconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-next_ppc6xx_defconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.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] 218 | return _snd_ctl_add_slave(master, slave, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/ppc/awacs.c:873:36: note: 'speaker_vol' was declared here 873 | struct snd_kcontrol *master_vol, *speaker_vol; | ^~~~~~~~~~~ INFO: Uncompressed kernel (size 0xc058c0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc058c0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc058c0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc058c0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc058c0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc058c0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc058c0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc058c0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc058c0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc058c0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xbf51d8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xbf51d8) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) Image Name: Linux-5.7.0-rc2+ Created: Fri May 22 21:27:04 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5638003 Bytes = 5505.86 KiB = 5.38 MiB Load Address: 00d00000 Entry Point: 00d002ac Image Name: Linux-5.7.0-rc2+ Created: Fri May 22 21:27:05 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5604637 Bytes = 5473.28 KiB = 5.34 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.7.0-rc2+ Created: Fri May 22 21:27:05 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5639735 Bytes = 5507.55 KiB = 5.38 MiB Load Address: 00d00000 Entry Point: 00d002ac Image Name: Linux-5.7.0-rc2+ Created: Fri May 22 21:27:05 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5638989 Bytes = 5506.83 KiB = 5.38 MiB Load Address: 00d00000 Entry Point: 00d002ac Image Name: Linux-5.7.0-rc2+ Created: Fri May 22 21:27:05 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5639664 Bytes = 5507.48 KiB = 5.38 MiB Load Address: 00d00000 Entry Point: 00d0090c Image Name: Linux-5.7.0-rc2+ Created: Fri May 22 21:27:06 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5640001 Bytes = 5507.81 KiB = 5.38 MiB Load Address: 00d00000 Entry Point: 00d0090c Image Name: Linux-5.7.0-rc2+ Created: Fri May 22 21:27:06 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5638716 Bytes = 5506.56 KiB = 5.38 MiB Load Address: 00d00000 Entry Point: 00d002ac Image Name: Linux-5.7.0-rc2+ Created: Fri May 22 21:27:06 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5639319 Bytes = 5507.15 KiB = 5.38 MiB Load Address: 00d00000 Entry Point: 00d002ac Image Name: Linux-5.7.0-rc2+ Created: Fri May 22 21:27:06 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5638381 Bytes = 5506.23 KiB = 5.38 MiB Load Address: 00d00000 Entry Point: 00d002ac Completed OK # rm -rf /kisskb/build/powerpc-next_ppc6xx_defconfig_powerpc-gcc9 # Build took: 0:04:12.862770
© Michael Ellerman 2006-2018.