# git rev-parse -q --verify d82920849f305a83b893a90eca6391de411d77ef^{commit} d82920849f305a83b893a90eca6391de411d77ef already have revision, skipping fetch # git checkout -q -f -B kisskb d82920849f305a83b893a90eca6391de411d77ef # git clean -qxdf # < git log -1 # commit d82920849f305a83b893a90eca6391de411d77ef # Merge: eb9a29f9e585 196f4eeeb78f # Author: Greg Kroah-Hartman # Date: Thu Sep 20 09:50:49 2018 +0200 # # Merge tag 'sound-4.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound # # Takashi writes: # "sound fixes for 4.19-rc5 # # here comes a collection of various fixes, mostly for stable-tree # or regression fixes. # # Two relatively high LOCs are about the (rather simple) conversion of # uapi integer types in topology API, and a regression fix about HDMI # hotplug notification on AMD HD-audio. The rest are all small # individual fixes like ASoC Intel Skylake race condition, minor # uninitialized page leak in emu10k1 ioctl, Firewire audio error paths, # and so on." # # * tag 'sound-4.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: (33 commits) # ALSA: fireworks: fix memory leak of response buffer at error path # ALSA: oxfw: fix memory leak of discovered stream formats at error path # ALSA: oxfw: fix memory leak for model-dependent data at error path # ALSA: bebob: fix memory leak for M-Audio FW1814 and ProjectMix I/O at error path # ALSA: hda - Enable runtime PM only for discrete GPU # ALSA: oxfw: fix memory leak of private data # ALSA: firewire-tascam: fix memory leak of private data # ALSA: firewire-digi00x: fix memory leak of private data # sound: don't call skl_init_chip() to reset intel skl soc # sound: enable interrupt after dma buffer initialization # Revert "ASoC: Intel: Skylake: Acquire irq after RIRB allocation" # ALSA: emu10k1: fix possible info leak to userspace on SNDRV_EMU10K1_IOCTL_INFO # ASoC: cs4265: fix MMTLR Data switch control # ASoC: AMD: Ensure reset bit is cleared before configuring # ALSA: fireface: fix memory leak in ff400_switch_fetching_mode() # ALSA: bebob: use address returned by kmalloc() instead of kernel stack for streaming DMA mapping # ASoC: rsnd: don't fallback to PIO mode when -EPROBE_DEFER # ASoC: rsnd: adg: care clock-frequency size # ASoC: uniphier: change status to orphan # ASoC: rsnd: fixup not to call clk_get/set under non-atomic # ... # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < git log --format=%s --max-count=1 d82920849f305a83b893a90eca6391de411d77ef # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus-rand_randconfig+ppc64le_ppc64le-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig KCONFIG_SEED=0x9B4CC438 # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_CPU_BIG_ENDIAN=n # Added to kconfig CONFIG_CPU_LITTLE_ENDIAN=y # Added to kconfig CONFIG_PPC64=y # Added to kconfig CONFIG_PPC_BOOK3E_64=n # Added to kconfig CONFIG_PPC_BOOK3S_64=y # Added to kconfig CONFIG_PPC_DISABLE_WERROR=y # Added to kconfig CONFIG_SECTION_MISMATCH_WARN_ONLY=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_LD_HEAD_STUB_CATCH=y # yes \n | make -s -j 48 ARCH=powerpc O=/kisskb/build/linus-rand_randconfig+ppc64le_ppc64le-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- oldconfig yes: standard output: Broken pipe # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus-rand_randconfig+ppc64le_ppc64le-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/scripts/unifdef.c: In function 'Mpass': /kisskb/src/scripts/unifdef.c:453:28: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] static void Mpass (void) { strncpy(keyword, "if ", 4); Pelif(); } ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/seccomp.c: In function '__seccomp_filter': /kisskb/src/kernel/seccomp.c:775:1: warning: no return statement in function returning non-void [-Wreturn-type] } ^ /kisskb/src/drivers/gpu/drm/amd/amdgpu/soc15.c: In function 'soc15_set_ip_blocks': /kisskb/src/drivers/gpu/drm/amd/amdgpu/soc15.c:532:3: warning: #warning "Enable CONFIG_DRM_AMD_DC for display support on SOC15." [-Wcpp] # warning "Enable CONFIG_DRM_AMD_DC for display support on SOC15." ^ /kisskb/src/drivers/gpu/drm/amd/amdgpu/soc15.c:551:3: warning: #warning "Enable CONFIG_DRM_AMD_DC for display support on SOC15." [-Wcpp] # warning "Enable CONFIG_DRM_AMD_DC for display support on SOC15." ^ /kisskb/src/drivers/media/platform/qcom/camss/camss.c:996:12: warning: 'camss_runtime_suspend' defined but not used [-Wunused-function] static int camss_runtime_suspend(struct device *dev) ^ /kisskb/src/drivers/media/platform/qcom/camss/camss.c:1001:12: warning: 'camss_runtime_resume' defined but not used [-Wunused-function] static int camss_runtime_resume(struct device *dev) ^ WARNING: vmlinux.o(.text+0x2bdc): Section mismatch in reference from the variable __boot_from_prom to the function .init.text:prom_init() The function __boot_from_prom() references the function __init prom_init(). This is often because __boot_from_prom lacks a __init annotation or the annotation of prom_init is wrong. WARNING: vmlinux.o(.text+0x2e38): Section mismatch in reference from the variable start_here_multiplatform to the function .init.text:early_setup() The function start_here_multiplatform() references the function __init early_setup(). This is often because start_here_multiplatform lacks a __init annotation or the annotation of early_setup is wrong. WARNING: vmlinux.o(.text+0x2e6c): Section mismatch in reference from the variable start_here_common to the function .init.text:start_kernel() The function start_here_common() references the function __init start_kernel(). This is often because start_here_common lacks a __init annotation or the annotation of start_kernel is wrong. Completed OK # rm -rf /kisskb/build/linus-rand_randconfig+ppc64le_ppc64le-gcc5 # Build took: 0:03:58.906147