Buildresult: linus/mpc85xx_defconfig/powerpc-gcc4.9 built on Jul 3 2021, 16:22
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Jul 3 2021, 16:22
Duration:
0:02:14.106589
Builder:
ka2
Revision:
Revert "ALSA: usb-audio: Reduce latency at playback start" (
4b820e167bf6f410ace479d8df5b15a574000e75)
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 (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 4b820e167bf6f410ace479d8df5b15a574000e75^{commit} 4b820e167bf6f410ace479d8df5b15a574000e75 already have revision, skipping fetch # git checkout -q -f -B kisskb 4b820e167bf6f410ace479d8df5b15a574000e75 # git clean -qxdf # < git log -1 # commit 4b820e167bf6f410ace479d8df5b15a574000e75 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Fri Jul 2 22:05:52 2021 -0700 # # Revert "ALSA: usb-audio: Reduce latency at playback start" # # This reverts commit 9ce650a75a3b262c90789b42aedee8fc2ee04d53. # # This commit causes watchdog lockups on my machine, and while I have no # idea what the cause is, it bisected right to this commit, and reverting # the change promptly fixes it. # # At least occasionally one of the watchdog call traces was # # Call Trace: # _raw_spin_lock_irqsave+0x35/0x40 # snd_pcm_period_elapsed+0x1b/0xa0 [snd_pcm] # snd_usb_endpoint_start+0x1a0/0x3c0 [snd_usb_audio] # start_endpoints+0x23/0x90 [snd_usb_audio] # snd_usb_substream_playback_trigger+0x7b/0x1a0 [snd_usb_audio] # snd_pcm_common_ioctl+0x1c44/0x2360 [snd_pcm] # snd_pcm_ioctl+0x2e/0x40 [snd_pcm] # __se_sys_ioctl+0x72/0xc0 # do_syscall_64+0x4c/0xa0 # entry_SYSCALL_64_after_hwframe+0x44/0xae # # so presumably it's a locking error on that substream spinlock that # snd_pcm_period_elapsed() takes. But at this point I just want to have a # working system so that I can continue the merge window work tomorrow. # # Cc: Takashi Iwai <tiwai@suse.de> # Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> # < /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 4b820e167bf6f410ace479d8df5b15a574000e75 # < make -s -j 48 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 48 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 48 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 48 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- /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 0xd90f68) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd90f68) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd90f68) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd90f68) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd90f68) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd90f68) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd90f68) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd90f68) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd90f68) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd90f68) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd90f68) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd90f68) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd90f68) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd90f68) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd90f68) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd8083c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.13.0-123744-g4b820e167bf Created: Sat Jul 3 16:24:39 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6571421 Bytes = 6417.40 KiB = 6.27 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.13.0-123744-g4b820e167bf Created: Sat Jul 3 16:24:40 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6601656 Bytes = 6446.93 KiB = 6.30 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-123744-g4b820e167bf Created: Sat Jul 3 16:24:41 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6601819 Bytes = 6447.09 KiB = 6.30 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-123744-g4b820e167bf Created: Sat Jul 3 16:24:41 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6601590 Bytes = 6446.87 KiB = 6.30 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.13.0-123744-g4b820e167bf Created: Sat Jul 3 16:24:41 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6601787 Bytes = 6447.06 KiB = 6.30 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-123744-g4b820e167bf Created: Sat Jul 3 16:24:42 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6601591 Bytes = 6446.87 KiB = 6.30 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.13.0-123744-g4b820e167bf Created: Sat Jul 3 16:24:42 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6603492 Bytes = 6448.72 KiB = 6.30 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-123744-g4b820e167bf Created: Sat Jul 3 16:24:42 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6601637 Bytes = 6446.91 KiB = 6.30 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.13.0-123744-g4b820e167bf Created: Sat Jul 3 16:24:42 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6602602 Bytes = 6447.85 KiB = 6.30 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-123744-g4b820e167bf Created: Sat Jul 3 16:24:42 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6601784 Bytes = 6447.05 KiB = 6.30 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-123744-g4b820e167bf Created: Sat Jul 3 16:24:42 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6601420 Bytes = 6446.70 KiB = 6.30 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.13.0-123744-g4b820e167bf Created: Sat Jul 3 16:24:42 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6601424 Bytes = 6446.70 KiB = 6.30 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.13.0-123744-g4b820e167bf Created: Sat Jul 3 16:24:42 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6601653 Bytes = 6446.93 KiB = 6.30 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-123744-g4b820e167bf Created: Sat Jul 3 16:24:43 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6602186 Bytes = 6447.45 KiB = 6.30 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-123744-g4b820e167bf Created: Sat Jul 3 16:24:43 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6602777 Bytes = 6448.02 KiB = 6.30 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.13.0-123744-g4b820e167bf Created: Sat Jul 3 16:24:43 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6602745 Bytes = 6447.99 KiB = 6.30 MiB Load Address: 00e00000 Entry Point: 00e002a4 Completed OK # rm -rf /kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 # Build took: 0:02:14.106589
© Michael Ellerman 2006-2018.