Buildresult: linus/m5272c3_defconfig/m68k-gcc11 built on Oct 21 2021, 04:50
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Oct 21 2021, 04:50
Duration:
0:01:41.140476
Builder:
blade4b
Revision:
Merge tag 'sound-5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound (
8e37395c3a5dceff62a5010ebbbc107f4145935c)
Target:
linus/m5272c3_defconfig/m68k-gcc11
Branch:
linus
Compiler:
m68k-gcc11
(m68k-linux-gcc (GCC) 11.1.0 / GNU ld (GNU Binutils) 2.36.1)
Config:
m5272c3_defconfig
(
download
)
Log:
Download original
Possible warnings (1)
arch/m68k/include/asm/string.h:72:25: warning: '__builtin_memcpy' reading 6 bytes from a region of size 0 [-Wstringop-overread]
Full Log
# git rev-parse -q --verify 8e37395c3a5dceff62a5010ebbbc107f4145935c^{commit} 8e37395c3a5dceff62a5010ebbbc107f4145935c already have revision, skipping fetch # git checkout -q -f -B kisskb 8e37395c3a5dceff62a5010ebbbc107f4145935c # git clean -qxdf # < git log -1 # commit 8e37395c3a5dceff62a5010ebbbc107f4145935c # Merge: 6da52dead8f5 29664923725a # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Wed Oct 20 06:13:22 2021 -1000 # # Merge tag 'sound-5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound # # Pull sound fixes from Takashi Iwai: # "Again it became bigger than wished, unfortunately, as this contains # quite a few ASoC fixes that came up a bit late. It also includes yet # more HD- and USB-audio quirks: I decided to merge them now, as those # are for stable, and we'll need them sooner or later. # # Although the volumes are a bit high, all changes are device-specific # (and reasonably small) fixes, so it should be safe for the late rc" # # * tag 'sound-5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: # ALSA: usb-audio: Fix microphone sound on Jieli webcam. # ALSA: hda/realtek: Fixes HP Spectre x360 15-eb1xxx speakers # ALSA: usb-audio: Provide quirk for Sennheiser GSP670 Headset # ALSA: hda/realtek: Add quirk for Clevo PC50HS # ALSA: usb-audio: add Schiit Hel device to quirk table # ASoC: wm8960: Fix clock configuration on slave mode # ASoC: cs42l42: Ensure 0dB full scale volume is used for headsets # ASoC: soc-core: fix null-ptr-deref in snd_soc_del_component_unlocked() # ASoC: codec: wcd938x: Add irq config support # ASoC: DAPM: Fix missing kctl change notifications # ASoC: Intel: bytcht_es8316: Utilize dev_err_probe() to avoid log saturation # ASoC: Intel: bytcht_es8316: Switch to use gpiod_get_optional() # ASoC: Intel: bytcht_es8316: Use temporary variable for struct device # ASoC: Intel: bytcht_es8316: Get platform data via dev_get_platdata() # ASoC: wcd938x: Fix jack detection issue # ASoC: nau8824: Fix headphone vs headset, button-press detection no longer working # ASoC: cs4341: Add SPI device ID table # ASoC: pcm179x: Add missing entries SPI to device ID table # ASoC: fsl_xcvr: Fix channel swap issue with ARC # ASoC: pcm512x: Mend accesses to the I2S_1 and I2S_2 registers # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 8e37395c3a5dceff62a5010ebbbc107f4145935c # < make -s -j 24 ARCH=m68k O=/kisskb/build/linus_m5272c3_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- m5272c3_defconfig # < make -s -j 24 ARCH=m68k O=/kisskb/build/linus_m5272c3_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 24 ARCH=m68k O=/kisskb/build/linus_m5272c3_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 24 ARCH=m68k O=/kisskb/build/linus_m5272c3_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- In file included from /kisskb/src/include/linux/string.h:20, from /kisskb/src/include/linux/bitmap.h:10, from /kisskb/src/include/linux/cpumask.h:12, from /kisskb/src/include/linux/mm_types_task.h:14, from /kisskb/src/include/linux/mm_types.h:5, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/net/ethernet/freescale/fec_main.c:25: In function 'fec_get_mac', inlined from 'fec_enet_init' at /kisskb/src/drivers/net/ethernet/freescale/fec_main.c:3510:8, inlined from 'fec_probe' at /kisskb/src/drivers/net/ethernet/freescale/fec_main.c:3932:8: /kisskb/src/arch/m68k/include/asm/string.h:72:25: warning: '__builtin_memcpy' reading 6 bytes from a region of size 0 [-Wstringop-overread] 72 | #define memcpy(d, s, n) __builtin_memcpy(d, s, n) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/freescale/fec_main.c:1771:9: note: in expansion of macro 'memcpy' 1771 | memcpy(ndev->dev_addr, iap, ETH_ALEN); | ^~~~~~ Completed OK # rm -rf /kisskb/build/linus_m5272c3_defconfig_m68k-gcc11 # Build took: 0:01:41.140476
© Michael Ellerman 2006-2018.