# git rev-parse -q --verify d01e12dd3f4227f1be5d7c5bffa7b8240787bec1^{commit} d01e12dd3f4227f1be5d7c5bffa7b8240787bec1 already have revision, skipping fetch # git checkout -q -f -B kisskb d01e12dd3f4227f1be5d7c5bffa7b8240787bec1 # git clean -qxdf # < git log -1 # commit d01e12dd3f4227f1be5d7c5bffa7b8240787bec1 # Merge: 9502f0d 84b64de # Author: Linus Torvalds # Date: Thu Aug 16 10:21:18 2018 -0700 # # Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal # # Pull thermal management updates from Eduardo Valentin: # # - rework tsens driver to add support for tsens-v2 (Amit Kucheria) # # - rework armada thermal driver to use syscon and multichannel support # (Miquel Raynal) # # - fixes to TI SoC, IMX, Exynos, RCar, and hwmon drivers # # * 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal: (34 commits) # thermal: armada: fix copy-paste error in armada_thermal_probe() # thermal: rcar_thermal: avoid NULL dereference in absence of IRQ resources # thermal: samsung: Remove Exynos5440 clock handling left-overs # thermal: tsens: Fix negative temperature reporting # thermal: tsens: switch from of_iomap() to devm_ioremap_resource() # thermal: tsens: Rename variable # thermal: tsens: Add generic support for TSENS v2 IP # thermal: tsens: Rename tsens-8996 to tsens-v2 for reuse # thermal: tsens: Add support to split up register address space into two # dt: thermal: tsens: Document the fallback DT property for v2 of TSENS IP # thermal: tsens: Get rid of unused fields in structure # thermal_hwmon: Pass the originating device down to hwmon_device_register_with_info # thermal_hwmon: Sanitize attribute name passed to hwmon # dt-bindings: thermal: armada: add reference to new bindings # dt-bindings: cp110: add the thermal node in the syscon file # dt-bindings: cp110: update documentation since DT de-duplication # dt-bindings: ap806: add the thermal node in the syscon file # dt-bindings: cp110: prepare the syscon file to list other syscons nodes # dt-bindings: ap806: prepare the syscon file to list other syscons nodes # dt-bindings: cp110: rename cp110 syscon file # ... # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-gcc --version # < git log --format=%s --max-count=1 d01e12dd3f4227f1be5d7c5bffa7b8240787bec1 # < make -s -j 120 ARCH=nds32 O=/kisskb/build/linus_nds32-defconfig_nds32le CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux- defconfig # make -s -j 120 ARCH=nds32 O=/kisskb/build/linus_nds32-defconfig_nds32le CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux- In function 'kernfs_get_target_path', inlined from 'kernfs_getlink.isra.0' at /kisskb/src/fs/kernfs/symlink.c:118:10, inlined from 'kernfs_iop_get_link' at /kisskb/src/fs/kernfs/symlink.c:136:10: /kisskb/src/fs/kernfs/symlink.c:100:3: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] strncpy(s + len, kn->name, slen); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/kernfs/symlink.c: In function 'kernfs_iop_get_link': /kisskb/src/fs/kernfs/symlink.c:97:14: note: length computed here int slen = strlen(kn->name); ^~~~~~~~~~~~~~~~ In function 'fill_kobj_path', inlined from 'kobject_get_path' at /kisskb/src/lib/kobject.c:174:2: /kisskb/src/lib/kobject.c:147:3: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] strncpy(path + length, kobject_name(parent), cur); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kobject.c: In function 'kobject_get_path': /kisskb/src/lib/kobject.c:144:13: note: length computed here int cur = strlen(kobject_name(parent)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__save_error_info.isra.5': /kisskb/src/fs/ext4/super.c:344:2: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] strncpy(es->s_last_error_func, func, sizeof(es->s_last_error_func)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c:349:3: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] strncpy(es->s_first_error_func, func, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sizeof(es->s_first_error_func)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_nds32-defconfig_nds32le # Build took: 0:00:35.991442