# git rev-parse -q --verify 34183ddd13dbfa859c4b68d16a30aad2cce72b11^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log. Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. # git rev-parse -q --verify 34183ddd13dbfa859c4b68d16a30aad2cce72b11^{commit} 34183ddd13dbfa859c4b68d16a30aad2cce72b11 # git checkout -q -f -B kisskb 34183ddd13dbfa859c4b68d16a30aad2cce72b11 # git clean -qxdf # < git log -1 # commit 34183ddd13dbfa859c4b68d16a30aad2cce72b11 # Merge: 8645f09bad14 11700fcb90b4 # Author: Linus Torvalds # Date: Tue Apr 7 20:00:16 2020 -0700 # # Merge tag 'thermal-v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux # # Pull thermal updates from Daniel Lezcano: # # - Convert tsens configuration DT binding to yaml (Rajeshwari) # # - Add interrupt support on the rcar sensor (Niklas Söderlund) # # - Add a new Spreadtrum thermal driver (Baolin Wang) # # - Add thermal binding for the fsl scu board, a new API to retrieve the # sensor id bound to the thermal zone and i.MX system controller sensor # (Anson Huang)) # # - Remove warning log when a deferred probe is requested on Exynos # (Marek Szyprowski) # # - Add the thermal monitoring unit support for imx8mm with its DT # bindings (Anson Huang) # # - Rephrase the Kconfig text for clarity (Linus Walleij) # # - Use the gpio descriptor for the ti-soc-thermal (Linus Walleij) # # - Align msg structure to 4 bytes for i.MX SC, fix the Kconfig # dependency, add the __may_be unused annotation for PM functions and # the COMPILE_TEST option for imx8mm (Anson Huang) # # - Fix a dependency on regmap in Kconfig for qoriq (Yuantian Tang) # # - Add DT binding and support for the rcar gen3 r8a77961 and improve the # error path on the rcar init function (Niklas Söderlund) # # - Cleanup and improvements for the tsens Qcom sensor (Amit Kucheria) # # - Improve code by removing lock and caching values in the rcar thermal # sensor (Niklas Söderlund) # # - Cleanup in the qoriq drivers and add a call to # imx_thermal_unregister_legacy_cooling in the removal function (Anson # Huang) # # - Remove redundant 'maxItems' in tsens and sprd DT bindings (Rob # Herring) # # - Change the thermal DT bindings by making the cooling-maps optional # (Yuantian Tang) # # - Add Tiger Lake support (Sumeet Pawnikar) # # - Use scnprintf() for avoiding potential buffer overflow (Takashi Iwai) # # - Make pkg_temp_lock a raw_spinlock_t(Clark Williams) # # - Fix incorrect data types by changing them to signed on i.MX SC (Anson # Huang) # # - Replace zero-length array with flexible-array member (Gustavo A. R. # Silva) # # - Add support for i.MX8MP in the driver and in the DT bindings (Anson # Huang) # # - Fix return value of the cpufreq_set_cur_state() function (Willy # Wolff) # # - Remove abusing and scary WARN_ON in the cpufreq cooling device # (Daniel Lezcano) # # - Fix build warning of incorrect argument type reported by sparse on # imx8mm (Anson Huang) # # - Fix stub for the devfreq cooling device (Martin Blumenstingl) # # - Fix cpu idle cooling documentation (Sergey Vidishev) # # * tag 'thermal-v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux: (52 commits) # Documentation: cpu-idle-cooling: Fix diagram for 33% duty cycle # thermal: devfreq_cooling: inline all stubs for CONFIG_DEVFREQ_THERMAL=n # thermal: imx8mm: Fix build warning of incorrect argument type # thermal/drivers/cpufreq_cooling: Remove abusing WARN_ON # thermal/drivers/cpufreq_cooling: Fix return of cpufreq_set_cur_state # thermal: imx8mm: Add i.MX8MP support # dt-bindings: thermal: imx8mm-thermal: Add support for i.MX8MP # thermal: qcom: tsens.h: Replace zero-length array with flexible-array member # thermal: imx_sc_thermal: Fix incorrect data type # thermal: int340x_thermal: Use scnprintf() for avoiding potential buffer overflow # thermal: int340x: processor_thermal: Add Tiger Lake support # thermal/x86_pkg_temp: Make pkg_temp_lock a raw_spinlock_t # dt-bindings: thermal: make cooling-maps property optional # dt-bindings: thermal: qcom-tsens: Remove redundant 'maxItems' # dt-bindings: thermal: sprd: Remove redundant 'maxItems' # thermal: imx: Calling imx_thermal_unregister_legacy_cooling() in .remove # thermal: qoriq: Sort includes alphabetically # thermal: qoriq: Use devm_add_action_or_reset() to handle all cleanups # thermal: rcar_thermal: Remove lock in rcar_thermal_get_current_temp() # thermal: rcar_thermal: Do not store ctemp in rcar_thermal_priv # ... # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 34183ddd13dbfa859c4b68d16a30aad2cce72b11 # < make -s -j 8 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- randconfig KCONFIG_SEED=0x5A99481E # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_CC_STACKPROTECTOR_STRONG=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # < make -s -j 8 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 8 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig .config:4295:warning: override: reassigning to symbol STANDALONE # make -s -j 8 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- Completed OK # rm -rf /kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 # Build took: 0:03:46.000645