# git rev-parse -q --verify 58cf05f597b03a8212d9ecf2c79ee046d3ee8ad9^{commit} 58cf05f597b03a8212d9ecf2c79ee046d3ee8ad9 already have revision, skipping fetch # git checkout -q -f -B kisskb 58cf05f597b03a8212d9ecf2c79ee046d3ee8ad9 # git clean -qxdf # < git log -1 # commit 58cf05f597b03a8212d9ecf2c79ee046d3ee8ad9 # Merge: a0881596757f 13be30f156fd # Author: Linus Torvalds # Date: Wed Dec 23 15:11:08 2020 -0800 # # Merge tag 'sound-fix-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound # # Pull sound fixes from Takashi Iwai: # "A collection of small fixes that came up recently for 5.11. # # The majority of fixes are usual HD-audio and USB-audio quirks, with a # few PCM core fixes for addressing the information leak and yet more # UBSAN fixes in the core side" # # * tag 'sound-fix-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: # ALSA/hda: apply jack fixup for the Acer Veriton N4640G/N6640G/N2510G # ALSA: hda/realtek: Apply jack fixup for Quanta NL3 # ALSA: usb-audio: Add implicit feeback support for the BOSS GT-1 # ALSA: usb-audio: Add alias entry for ASUS PRIME TRX40 PRO-S # ALSA: core: Remove redundant comments # ALSA: hda/realtek: Add quirk for MSI-GP73 # ALSA: pcm: oss: Fix a few more UBSAN fixes # ALSA: pcm: Clear the full allocated memory at hw_params # ALSA: memalloc: Align buffer allocations in page size # ALSA: usb-audio: Disable sample read check if firmware doesn't give back # ALSA: pcm: Remove snd_pcm_lib_preallocate_dma_free() # ALSA: usb-audio: Add VID to support native DSD reproduction on FiiO devices # ALSA: core: memalloc: add page alignment for iram # ALSA: hda/realtek - Supported Dell fixed type headset # ALSA: hda/realtek: Remove dummy lineout on Acer TravelMate P648/P658 # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi-ld --version # < git log --format=%s --max-count=1 58cf05f597b03a8212d9ecf2c79ee046d3ee8ad9 # < make -s -j 48 ARCH=arm O=/kisskb/build/linus_omap2plus_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- omap2plus_defconfig # < make -s -j 48 ARCH=arm O=/kisskb/build/linus_omap2plus_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- help # make -s -j 48 ARCH=arm O=/kisskb/build/linus_omap2plus_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- olddefconfig # make -s -j 48 ARCH=arm O=/kisskb/build/linus_omap2plus_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- /kisskb/src/arch/arm/crypto/ghash-ce-glue.c: In function 'ghash_do_update': /kisskb/src/arch/arm/crypto/ghash-ce-glue.c:67:44: warning: passing argument 4 of 'pmull_ghash_update_p64' from incompatible pointer type pmull_ghash_update_p64(blocks, dg, src, key->h, head); ^ /kisskb/src/arch/arm/crypto/ghash-ce-glue.c:45:17: note: expected 'const u64 (*)[2]' but argument is of type 'u64 (*)[2]' asmlinkage void pmull_ghash_update_p64(int blocks, u64 dg[], const char *src, ^ /kisskb/src/arch/arm/crypto/ghash-ce-glue.c:69:43: warning: passing argument 4 of 'pmull_ghash_update_p8' from incompatible pointer type pmull_ghash_update_p8(blocks, dg, src, key->h, head); ^ /kisskb/src/arch/arm/crypto/ghash-ce-glue.c:48:17: note: expected 'const u64 (*)[2]' but argument is of type 'u64 (*)[2]' asmlinkage void pmull_ghash_update_p8(int blocks, u64 dg[], const char *src, ^ Completed OK # rm -rf /kisskb/build/linus_omap2plus_defconfig_arm-gcc4.9 # Build took: 0:03:03.125159