# git rev-parse -q --verify 6ab8ad31601f29470eb895fd95e5c963e125aa1b^{commit} 6ab8ad31601f29470eb895fd95e5c963e125aa1b already have revision, skipping fetch # git checkout -q -f -B kisskb 6ab8ad31601f29470eb895fd95e5c963e125aa1b # git clean -qxdf # < git log -1 # commit 6ab8ad31601f29470eb895fd95e5c963e125aa1b # Merge: ea982ba7f791 9bf9bf5440b9 # Author: Linus Torvalds # Date: Tue Sep 17 17:43:33 2019 -0700 # # Merge tag 'sound-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound # # Pull sound updates from Takashi Iwai: # "As shown in diffstat and logs, it was again a busy development cycle # at this time, too. The most significant changes are still on-going # refactoring / modernization works for ASoC core and drivers, but there # are lots of other changes as well. Here we go, some highlights below: # # ASoC: # # - Quite a lot of cleanup / refactoring of ASoC core and APIs; most of # them are systematic, but also including cleanups and modernization # # - A bulk of updates for some ASoC platforms, Freescale, sunxi and # Intel SST/SOF # # - Initial support for Sound Open Firmware on i.MX8 # # - Removal of deprecated w90x900 and nuc900 drivers # # - New support for Cirrus Logic CS47L15 and CS47L92, Freescale i.MX # 7ULP and 8MQ, Meson G12A and NXP UDA1334 # # USB-audio: # # - More validations of descriptor units for hardening against bugs # reported by fuzzers # # - PCM device assignment workaround for a past call-order change # # - Scarlett Gen2 mixer interface, a few more more quirks # # HD-audio: # # - Support for audio component with AMD/ATI and Nvidia HDMI codecs # # - Clean up HD-audio core and remove indirect access ops for Intel SOF # # - DMIC detection at probe; it would make systems automatically # falling back to SST/SOF driver on devices that need DMIC handling. # Needs a new Kconfig to set, and beware that it's still new and a # bit experimental # # FireWire: # # - Lots of code refactoring and cleanups" # # * tag 'sound-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: (521 commits) # ASoC: sdm845: remove unneeded semicolon # ASoC: fsl_sai: Implement set_bclk_ratio # ASoC: dmaengine: Replace strncpy() with strscpy_pad() for pcm->name # ASoC: wcd9335: remove redundant use of ret variable # ALSA: firewire-tascam: check intermediate state of clock status and retry # ALSA: firewire-tascam: handle error code when getting current source of clock # ASoC: hdmi-codec: Add an op to set callback function for plug event # ASoC: rt5677: keep analog power register at SND_SOC_BIAS_OFF # ASoC: rt5677: Remove magic number register writes # ASoC: soc-core: self contained soc_unbind_aux_dev() # ASoC: soc-core: add soc_unbind_aux_dev() # ASoC: soc-core: self contained soc_bind_aux_dev() # ASoC: soc-core: move soc_probe_link_dais() next to soc_remove_link_dais() # ASoC: soc-core: self contained soc_probe_link_dais() # ASoC: soc-core: add new soc_link_init() # ASoC: soc-core: move soc_probe_dai() next to soc_remove_dai() # ASoC: soc-core: self contained soc_remove_link_dais() # ASoC: soc-core: self contained soc_remove_link_components() # ASoC: soc-core: self contained soc_probe_link_components() # ASoC: rt1308: make array pd static const, makes object smaller # ... # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 6ab8ad31601f29470eb895fd95e5c963e125aa1b # < make -s -j 24 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig KCONFIG_SEED=0x24967FA8 # 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=y # Added to kconfig CONFIG_PPC64=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_CC_STACKPROTECTOR_STRONG=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_LD_HEAD_STUB_CATCH=y # Added to kconfig CONFIG_TRIM_UNUSED_KSYMS=n # Added to kconfig CONFIG_UBSAN=n # yes \n | make -s -j 24 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- oldconfig yes: standard output: Broken pipe # make -s -j 24 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/drivers/soundwire/slave.c:16:12: warning: 'sdw_slave_add' defined but not used [-Wunused-function] static int sdw_slave_add(struct sdw_bus *bus, ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ibmvscsi/ibmvfc.c: In function 'ibmvfc_npiv_login_done': /kisskb/src/drivers/scsi/ibmvscsi/ibmvfc.c:4022:3: warning: this statement may fall through [-Wimplicit-fallthrough=] ibmvfc_retry_host_init(vhost); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ibmvscsi/ibmvfc.c:4023:2: note: here case IBMVFC_MAD_DRIVER_FAILED: ^~~~ /kisskb/src/drivers/scsi/ibmvscsi/ibmvfc.c: In function 'ibmvfc_bsg_request': /kisskb/src/drivers/scsi/ibmvscsi/ibmvfc.c:1830:11: warning: this statement may fall through [-Wimplicit-fallthrough=] port_id = (bsg_request->rqst_data.h_els.port_id[0] << 16) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (bsg_request->rqst_data.h_els.port_id[1] << 8) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bsg_request->rqst_data.h_els.port_id[2]; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ibmvscsi/ibmvfc.c:1833:2: note: here case FC_BSG_RPT_ELS: ^~~~ /kisskb/src/drivers/scsi/ibmvscsi/ibmvfc.c:1838:11: warning: this statement may fall through [-Wimplicit-fallthrough=] port_id = (bsg_request->rqst_data.h_ct.port_id[0] << 16) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (bsg_request->rqst_data.h_ct.port_id[1] << 8) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bsg_request->rqst_data.h_ct.port_id[2]; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ibmvscsi/ibmvfc.c:1841:2: note: here case FC_BSG_RPT_CT: ^~~~ /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld: warning: orphan section `.gnu.hash' from `linker stubs' being placed in section `.gnu.hash'. /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld: warning: discarding dynamic section .glink /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld: warning: discarding dynamic section .plt /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld: linkage table error against `cfhsi_get_ops' /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld: stubs don't match calculated size /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld: can not build stubs: Bad value make[1]: *** [/kisskb/src/Makefile:1071: vmlinux] Error 1 make: *** [Makefile:179: sub-make] Error 2 Command 'make -s -j 24 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc8 # Build took: 0:05:03.291447