# 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/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 d0e00bc5ada53bda296ce8bfffc2f2be9eb22632 # < make -s -j 32 ARCH=sh O=/kisskb/build/linus_sh7785lcr_32bit_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- sh7785lcr_32bit_defconfig # make -s -j 32 ARCH=sh O=/kisskb/build/linus_sh7785lcr_32bit_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:385: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:388: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/kernel/rcu/srcutree.c: In function 'init_srcu_struct_fields': /kisskb/src/kernel/rcu/srcutree.c:121:34: warning: 'levelspread[]' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/rcu/srcutree.c:88:6: note: 'levelspread[]' was declared here /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/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/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/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/sh/clk/cpg.c: In function 'r8': /kisskb/src/drivers/sh/clk/cpg.c:41:2: warning: passing argument 1 of 'ioread8' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:29:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r16': /kisskb/src/drivers/sh/clk/cpg.c:46:2: warning: passing argument 1 of 'ioread16' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:30:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r32': /kisskb/src/drivers/sh/clk/cpg.c:51:2: warning: passing argument 1 of 'ioread32' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:32:21: note: expected 'void *' but argument is of type 'const void *' /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] Image Name: Linux-5.3.0-gd0e00bc5ada5 Created: Sat Sep 28 06:18:07 2019 Image Type: SuperH Linux Kernel Image (gzip compressed) Data Size: 4210424 Bytes = 4111.74 KiB = 4.02 MiB Load Address: 80001000 Entry Point: 80002000 Image arch/sh/boot/uImage is ready Completed OK # rm -rf /kisskb/build/linus_sh7785lcr_32bit_defconfig_sh4 # Build took: 0:01:08.621407