# git rev-parse -q --verify c1dbe9a1c86da098a29dcdca1a67b65e2de7ec3a^{commit} c1dbe9a1c86da098a29dcdca1a67b65e2de7ec3a already have revision, skipping fetch # git checkout -q -f -B kisskb c1dbe9a1c86da098a29dcdca1a67b65e2de7ec3a # git clean -qxdf # < git log -1 # commit c1dbe9a1c86da098a29dcdca1a67b65e2de7ec3a # Merge: a771ea6413c0 da9d01794e31 # Author: Linus Torvalds # Date: Tue Aug 2 11:27:53 2022 -0700 # # Merge tag 'thermal-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm # # Pull thermal control updates from Rafael Wysocki: # "These start a rework of the handling of trip points in the thermal # core, improve the cpufreq/devfreq cooling device handling, update some # thermal control drivers and the tmon utility and clean up code. # # Specifics: # # - Consolidate the thermal core code by beginning to move the thermal # trip structure from the thermal OF code as a generic structure to # be used by the different sensors when registering a thermal zone # (Daniel Lezcano). # # - Make per cpufreq / devfreq cooling device ops instead of using a # global variable, fix comments and rework the trace information # (Lukasz Luba). # # - Add the include/dt-bindings/thermal.h under the area covered by the # thermal maintainer in the MAINTAINERS file (Lukas Bulwahn). # # - Improve the error output by giving the sensor identification when a # thermal zone failed to initialize, the DT bindings by changing the # positive logic and adding the r8a779f0 support on the rcar3 # (Wolfram Sang). # # - Convert the QCom tsens DT binding to the dtsformat format # (Krzysztof Kozlowski). # # - Remove the pointless get_trend() function in the QCom, Ux500 and # tegra thermal drivers, along with the unused DROP_FULL and # RAISE_FULL trends definitions. Simplify the code by using clamp() # macros (Daniel Lezcano). # # - Fix ref_table memory leak at probe time on the k3_j72xx bandgap # (Bryan Brattlof). # # - Fix array underflow in prep_lookup_table (Dan Carpenter). # # - Add static annotation to the k3_j72xx_bandgap_j7* data structure # (Jin Xiaoyun). # # - Fix typos in comments detected on sun8i by Coccinelle (Julia # Lawall). # # - Fix typos in comments on rzg2l (Biju Das). # # - Remove as unnecessary call to dev_err() as the error is already # printed by the failing function on u8500 (Yang Li). # # - Register the thermal zones as hwmon sensors for the Qcom thermal # sensors (Dmitry Baryshkov). # # - Fix 'tmon' tool compilation issue by adding phtread.h include # (Markus Mayer). # # - Fix typo in the comments for the 'tmon' tool (Slark Xiao). # # - Make the thermal core use ida_alloc()/free() directly instead of # ida_simple_get()/ida_simple_remove() that have been deprecated # (keliu). # # - Drop ACPI_FADT_LOW_POWER_S0 check from the Intel PCH thermal # control driver (Rafael Wysocki)" # # * tag 'thermal-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: (39 commits) # thermal/of: Initialize trip points separately # thermal/of: Use thermal trips stored in the thermal zone # thermal/core: Add thermal_trip in thermal_zone # thermal/core: Rename 'trips' to 'num_trips' # thermal/core: Move thermal_set_delay_jiffies to static # thermal/core: Remove unneeded EXPORT_SYMBOLS # thermal/of: Move thermal_trip structure to thermal.h # thermal/of: Remove the device node pointer for thermal_trip # thermal/of: Replace device node match with device node search # thermal/core: Remove duplicate information when an error occurs # thermal/core: Avoid calling ->get_trip_temp() unnecessarily # thermal/tools/tmon: Fix typo 'the the' in comment # thermal/tools/tmon: Include pthread and time headers in tmon.h # thermal/ti-soc-thermal: Fix comment typo # thermal/drivers/qcom/spmi-adc-tm5: Register thermal zones as hwmon sensors # thermal/drivers/qcom/temp-alarm: Register thermal zones as hwmon sensors # thermal/drivers/u8500: Remove unnecessary print function dev_err() # thermal/drivers/rzg2l: Fix comments # thermal/drivers/sun8i: Fix typo in comment # thermal/drivers/k3_j72xx_bandgap: Make k3_j72xx_bandgap_j721e_data and k3_j72xx_bandgap_j7200_data static # ... # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 c1dbe9a1c86da098a29dcdca1a67b65e2de7ec3a # < make -s -j 32 ARCH=um O=/kisskb/build/linus_um-allmodconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 allmodconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_KCOV=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 # Added to kconfig CONFIG_GCC_PLUGIN_STRUCTLEAK=n # Added to kconfig CONFIG_GCC_PLUGIN_RANDSTRUCT=n # Added to kconfig CONFIG_UML_NET=n # Added to kconfig CONFIG_UML_NET_ETHERTAP=n # Added to kconfig CONFIG_UML_NET_TUNTAP=n # Added to kconfig CONFIG_UML_NET_SLIP=n # Added to kconfig CONFIG_UML_NET_DAEMON=n # Added to kconfig CONFIG_UML_NET_VDE=n # Added to kconfig CONFIG_UML_NET_MCAST=n # Added to kconfig CONFIG_UML_NET_PCAP=n # Added to kconfig CONFIG_UML_NET_SLIRP=n # Added to kconfig CONFIG_GCOV_KERNEL=n # Added to kconfig CONFIG_DEBUG_INFO_BTF=n # Added to kconfig CONFIG_BPF_PRELOAD=n # < make -s -j 32 ARCH=um O=/kisskb/build/linus_um-allmodconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 help # make -s -j 32 ARCH=um O=/kisskb/build/linus_um-allmodconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 olddefconfig .config:12375:warning: override: reassigning to symbol GCC_PLUGIN_SANCOV .config:12380:warning: override: reassigning to symbol UML_NET_ETHERTAP .config:12382:warning: override: reassigning to symbol UML_NET_SLIP .config:12385:warning: override: reassigning to symbol UML_NET_MCAST .config:12387:warning: override: reassigning to symbol UML_NET_SLIRP # make -s -j 32 ARCH=um O=/kisskb/build/linus_um-allmodconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 In file included from /kisskb/src/arch/x86/um/asm/processor.h:41:0, from /kisskb/src/include/linux/mutex.h:19, from /kisskb/src/include/linux/kernfs.h:11, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/pci.h:35, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_topology.c:26: /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_topology.c: In function 'kfd_cpumask_to_apic_id': /kisskb/src/arch/um/include/asm/processor-generic.h:103:18: error: called object is not a function or function pointer #define cpu_data (&boot_cpu_data) ^ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_topology.c:1610:9: note: in expansion of macro 'cpu_data' return cpu_data(first_cpu_of_numa_node).apicid; ^ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_topology.c:1614:1: error: control reaches end of non-void function [-Werror=return-type] } ^ cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:249: drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_topology.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:466: drivers/gpu/drm/amd/amdgpu] Error 2 make[4]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/infiniband/sw/rdmavt/qp.c: In function 'rvt_wss_llc_size': /kisskb/src/drivers/infiniband/sw/rdmavt/qp.c:88:22: error: 'struct cpuinfo_um' has no member named 'x86_cache_size' return boot_cpu_data.x86_cache_size; ^ /kisskb/src/drivers/infiniband/sw/rdmavt/qp.c: In function 'cacheless_memcpy': /kisskb/src/drivers/infiniband/sw/rdmavt/qp.c:100:2: error: implicit declaration of function '__copy_user_nocache' [-Werror=implicit-function-declaration] __copy_user_nocache(dst, (void __user *)src, n, 0); ^ /kisskb/src/drivers/infiniband/sw/rdmavt/qp.c: In function 'rvt_wss_llc_size': /kisskb/src/drivers/infiniband/sw/rdmavt/qp.c:89:1: error: control reaches end of non-void function [-Werror=return-type] } ^ cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:249: drivers/infiniband/sw/rdmavt/qp.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:466: drivers/infiniband/sw/rdmavt] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:466: drivers/infiniband/sw] Error 2 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/infiniband/hw/qib/qib_wc_x86_64.c: In function 'qib_unordered_wc': /kisskb/src/drivers/infiniband/hw/qib/qib_wc_x86_64.c:149:22: error: 'struct cpuinfo_um' has no member named 'x86_vendor' return boot_cpu_data.x86_vendor != X86_VENDOR_AMD; ^ /kisskb/src/drivers/infiniband/hw/qib/qib_wc_x86_64.c:149:37: error: 'X86_VENDOR_AMD' undeclared (first use in this function) return boot_cpu_data.x86_vendor != X86_VENDOR_AMD; ^ /kisskb/src/drivers/infiniband/hw/qib/qib_wc_x86_64.c:149:37: note: each undeclared identifier is reported only once for each function it appears in /kisskb/src/drivers/infiniband/hw/qib/qib_wc_x86_64.c:150:1: error: control reaches end of non-void function [-Werror=return-type] } ^ cc1: all warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:249: drivers/infiniband/hw/qib/qib_wc_x86_64.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:466: drivers/infiniband/hw/qib] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:466: drivers/infiniband/hw] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:466: drivers/infiniband] Error 2 make[2]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:466: drivers/gpu/drm] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:466: drivers/gpu] Error 2 make[1]: *** [/kisskb/src/Makefile:1843: drivers] Error 2 make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 32 ARCH=um O=/kisskb/build/linus_um-allmodconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_um-allmodconfig_um-x86_64 # Build took: 0:10:00.742615