# git rev-parse -q --verify d0e00bc5ada53bda296ce8bfffc2f2be9eb22632^{commit} d0e00bc5ada53bda296ce8bfffc2f2be9eb22632 already have revision, skipping fetch # git checkout -q -f -B kisskb d0e00bc5ada53bda296ce8bfffc2f2be9eb22632 # git clean -qxdf # < git log -1 # commit d0e00bc5ada53bda296ce8bfffc2f2be9eb22632 # Merge: 7bccb9f10c8f 0f84d1d18c46 # Author: Linus Torvalds # Date: Fri Sep 27 11:35:13 2019 -0700 # # Merge branch 'for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux # # Pull thermal management updates from Zhang Rui: # # - Add Amit Kucheria as thermal subsystem Reviewer (Amit Kucheria) # # - Fix a use after free bug when unregistering thermal zone devices (Ido # Schimmel) # # - Fix thermal core framework to use put_device() when device_register() # fails (Yue Hu) # # - Enable intel_pch_thermal and MMIO RAPL support for Intel Icelake # platform (Srinivas Pandruvada) # # - Add clock operations in qorip thermal driver, for some platforms with # clock control like i.MX8MQ (Anson Huang) # # - A couple of trivial fixes and cleanups for thermal core and different # soc thermal drivers (Amit Kucheria, Christophe JAILLET, Chuhong Yuan, # Fuqian Huang, Kelsey Skunberg, Nathan Huckleberry, Rishi Gupta, # Srinivas Kandagatla) # # * 'for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux: # MAINTAINERS: Add Amit Kucheria as reviewer for thermal # thermal: Add some error messages # thermal: Fix use-after-free when unregistering thermal zone device # thermal/drivers/core: Use put_device() if device_register() fails # thermal_hwmon: Sanitize thermal_zone type # thermal: intel: Use dev_get_drvdata # thermal: intel: int3403: replace printk(KERN_WARN...) with pr_warn(...) # thermal: intel: int340x_thermal: Remove unnecessary acpi_has_method() uses # thermal: int340x: processor_thermal: Add Ice Lake support # drivers: thermal: qcom: tsens: Fix memory leak from qfprom read # thermal: tegra: Fix a typo # thermal: rcar_gen3_thermal: Replace devm_add_action() followed by failure action with devm_add_action_or_reset() # thermal: armada: Fix -Wshift-negative-value # dt-bindings: thermal: qoriq: Add optional clocks property # thermal: qoriq: Use __maybe_unused instead of #if CONFIG_PM_SLEEP # thermal: qoriq: Use devm_platform_ioremap_resource() instead of of_iomap() # thermal: qoriq: Fix error path of calling qoriq_tmu_register_tmu_zone fail # thermal: qoriq: Add clock operations # drivers: thermal: processor_thermal_device: Export sysfs interface for TCC offset # < /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 d0e00bc5ada53bda296ce8bfffc2f2be9eb22632 # < make -s -j 120 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 120 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/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/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/sound/soc/soc-pcm.c: In function 'soc_pcm_trigger': /kisskb/src/sound/soc/soc-pcm.c:1074:5: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/soc/soc-pcm.c: In function 'soc_pcm_bespoke_trigger': /kisskb/src/sound/soc/soc-pcm.c:1092:9: 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/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/mm/hugetlb.c: In function 'alloc_pool_huge_page': /kisskb/src/mm/hugetlb.c:1497:5: warning: 'page' 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/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/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/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) /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) INFO: Uncompressed kernel (size 0xc33734) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc33734) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc33734) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc33734) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc33734) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc33734) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc33734) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc33734) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc33734) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc33734) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc33734) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc33734) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc33734) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc33734) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc33734) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc22f6c) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.3.0-gd0e00bc5ada5 Created: Sat Sep 28 04:57:25 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5905537 Bytes = 5767.13 KiB = 5.63 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.3.0-gd0e00bc5ada5 Created: Sat Sep 28 04:57:25 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5905495 Bytes = 5767.08 KiB = 5.63 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.3.0-gd0e00bc5ada5 Created: Sat Sep 28 04:57:25 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5905514 Bytes = 5767.10 KiB = 5.63 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.3.0-gd0e00bc5ada5 Created: Sat Sep 28 04:57:25 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5906652 Bytes = 5768.21 KiB = 5.63 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.3.0-gd0e00bc5ada5 Created: Sat Sep 28 04:57:25 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5905559 Bytes = 5767.15 KiB = 5.63 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.3.0-gd0e00bc5ada5 Created: Sat Sep 28 04:57:25 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5906613 Bytes = 5768.18 KiB = 5.63 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.3.0-gd0e00bc5ada5 Created: Sat Sep 28 04:57:25 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5905515 Bytes = 5767.10 KiB = 5.63 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.3.0-gd0e00bc5ada5 Created: Sat Sep 28 04:57:25 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5905535 Bytes = 5767.12 KiB = 5.63 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.3.0-gd0e00bc5ada5 Created: Sat Sep 28 04:57:25 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5905492 Bytes = 5767.08 KiB = 5.63 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.3.0-gd0e00bc5ada5 Created: Sat Sep 28 04:57:25 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5905532 Bytes = 5767.12 KiB = 5.63 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.3.0-gd0e00bc5ada5 Created: Sat Sep 28 04:57:25 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5904991 Bytes = 5766.59 KiB = 5.63 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.3.0-gd0e00bc5ada5 Created: Sat Sep 28 04:57:25 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5905564 Bytes = 5767.15 KiB = 5.63 MiB Load Address: 00d00000 Entry Point: 00d002e8 Image Name: Linux-5.3.0-gd0e00bc5ada5 Created: Sat Sep 28 04:57:25 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5904484 Bytes = 5766.10 KiB = 5.63 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.3.0-gd0e00bc5ada5 Created: Sat Sep 28 04:57:25 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5905748 Bytes = 5767.33 KiB = 5.63 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.3.0-gd0e00bc5ada5 Created: Sat Sep 28 04:57:25 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5905484 Bytes = 5767.07 KiB = 5.63 MiB Load Address: 00d00000 Entry Point: 00d002a8 Image Name: Linux-5.3.0-gd0e00bc5ada5 Created: Sat Sep 28 04:57:25 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5872048 Bytes = 5734.42 KiB = 5.60 MiB Load Address: 00000000 Entry Point: 00000000 Completed OK # rm -rf /kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.6 # Build took: 0:01:06.022097