# git rev-parse -q --verify 19785cf93b6c4252981894394f2dbd35c5e5d1ec^{commit} 19785cf93b6c4252981894394f2dbd35c5e5d1ec already have revision, skipping fetch # git checkout -q -f -B kisskb 19785cf93b6c4252981894394f2dbd35c5e5d1ec # git clean -qxdf # < git log -1 # commit 19785cf93b6c4252981894394f2dbd35c5e5d1ec # Merge: 98db5e5 6d7c70d # Author: Linus Torvalds # Date: Tue Jun 12 13:23:51 2018 -0700 # # Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal # # Pull thermal SoC updates from Zhang Rui: # "Thermal SoC management updates: # # - imx thermal driver now supports i.MX7 thermal sensor (Anson Huang) # # - exynos thermal driver dropped support for exynos 5440 (Krzysztof # Kozlowski) # # - rcar_thermal now supports r8a77995 (Yoshihiro Kaneko) # # - rcar_gen3_thermal now supports r8a77965 (Niklas Söderlund) # # - qcom-spmi-temp-alarm now supports GEN2 PMIC peripherals (David # Collins) # # - uniphier thermal now supports UniPhier PXs3 (Kunihiko Hayashi) # # - mediatek thermal now supports MT7622 SoC (Sean Wang) # # - considerable refactoring of exynos driver (Bartlomiej # Zolnierkiewicz) # # - small fixes all over the place on different drivers" # # * 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal: (50 commits) # thermal: qcom: tsens: Allow number of sensors to come from DT # thermal: tegra: soctherm: add const to struct thermal_cooling_device_ops # thermal: exynos: Reduce severity of too early temperature read # thermal: imx: Switch to SPDX identifier # thermal: qcom-spmi-temp-alarm: add support for GEN2 PMIC peripherals # thermal: ti-soc-thermal: fix incorrect entry in omap5430_adc_to_temp[] # thermal: rcar_thermal: add r8a77995 support # dt-bindings: thermal: rcar-thermal: add R8A77995 support # thermal: mediatek: use of_device_get_match_data() # thermal: exynos: remove trip reporting to user-space # thermal: exynos: remove unused defines for Exynos5433 # thermal: exynos: cleanup code for enabling threshold interrupts # thermal: exynos: check return values of ->get_trip_[temp, hyst] methods # thermal: exynos: move trips setting to exynos_tmu_initialize() # thermal: exynos: set trips in ascending order in exynos7_tmu_initialize() # thermal: exynos: do not use trips structure directly in ->tmu_initialize # thermal: exynos: add exynos*_tmu_set_[trip,hyst]() helpers # thermal: exynos: move IRQs clearing to exynos_tmu_initialize() # thermal: exynos: clear IRQs later in exynos4412_tmu_initialize() # thermal: exynos: make ->tmu_initialize method void # ... # < /opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux-gcc --version # < git log --format=%s --max-count=1 19785cf93b6c4252981894394f2dbd35c5e5d1ec # < make -s -j 48 ARCH=sparc O=/kisskb/build/linus_sparc-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- allmodconfig # Added to kconfig CONFIG_64BIT=n # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_HAVE_FTRACE_MCOUNT_RECORD=n # Added to kconfig CONFIG_SAMPLES=n # Added to kconfig CONFIG_MODULE_SIG=n # yes \n | make -s -j 48 ARCH=sparc O=/kisskb/build/linus_sparc-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- oldconfig yes: standard output: Broken pipe yes: write error # make -s -j 48 ARCH=sparc O=/kisskb/build/linus_sparc-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- :1332:2: warning: #warning syscall io_pgetevents not implemented [-Wcpp] :1335:2: warning: #warning syscall rseq not implemented [-Wcpp] In file included from /kisskb/src/arch/sparc/include/asm/cacheflush.h:11:0, from /kisskb/src/drivers/android/binder.c:54: /kisskb/src/arch/sparc/include/asm/cacheflush_32.h:40:37: warning: 'struct page' declared inside parameter list void sparc_flush_page_to_ram(struct page *page); ^ /kisskb/src/arch/sparc/include/asm/cacheflush_32.h:40:37: warning: its scope is only this definition or declaration, which is probably not what you want In file included from /kisskb/src/arch/sparc/include/asm/cacheflush.h:11:0, from /kisskb/src/drivers/android/binder_alloc.c:20: /kisskb/src/arch/sparc/include/asm/cacheflush_32.h:40:37: warning: 'struct page' declared inside parameter list void sparc_flush_page_to_ram(struct page *page); ^ /kisskb/src/arch/sparc/include/asm/cacheflush_32.h:40:37: warning: its scope is only this definition or declaration, which is probably not what you want /kisskb/src/drivers/ata/pata_ali.c: In function 'ali_init_chipset': /kisskb/src/drivers/ata/pata_ali.c:469:38: error: implicit declaration of function 'pci_domain_nr' [-Werror=implicit-function-declaration] north = pci_get_domain_bus_and_slot(pci_domain_nr(pdev->bus), 0, ^ cc1: some warnings being treated as errors /kisskb/src/scripts/Makefile.build:323: recipe for target 'drivers/ata/pata_ali.o' failed make[3]: *** [drivers/ata/pata_ali.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/scripts/Makefile.build:558: recipe for target 'drivers/ata' failed make[2]: *** [drivers/ata] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_unseal_trusted': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:730:2: warning: 'blob_handle' may be used uninitialized in this function [-Wmaybe-uninitialized] tpm2_flush_context_cmd(chip, blob_handle, TPM_TRANSMIT_UNLOCKED); ^ /opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux-ld: sparc:v9 architecture of input file `net/bpfilter/bpfilter_umh.o' is incompatible with sparc output /kisskb/src/scripts/Makefile.build:530: recipe for target 'net/bpfilter/bpfilter.o' failed make[3]: *** [net/bpfilter/bpfilter.o] Error 1 /kisskb/src/scripts/Makefile.build:558: recipe for target 'net/bpfilter' failed make[2]: *** [net/bpfilter] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/Makefile:1072: recipe for target 'drivers' failed make[1]: *** [drivers] Error 2 make[1]: *** Waiting for unfinished jobs.... /kisskb/src/Makefile:1072: recipe for target 'net' failed make[1]: *** [net] Error 2 In file included from /kisskb/src/arch/sparc/include/asm/cmpxchg.h:7:0, from /kisskb/src/arch/sparc/include/asm/atomic_32.h:17, from /kisskb/src/arch/sparc/include/asm/atomic.h:7, from /kisskb/src/include/linux/atomic.h:5, from /kisskb/src/arch/sparc/include/asm/smp_32.h:25, from /kisskb/src/arch/sparc/include/asm/smp.h:7, from /kisskb/src/arch/sparc/include/asm/switch_to_32.h:5, from /kisskb/src/arch/sparc/include/asm/switch_to.h:7, from /kisskb/src/arch/sparc/include/asm/ptrace.h:120, from /kisskb/src/arch/sparc/include/asm/thread_info_32.h:19, from /kisskb/src/arch/sparc/include/asm/thread_info.h:7, from /kisskb/src/include/linux/thread_info.h:38, from /kisskb/src/include/asm-generic/preempt.h:5, from ./arch/sparc/include/generated/asm/preempt.h:1, from /kisskb/src/include/linux/preempt.h:81, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/wait.h:9, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/ocfs2/file.c:27: /kisskb/src/fs/ocfs2/file.c: In function 'ocfs2_file_write_iter': /kisskb/src/arch/sparc/include/asm/cmpxchg_32.h:28:22: warning: value computed is not used [-Wunused-value] #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) ^ /kisskb/src/fs/ocfs2/file.c:2386:3: note: in expansion of macro 'xchg' xchg(&iocb->ki_complete, saved_ki_complete); ^ Makefile:146: recipe for target 'sub-make' failed make: *** [sub-make] Error 2 Command 'make -s -j 48 ARCH=sparc O=/kisskb/build/linus_sparc-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_sparc-allmodconfig_sparc64 # Build took: 0:02:30.526588