# git rev-parse -q --verify 747f62305dfb8a592835c7401069bfdbc06acbae^{commit} 747f62305dfb8a592835c7401069bfdbc06acbae already have revision, skipping fetch # git checkout -q -f -B kisskb 747f62305dfb8a592835c7401069bfdbc06acbae # git clean -qxdf # < git log -1 # commit 747f62305dfb8a592835c7401069bfdbc06acbae # Merge: 2c20443 f5b6c1f # Author: Linus Torvalds # Date: Tue Aug 14 14:10:30 2018 -0700 # # Merge tag 'sound-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound # # Pull sound updates from Takashi Iwai: # "It's been busy summer weeks and hence lots of changes, partly for a # few new drivers and partly for a wide range of fixes. # # Here are highlights: # # ALSA Core: # - Fix rawmidi buffer management, code cleanup / refactoring # - Fix the SG-buffer page handling with incorrect fallback size # - Fix the stall at virmidi trigger callback with a large buffer; also # offloading and code-refactoring along with it # - Various ALSA sequencer code cleanups # # ASoC: # - Deploy the standard snd_pcm_stop_xrun() helper in several drivers # - Support for providing name prefixes to generic component nodes # - Quite a few fixes for DPCM as it gains a bit wider use and more # robust testing # - Generalization of the DIO2125 support to a simple amplifier driver # - Accessory detection support for the audio graph card # - DT support for PXA AC'97 devices # - Quirks for a number of new x86 systems # - Support for AM Logic Meson, Everest ES7154, Intel systems with # RT5682, Qualcomm QDSP6 and WCD9335, Realtek RT5682 and TI TAS5707 # # HD-audio: # - Code refactoring in HD-audio ext codec codes to drop own classes; # preliminary works for the upcoming legacy codec support # - Generalized DRM audio component for the upcoming radeon / amdgpu # support # - Unification of mic mute-LED and GPIO support for various codecs # - Further improvement of CA0132 codec support including Recon3D # - Proper vga_switcheroo handling for AMD i-GPU # - Update of model list in documentation # - Fixups for another HP Spectre x360, Conexant codecs, power-save # blacklist update # # USB-audio: # - Fix the invalid sample rate setup with external clock # - Support of UAC3 selector units and processing units # - Basic UAC3 power-domain support # - Support for Encore mDSD and Thesycon-based DSD devices # - Preparation for future complete callback changes # # Firewire: # - Add support for MOTU Traveler # # Misc: # - The endianess notation fixes in various drivers # - Add fall-through comment in lots of drivers # - Various sparse warning fixes, e.g. about PCM format types" # # * tag 'sound-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: (529 commits) # ASoC: adav80x: mark expected switch fall-through # ASoC: da7219: Add delays to capture path to remove DC offset noise # ALSA: usb-audio: Mark expected switch fall-through # ALSA: mixart: Mark expected switch fall-through # ALSA: opl3: Mark expected switch fall-through # ALSA: hda/ca0132 - Add exit commands for Recon3D # ALSA: hda/ca0132 - Change mixer controls for Recon3D # ALSA: hda/ca0132 - Add Recon3D input and output select commands # ALSA: hda/ca0132 - Add DSP setup defaults for Recon3D # ALSA: hda/ca0132 - Add Recon3D startup functions and setup # ALSA: hda/ca0132 - Add bool variable to enable/disable pci region2 mmio # ALSA: hda/ca0132 - Add Recon3D pincfg # ALSA: hda/ca0132 - Add quirk ID and enum for Recon3D # ALSA: hda/ca0132 - Add alt_functions unsolicited response # ALSA: hda/ca0132 - Clean up ca0132_init function. # ALSA: hda/ca0132 - Create mmio gpio function to make code clearer # ASoC: wm_adsp: Make DSP name configurable by codec driver # ASoC: wm_adsp: Declare firmware controls from codec driver # ASoC: max98373: Added software reset register to readable registers # ASoC: wm_adsp: Correct DSP pointer for preloader control # ... # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-gcc --version # < git log --format=%s --max-count=1 747f62305dfb8a592835c7401069bfdbc06acbae # < make -s -j 8 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- randconfig KCONFIG_SEED=0x98032A5A # 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 # make -s -j 8 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- olddefconfig # make -s -j 8 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- /kisskb/src/kernel/cgroup/cgroup-v1.c: In function 'cgroup1_mount': /kisskb/src/kernel/cgroup/cgroup-v1.c:1256:20: warning: 'root' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:183:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_raw_write': /kisskb/src/drivers/base/regmap/regmap.c:1833:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2511:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/f2fs/file.c: In function 'f2fs_precache_extents': /kisskb/src/fs/f2fs/file.c:2823:6: warning: 'err' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/f2fs/segment.c: In function 'f2fs_flush_sit_entries': /kisskb/src/fs/f2fs/segment.c:3461:5: warning: array subscript is below array bounds [-Warray-bounds] /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:65:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:339:21: note: 'pdeo' was declared here /kisskb/src/fs/udf/unicode.c: In function 'udf_name_conv_char': /kisskb/src/fs/udf/unicode.c:132:8: warning: 'c' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/lib/string.c: In function 'strlcpy': /kisskb/src/lib/string.c:478:8: sorry, unimplemented: inlining failed in call to 'strlen': redefined extern inline functions are not considered for inlining /kisskb/src/lib/string.c:142:9: sorry, unimplemented: called from here /kisskb/src/scripts/Makefile.build:317: recipe for target 'lib/string.o' failed make[2]: *** [lib/string.o] Error 1 /kisskb/src/Makefile:1029: recipe for target 'lib' failed make[1]: *** [lib] Error 2 make[1]: *** Waiting for unfinished jobs.... Makefile:146: recipe for target 'sub-make' failed make: *** [sub-make] Error 2 Command 'make -s -j 8 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_powerpc-randconfig_powerpc # Build took: 0:01:49.963690