# git rev-parse -q --verify 80a0c2e511a97e11d82e0ec11564e2c3fe624b0d^{commit} 80a0c2e511a97e11d82e0ec11564e2c3fe624b0d already have revision, skipping fetch # git checkout -q -f -B kisskb 80a0c2e511a97e11d82e0ec11564e2c3fe624b0d # git clean -qxdf # < git log -1 # commit 80a0c2e511a97e11d82e0ec11564e2c3fe624b0d # Merge: 2187f215ebaa 7c497d799267 # Author: Linus Torvalds # Date: Wed Dec 18 08:54:15 2019 -0800 # # Merge tag 'sound-5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound # # Pull sound fixes from Takashi Iwai: # "A slightly high amount at this time, but all good and small fixes: # # - A PCM core fix that initializes the buffer properly for avoiding # information leaks; it is a long-standing minor problem, but good to # fix better now # # - A few ASoC core fixes for the init / cleanup ordering issues that # surfaced after the recent refactoring # # - Lots of SOF and topology-related fixes went in, as usual as such # hot topics # # - Several ASoC codec and platform-specific small fixes: wm89xx, # realtek, and max98090, AMD, Intel-SST # # - A fix for the previous incomplete regression of HD-audio, now # hitting Nvidia HDMI # # - A few HD-audio CA0132 codec fixes" # # * tag 'sound-5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: (27 commits) # ALSA: hda - Downgrade error message for single-cmd fallback # ASoC: wm8962: fix lambda value # ALSA: hda: Fix regression by strip mask fix # ALSA: hda/ca0132 - Fix work handling in delayed HP detection # ALSA: hda/ca0132 - Avoid endless loop # ALSA: hda/ca0132 - Keep power on during processing DSP response # ALSA: pcm: Avoid possible info leaks from PCM stream buffers # ASoC: Intel: common: work-around incorrect ACPI HID for CML boards # ASoC: SOF: Intel: split cht and byt debug window sizes # ASoC: SOF: loader: fix snd_sof_fw_parse_ext_data # ASoC: SOF: loader: snd_sof_fw_parse_ext_data log warning on unknown header # ASoC: simple-card: Don't create separate link when platform is present # ASoC: topology: Check return value for soc_tplg_pcm_create() # ASoC: topology: Check return value for snd_soc_add_dai_link() # ASoC: core: only flush inited work during free # ASoC: Intel: bytcr_rt5640: Update quirk for Teclast X89 # ASoC: core: Init pcm runtime work early to avoid warnings # ASoC: Intel: sst: Add missing include # ASoC: max98090: fix possible race conditions # ASoC: max98090: exit workaround earlier if PLL is locked # ... # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-ld --version # < git log --format=%s --max-count=1 80a0c2e511a97e11d82e0ec11564e2c3fe624b0d # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- mpc85xx_defconfig # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:204:16: warning: 'old' 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:2591:6: warning: 'ret' 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:1852:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/soc/codecs/wm8960.c: In function 'wm8960_configure_clocking': /kisskb/src/sound/soc/codecs/wm8960.c:800:70: warning: 'j' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/soc/codecs/wm8960.c:797:68: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/mm/hugetlb.c: In function 'alloc_pool_huge_page': /kisskb/src/mm/hugetlb.c:1377:5: warning: 'page' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/ext4/extents.c: In function 'ext4_convert_unwritten_io_end_vec': /kisskb/src/fs/ext4/extents.c:5054:23: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c: In function 'allocate_bd': /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:139:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] /kisskb/src/drivers/tty/serial/8250/8250_core.c: In function 'univ8250_release_irq': /kisskb/src/drivers/tty/serial/8250/8250_core.c:248:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c:228:19: note: 'i' was declared here /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:338:21: note: 'pdeo' was declared here /kisskb/src/drivers/usb/core/devio.c: In function 'async_completed': /kisskb/src/drivers/usb/core/devio.c:625:23: warning: 'errno' may be used uninitialized in this function [-Wuninitialized] /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/arch/powerpc/boot/dts/fsl/mpc8541cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8555cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) INFO: Uncompressed kernel (size 0xc8a61c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc8a61c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc8a61c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc8a61c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc8a61c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc8a61c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc8a61c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc8a61c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc8a61c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc8a61c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc8a61c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc8a61c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc8a61c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc8a61c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc8a61c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc79e84) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.5.0-rc2-g80a0c2e511a9 Created: Thu Dec 19 07:49:52 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6029601 Bytes = 5888.28 KiB = 5.75 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.5.0-rc2-g80a0c2e511a9 Created: Thu Dec 19 07:49:54 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6057486 Bytes = 5915.51 KiB = 5.78 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.5.0-rc2-g80a0c2e511a9 Created: Thu Dec 19 07:49:55 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6060778 Bytes = 5918.73 KiB = 5.78 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.5.0-rc2-g80a0c2e511a9 Created: Thu Dec 19 07:49:55 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6056371 Bytes = 5914.42 KiB = 5.78 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.5.0-rc2-g80a0c2e511a9 Created: Thu Dec 19 07:49:55 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6058207 Bytes = 5916.22 KiB = 5.78 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.5.0-rc2-g80a0c2e511a9 Created: Thu Dec 19 07:49:55 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6056134 Bytes = 5914.19 KiB = 5.78 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.5.0-rc2-g80a0c2e511a9 Created: Thu Dec 19 07:49:55 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6057429 Bytes = 5915.46 KiB = 5.78 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.5.0-rc2-g80a0c2e511a9 Created: Thu Dec 19 07:49:56 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6056104 Bytes = 5914.16 KiB = 5.78 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.5.0-rc2-g80a0c2e511a9 Created: Thu Dec 19 07:49:56 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6056428 Bytes = 5914.48 KiB = 5.78 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.5.0-rc2-g80a0c2e511a9 Created: Thu Dec 19 07:49:56 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6056375 Bytes = 5914.43 KiB = 5.78 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.5.0-rc2-g80a0c2e511a9 Created: Thu Dec 19 07:49:56 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6056136 Bytes = 5914.20 KiB = 5.78 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.5.0-rc2-g80a0c2e511a9 Created: Thu Dec 19 07:49:56 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6056135 Bytes = 5914.19 KiB = 5.78 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.5.0-rc2-g80a0c2e511a9 Created: Thu Dec 19 07:49:56 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6056644 Bytes = 5914.69 KiB = 5.78 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.5.0-rc2-g80a0c2e511a9 Created: Thu Dec 19 07:49:56 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6056161 Bytes = 5914.22 KiB = 5.78 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.5.0-rc2-g80a0c2e511a9 Created: Thu Dec 19 07:49:56 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6057307 Bytes = 5915.34 KiB = 5.78 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.5.0-rc2-g80a0c2e511a9 Created: Thu Dec 19 07:49:56 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6057070 Bytes = 5915.11 KiB = 5.78 MiB Load Address: 00d00000 Entry Point: 00d002a8 Completed OK # rm -rf /kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.6 # Build took: 0:01:59.166692