# git rev-parse -q --verify 8e37395c3a5dceff62a5010ebbbc107f4145935c^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master # git rev-parse -q --verify 8e37395c3a5dceff62a5010ebbbc107f4145935c^{commit} 8e37395c3a5dceff62a5010ebbbc107f4145935c # git checkout -q -f -B kisskb 8e37395c3a5dceff62a5010ebbbc107f4145935c # git clean -qxdf # < git log -1 # commit 8e37395c3a5dceff62a5010ebbbc107f4145935c # Merge: 6da52dead8f5 29664923725a # Author: Linus Torvalds # 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/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 8e37395c3a5dceff62a5010ebbbc107f4145935c # < make -s -j 24 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig # 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 # < make -s -j 24 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 24 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:5032:warning: override: reassigning to symbol PPC64 .config:5033:warning: override: reassigning to symbol PPC_DISABLE_WERROR .config:5035:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:5037:warning: override: reassigning to symbol GCC_PLUGINS .config:5040:warning: override: reassigning to symbol UBSAN # make -s -j 24 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/drivers/macintosh/via-pmu.c:897:12: error: 'pmu_battery_proc_show' defined but not used [-Werror=unused-function] 897 | static int pmu_battery_proc_show(struct seq_file *m, void *v) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/macintosh/via-pmu.c:871:12: error: 'pmu_irqstats_proc_show' defined but not used [-Werror=unused-function] 871 | static int pmu_irqstats_proc_show(struct seq_file *m, void *v) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/macintosh/via-pmu.c:860:12: error: 'pmu_info_proc_show' defined but not used [-Werror=unused-function] 860 | static int pmu_info_proc_show(struct seq_file *m, void *v) | ^~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:277: drivers/macintosh/via-pmu.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:540: drivers/macintosh] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1868: drivers] Error 2 make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 24 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 # Build took: 0:02:30.909404