# git rev-parse -q --verify d0e00bc5ada53bda296ce8bfffc2f2be9eb22632^{commit} d0e00bc5ada53bda296ce8bfffc2f2be9eb22632 already have revision, skipping fetch # git checkout -q -f -B kisskb d0e00bc5ada53bda296ce8bfffc2f2be9eb22632 # git clean -qxdf # < git log -1 # commit d0e00bc5ada53bda296ce8bfffc2f2be9eb22632 # Merge: 7bccb9f10c8f 0f84d1d18c46 # Author: Linus Torvalds # Date: Fri Sep 27 11:35:13 2019 -0700 # # Merge branch 'for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux # # Pull thermal management updates from Zhang Rui: # # - Add Amit Kucheria as thermal subsystem Reviewer (Amit Kucheria) # # - Fix a use after free bug when unregistering thermal zone devices (Ido # Schimmel) # # - Fix thermal core framework to use put_device() when device_register() # fails (Yue Hu) # # - Enable intel_pch_thermal and MMIO RAPL support for Intel Icelake # platform (Srinivas Pandruvada) # # - Add clock operations in qorip thermal driver, for some platforms with # clock control like i.MX8MQ (Anson Huang) # # - A couple of trivial fixes and cleanups for thermal core and different # soc thermal drivers (Amit Kucheria, Christophe JAILLET, Chuhong Yuan, # Fuqian Huang, Kelsey Skunberg, Nathan Huckleberry, Rishi Gupta, # Srinivas Kandagatla) # # * 'for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux: # MAINTAINERS: Add Amit Kucheria as reviewer for thermal # thermal: Add some error messages # thermal: Fix use-after-free when unregistering thermal zone device # thermal/drivers/core: Use put_device() if device_register() fails # thermal_hwmon: Sanitize thermal_zone type # thermal: intel: Use dev_get_drvdata # thermal: intel: int3403: replace printk(KERN_WARN...) with pr_warn(...) # thermal: intel: int340x_thermal: Remove unnecessary acpi_has_method() uses # thermal: int340x: processor_thermal: Add Ice Lake support # drivers: thermal: qcom: tsens: Fix memory leak from qfprom read # thermal: tegra: Fix a typo # thermal: rcar_gen3_thermal: Replace devm_add_action() followed by failure action with devm_add_action_or_reset() # thermal: armada: Fix -Wshift-negative-value # dt-bindings: thermal: qoriq: Add optional clocks property # thermal: qoriq: Use __maybe_unused instead of #if CONFIG_PM_SLEEP # thermal: qoriq: Use devm_platform_ioremap_resource() instead of of_iomap() # thermal: qoriq: Fix error path of calling qoriq_tmu_register_tmu_zone fail # thermal: qoriq: Add clock operations # drivers: thermal: processor_thermal_device: Export sysfs interface for TCC offset # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/hppa64-linux/bin/hppa64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/hppa64-linux/bin/hppa64-linux-ld --version # < git log --format=%s --max-count=1 d0e00bc5ada53bda296ce8bfffc2f2be9eb22632 # < make -s -j 48 ARCH=parisc O=/kisskb/build/linus_a500_defconfig_parisc64 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/hppa64-linux/bin/hppa64-linux- a500_defconfig # make -s -j 48 ARCH=parisc O=/kisskb/build/linus_a500_defconfig_parisc64 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/hppa64-linux/bin/hppa64-linux- In file included from /kisskb/src/arch/parisc/include/asm/atomic.h:10, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/arch/parisc/include/asm/bitops.h:13, from /kisskb/src/include/linux/bitops.h:19, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:51, from /kisskb/src/include/linux/seqlock.h:36, from /kisskb/src/include/linux/time.h:6, from /kisskb/src/fs/nfs/read.c:11: /kisskb/src/fs/nfs/read.c: In function 'nfs_read_completion': /kisskb/src/arch/parisc/include/asm/cmpxchg.h:48:3: warning: value computed is not used [-Wunused-value] ((__typeof__(*(ptr)))__xchg((unsigned long)(x), (ptr), sizeof(*(ptr)))) ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/nfs/read.c:196:5: note: in expansion of macro 'xchg' xchg(&nfs_req_openctx(req)->error, error); ^~~~ /kisskb/src/fs/nfs/read.c: In function 'nfs_readpage': /kisskb/src/arch/parisc/include/asm/cmpxchg.h:48:3: warning: value computed is not used [-Wunused-value] ((__typeof__(*(ptr)))__xchg((unsigned long)(x), (ptr), sizeof(*(ptr)))) ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/nfs/read.c:352:2: note: in expansion of macro 'xchg' xchg(&ctx->error, 0); ^~~~ In file included from /kisskb/src/arch/parisc/include/asm/atomic.h:10, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/arch/parisc/include/asm/bitops.h:13, from /kisskb/src/include/linux/bitops.h:19, from /kisskb/src/include/linux/kernel.h:12, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:9, from /kisskb/src/drivers/scsi/scsi_debug.c:18: /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_start_stop': /kisskb/src/arch/parisc/include/asm/cmpxchg.h:48:3: warning: value computed is not used [-Wunused-value] ((__typeof__(*(ptr)))__xchg((unsigned long)(x), (ptr), sizeof(*(ptr)))) /kisskb/src/arch/parisc/include/asm/atomic.h:78:30: note: in expansion of macro 'xchg' #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) ^~~~ /kisskb/src/drivers/scsi/scsi_debug.c:1618:2: note: in expansion of macro 'atomic_xchg' atomic_xchg(&devip->stopped, stop); ^~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_a500_defconfig_parisc64 # Build took: 0:01:19.345380