# git rev-parse -q --verify 4c7d00ccf40db99bfb7bd1857bcbf007275704d8^{commit} 4c7d00ccf40db99bfb7bd1857bcbf007275704d8 already have revision, skipping fetch # git checkout -q -f -B kisskb 4c7d00ccf40db99bfb7bd1857bcbf007275704d8 # git clean -qxdf # < git log -1 # commit 4c7d00ccf40db99bfb7bd1857bcbf007275704d8 # Merge: 18ea671ba40b 9871abffc810 # Author: Linus Torvalds # Date: Wed Feb 5 18:11:51 2020 +0000 # # Merge tag 'pwm/for-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm # # Pull pwm updates from Thierry Reding: # "Mostly cleanups and minor improvements with some new chip support for # some drivers" # # * tag 'pwm/for-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm: (37 commits) # pwm: Remove set but not set variable 'pwm' # pwm: sun4i: Initialize variables before use # pwm: stm32: Remove automatic output enable # pwm: sun4i: Narrow scope of local variable # pwm: bcm2835: Allow building for ARCH_BRCMSTB # pwm: imx27: Eliminate error message for defer probe # pwm: sun4i: Fix inconsistent IS_ERR and PTR_ERR # pwm: sun4i: Move pwm_calculate() out of spin_lock() # pwm: omap-dmtimer: Allow compiling with COMPILE_TEST # pwm: omap-dmtimer: put_device() after of_find_device_by_node() # pwm: omap-dmtimer: Simplify error handling # pwm: omap-dmtimer: Remove PWM chip in .remove before making it unfunctional # pwm: Implement tracing for .get_state() and .apply_state() # pwm: rcar: Document inability to set duty_cycle = 0 # pwm: rcar: Drop useless call to pwm_get_state() # pwm: Fix minor Kconfig whitespace issues # pwm: atmel: Implement .get_state() # pwm: atmel: Use register accessors for channels # pwm: atmel: Document known weaknesses of both hardware and software # pwm: atmel: Replace loop in prescale calculation by ad-hoc calculation # ... # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 4c7d00ccf40db99bfb7bd1857bcbf007275704d8 # < make -s -j 48 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- randconfig KCONFIG_SEED=0x36970631 # Added to kconfig CONFIG_STANDALONE=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_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # yes \n | make -s -j 48 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- oldconfig yes: standard output: Broken pipe # make -s -j 48 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- /kisskb/src/sound/soc/soc-compress.c: In function 'soc_compr_open': /kisskb/src/sound/soc/soc-compress.c:75:28: warning: 'component' is used uninitialized in this function [-Wuninitialized] struct snd_soc_component *component, *save = NULL; ^ /kisskb/src/sound/soc/codecs/rt1308-sdw.c:676:12: warning: 'rt1308_dev_suspend' defined but not used [-Wunused-function] static int rt1308_dev_suspend(struct device *dev) ^ /kisskb/src/sound/soc/codecs/rt1308-sdw.c:690:12: warning: 'rt1308_dev_resume' defined but not used [-Wunused-function] static int rt1308_dev_resume(struct device *dev) ^ /kisskb/src/sound/soc/codecs/rt700-sdw.c:489:12: warning: 'rt700_dev_suspend' defined but not used [-Wunused-function] static int rt700_dev_suspend(struct device *dev) ^ /kisskb/src/sound/soc/codecs/rt700-sdw.c:503:12: warning: 'rt700_dev_resume' defined but not used [-Wunused-function] static int rt700_dev_resume(struct device *dev) ^ /kisskb/src/sound/soc/codecs/rt711-sdw.c:490:12: warning: 'rt711_dev_suspend' defined but not used [-Wunused-function] static int rt711_dev_suspend(struct device *dev) ^ /kisskb/src/sound/soc/codecs/rt711-sdw.c:504:12: warning: 'rt711_dev_resume' defined but not used [-Wunused-function] static int rt711_dev_resume(struct device *dev) ^ /kisskb/src/sound/soc/codecs/rt715-sdw.c:552:12: warning: 'rt715_dev_suspend' defined but not used [-Wunused-function] static int rt715_dev_suspend(struct device *dev) ^ /kisskb/src/sound/soc/codecs/rt715-sdw.c:566:12: warning: 'rt715_dev_resume' defined but not used [-Wunused-function] static int rt715_dev_resume(struct device *dev) ^ sound/soc/codecs/wcd934x.o: In function `wcd934x_codec_probe': wcd934x.c:(.text+0x2e3a): undefined reference to `__clk_get_name' wcd934x.c:(.text+0x2e97): undefined reference to `clk_hw_register' wcd934x.c:(.text+0x2ea6): undefined reference to `of_clk_src_simple_get' wcd934x.c:(.text+0x2eae): undefined reference to `of_clk_add_provider' make[1]: *** [/kisskb/src/Makefile:1077: vmlinux] Error 1 make: *** [Makefile:179: sub-make] Error 2 Command 'make -s -j 48 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_x86_64-randconfig_um-x86_64 # Build took: 0:02:44.953156