# git rev-parse -q --verify a455eda33faafcaac1effb31d682765b14ef868c^{commit} a455eda33faafcaac1effb31d682765b14ef868c already have revision, skipping fetch # git checkout -q -f -B kisskb a455eda33faafcaac1effb31d682765b14ef868c # git clean -qxdf # < git log -1 # commit a455eda33faafcaac1effb31d682765b14ef868c # Merge: cc7ce90153e7 37bcec5d9f71 # Author: Linus Torvalds # Date: Thu May 16 07:56:57 2019 -0700 # # Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal # # Pull thermal soc updates from Eduardo Valentin: # # - thermal core has a new devm_* API for registering cooling devices. I # took the entire series, that is why you see changes on drivers/hwmon # in this pull (Guenter Roeck) # # - rockchip thermal driver gains support to PX30 SoC (Elaine Zhang) # # - the generic-adc thermal driver now considers the lookup table DT # property as optional (Jean-Francois Dagenais) # # - Refactoring of tsens thermal driver (Amit Kucheria) # # - Cleanups on cpu cooling driver (Daniel Lezcano) # # - broadcom thermal driver dropped support to ACPI (Srinath Mannam) # # - tegra thermal driver gains support to OC hw throttle and GPU throtle # (Wei Ni) # # - Fixes in several thermal drivers. # # * 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal: (59 commits) # hwmon: (pwm-fan) Use devm_thermal_of_cooling_device_register # hwmon: (npcm750-pwm-fan) Use devm_thermal_of_cooling_device_register # hwmon: (mlxreg-fan) Use devm_thermal_of_cooling_device_register # hwmon: (gpio-fan) Use devm_thermal_of_cooling_device_register # hwmon: (aspeed-pwm-tacho) Use devm_thermal_of_cooling_device_register # thermal: rcar_gen3_thermal: Fix to show correct trip points number # thermal: rcar_thermal: update calculation formula for R-Car Gen3 SoCs # thermal: cpu_cooling: Actually trace CPU load in thermal_power_cpu_get_power # thermal: rockchip: Support the PX30 SoC in thermal driver # dt-bindings: rockchip-thermal: Support the PX30 SoC compatible # thermal: rockchip: fix up the tsadc pinctrl setting error # thermal: broadcom: Remove ACPI support # thermal: Fix build error of missing devm_ioremap_resource on UM # thermal/drivers/cpu_cooling: Remove pointless field # thermal/drivers/cpu_cooling: Add Software Package Data Exchange (SPDX) # thermal/drivers/cpu_cooling: Fixup the header and copyright # thermal/drivers/cpu_cooling: Remove pointless test in power2state() # thermal: rcar_gen3_thermal: disable interrupt in .remove # thermal: rcar_gen3_thermal: fix interrupt type # thermal: Introduce devm_thermal_of_cooling_device_register # ... # < /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 a455eda33faafcaac1effb31d682765b14ef868c # < make -s -j 24 ARCH=sh O=/kisskb/build/linus_ecovec24_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- ecovec24_defconfig # make -s -j 24 ARCH=sh O=/kisskb/build/linus_ecovec24_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1388:2: warning: #warning syscall open_tree not implemented [-Wcpp] :1391:2: warning: #warning syscall move_mount not implemented [-Wcpp] :1394:2: warning: #warning syscall fsopen not implemented [-Wcpp] :1397:2: warning: #warning syscall fsconfig not implemented [-Wcpp] :1400:2: warning: #warning syscall fsmount not implemented [-Wcpp] :1403:2: warning: #warning syscall fspick 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/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2589: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:1850:6: warning: 'ret' 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:193:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /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/net/ipv4/ip_output.c: In function '__ip_append_data': /kisskb/src/include/linux/skbuff.h:1406:6: warning: 'extra_uref' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/ipv4/ip_output.c:880:14: note: 'extra_uref' was declared here /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c: In function 'sh_mobile_i2c_isr': /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c:399:26: warning: 'data' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/i2c/busses/i2c-sh_mobile.c:372:16: note: 'data' 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:331:21: note: 'pdeo' was declared here /kisskb/src/net/ipv4/fib_semantics.c: In function 'fib_create_info': /kisskb/src/net/ipv4/fib_semantics.c:1027:12: warning: 'err' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/ipv4/fib_semantics.c:971:6: note: 'err' 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 *' Kernel: arch/sh/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_ecovec24_defconfig_sh4 # Build took: 0:00:50.348025