# git rev-parse -q --verify 3acbd2de6bc3af215c6ed7732dfc097d1e238503^{commit} 3acbd2de6bc3af215c6ed7732dfc097d1e238503 already have revision, skipping fetch # git checkout -q -f -B kisskb 3acbd2de6bc3af215c6ed7732dfc097d1e238503 # git clean -qxdf # < git log -1 # commit 3acbd2de6bc3af215c6ed7732dfc097d1e238503 # Merge: d49f8a52b15b de7d83da84bd # Author: Linus Torvalds # Date: Thu Oct 25 09:00:15 2018 -0700 # # Merge tag 'sound-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound # # Pull sound updates from Takashi Iwai: # "There have been little changes in ALSA core stuff, but ASoC core still # kept rolling for the continued restructuring. The rest are lots of # small driver-specific changes and some minor API updates. Here are # highlights: # # General: # - Appropriate fall-through annotations everywhere # - Some code cleanup in memalloc code, handling non-cacahed pages more # commonly in the helper # - Deployment of SNDRV_PCM_INFO_SYNC_APPLPTR flag consistently # # Drivers: # - More HD-audio CA0132 codec improvement for supporting other Creative # boards # - Plumbing legacy HD-audio codecs as ASoC BE on Intel SST; this will # give move support of existing HD-audio devices with DSP # - A few device-specific HD-audio quirks as usual # - New quirk for RME CC devices and correction for B&W PX for USB-audio # - FireWire: code refactoring including devres usages # # ASoC Core: # - Continued componentization works; it's almost done! # - A bunch of new for_each_foo macros # - Cleanups and fixes in DAPM code # # ASoC Drivers: # - MCLK support for several different devices, including CS42L51, STM32 # SAI, and MAX98373 # - Support for Allwinner A64 CODEC analog, Intel boards with DA7219 and # MAX98927, Meson AXG PDM inputs, Nuvoton NAU8822, Renesas R8A7744 and # TI PCM3060" # # * tag 'sound-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: (299 commits) # ASoC: stm32: sai: fix master clock naming # ASoC: stm32: add clock dependency for sai # ALSA: hda/ca0132 - Actually fix microphone issue # ASoC: sun4i-i2s: move code from startup/shutdown hooks into pm_runtime hooks # ASoC: wm2000: Remove wm2000_read helper function # ASoC: cs42l51: fix mclk support # ASoC: wm_adsp: Log addresses as 8 digits in wm_adsp_buffer_populate # ASoC: wm_adsp: Rename memory fields in wm_adsp_buffer # ASoC: cs42l51: add mclk support # ASoC: stm32: sai: set sai as mclk clock provider # ASoC: dt-bindings: add mclk support to cs42l51 # ASoC: dt-bindings: add mclk provider support to stm32 sai # ASoC: soc-core: fix trivial checkpatch issues # ASoC: dapm: Add support for hw_free on CODEC to CODEC links # ASoC: Intel: kbl_da7219_max98927: minor white space clean up # ALSA: i2c/cs8427: Fix int to char conversion # ALSA: doc: Brush up the old writing-an-alsa-driver # ASoC: rsnd: tidyup SSICR::SWSP for TDM # ASoC: rsnd: enable TDM settings for SSI parent # ASoC: pcm3168a: add hw constraint for capture channel # ... # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < git log --format=%s --max-count=1 3acbd2de6bc3af215c6ed7732dfc097d1e238503 # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_allmodconfig+ppc64le_ppc64le-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- allmodconfig # Added to kconfig CONFIG_CPU_LITTLE_ENDIAN=y # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # yes \n | make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_allmodconfig+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_allmodconfig+ppc64le_ppc64le-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- In file included from /kisskb/src/include/linux/io.h:25:0, from /kisskb/src/include/linux/of_address.h:7, from /kisskb/src/drivers/ata/ahci_qoriq.c:18: /kisskb/src/drivers/ata/ahci_qoriq.c: In function 'ahci_qoriq_hardreset': /kisskb/src/arch/powerpc/include/asm/io.h:160:2: warning: 'px_is' may be used uninitialized in this function [-Wmaybe-uninitialized] __asm__ __volatile__("sync;"#insn"%U0%X0 %1,%0" \ ^ /kisskb/src/drivers/ata/ahci_qoriq.c:86:14: note: 'px_is' was declared here u32 px_cmd, px_is, px_val; ^ In file included from /kisskb/src/include/linux/io.h:25:0, from /kisskb/src/include/linux/of_address.h:7, from /kisskb/src/drivers/ata/ahci_qoriq.c:18: /kisskb/src/arch/powerpc/include/asm/io.h:160:2: warning: 'px_cmd' may be used uninitialized in this function [-Wmaybe-uninitialized] __asm__ __volatile__("sync;"#insn"%U0%X0 %1,%0" \ ^ /kisskb/src/drivers/ata/ahci_qoriq.c:86:6: note: 'px_cmd' was declared here u32 px_cmd, px_is, px_val; ^ /kisskb/src/drivers/scsi/myrs.c: In function 'myrs_log_event': /kisskb/src/drivers/scsi/myrs.c:818:24: warning: 'sshdr.sense_key' may be used uninitialized in this function [-Wmaybe-uninitialized] struct scsi_sense_hdr sshdr; ^ /kisskb/src/drivers/net/wireless/quantenna/qtnfmac/commands.c: In function 'qtnf_cmd_send_with_reply': /kisskb/src/drivers/net/wireless/quantenna/qtnfmac/commands.c:133:54: warning: 'resp' may be used uninitialized in this function [-Wmaybe-uninitialized] return qtnf_cmd_resp_result_decode(le16_to_cpu(resp->result)); ^ /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(); } ^~~~~~~~~~~~~~~~~~~~~~~~~~~ WARNING: vmlinux.o(.text+0x36b4): 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+0x3944): 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+0x3978): 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_allmodconfig+ppc64le_ppc64le-gcc5 # Build took: 0:12:49.408834