# 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/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 a455eda33faafcaac1effb31d682765b14ef868c # < make -s -j 120 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- randconfig KCONFIG_SEED=0xD20DB1BD # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # yes \n | make -s -j 120 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- oldconfig yes: standard output: Broken pipe # make -s -j 120 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- arch/arm64/Makefile:27: ld does not support --fix-cortex-a53-843419; kernel may be susceptible to erratum arch/arm64/Makefile:27: ld does not support --fix-cortex-a53-843419; kernel may be susceptible to erratum :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/drivers/hwtracing/intel_th/msu.c: In function 'msc_buffer_win_alloc': /kisskb/src/drivers/hwtracing/intel_th/msu.c:783:21: warning: unused variable 'i' [-Wunused-variable] int ret = -ENOMEM, i; ^ /kisskb/src/drivers/hwtracing/intel_th/msu.c: In function 'msc_buffer_win_free': /kisskb/src/drivers/hwtracing/intel_th/msu.c:863:6: warning: unused variable 'i' [-Wunused-variable] int i; ^ In file included from /kisskb/src/include/linux/rwsem.h:16:0, from /kisskb/src/include/linux/notifier.h:15, from /kisskb/src/include/linux/clk.h:17, from /kisskb/src/drivers/tty/serial/sh-sci.c:24: /kisskb/src/drivers/tty/serial/sh-sci.c: In function 'sci_dma_rx_submit': /kisskb/src/include/linux/spinlock.h:288:3: warning: 'flags' may be used uninitialized in this function [-Wmaybe-uninitialized] _raw_spin_unlock_irqrestore(lock, flags); \ ^ /kisskb/src/drivers/tty/serial/sh-sci.c:1353:16: note: 'flags' was declared here unsigned long flags; ^ /kisskb/src/drivers/gpu/drm/amd/amdgpu/soc15.c: In function 'soc15_set_ip_blocks': /kisskb/src/drivers/gpu/drm/amd/amdgpu/soc15.c:630:3: warning: #warning "Enable CONFIG_DRM_AMD_DC for display support on SOC15." [-Wcpp] # warning "Enable CONFIG_DRM_AMD_DC for display support on SOC15." ^ /kisskb/src/drivers/gpu/drm/amd/amdgpu/soc15.c:652:3: warning: #warning "Enable CONFIG_DRM_AMD_DC for display support on SOC15." [-Wcpp] # warning "Enable CONFIG_DRM_AMD_DC for display support on SOC15." ^ fs/ubifs/dir.o: In function `ubifs_unlink': /kisskb/src/fs/ubifs/dir.c:797: undefined reference to `ubifs_purge_xattrs' fs/ubifs/dir.o: In function `do_rename': /kisskb/src/fs/ubifs/dir.c:1294: undefined reference to `ubifs_purge_xattrs' fs/ubifs/dir.o: In function `ubifs_rmdir': /kisskb/src/fs/ubifs/dir.c:905: undefined reference to `ubifs_purge_xattrs' fs/ubifs/dir.o:(.debug_addr+0x1438): undefined reference to `ubifs_purge_xattrs' make[1]: *** [/kisskb/src/Makefile:1054: vmlinux] Error 1 make: *** [Makefile:179: sub-make] Error 2 Command 'make -s -j 120 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 # Build took: 0:01:06.827708