# git rev-parse -q --verify 899fbc33fd775b9dfa363db28f322272920a2196^{commit} 899fbc33fd775b9dfa363db28f322272920a2196 already have revision, skipping fetch # git checkout -q -f -B kisskb 899fbc33fd775b9dfa363db28f322272920a2196 # git clean -qxdf # < git log -1 # commit 899fbc33fd775b9dfa363db28f322272920a2196 # Merge: 2edd73a 9bd5196 # Author: Linus Torvalds # Date: Wed Aug 22 14:14:15 2018 -0700 # # Merge tag 'platform-drivers-x86-v4.19-1' of git://git.infradead.org/linux-platform-drivers-x86 # # Pull x86 platform driver updates from Andy Shevchenko: # # - The driver for Silead touchscreen configurations has been renamed # from silead_dmi to touchscreen_dmi since it starts supporting other # touchscreens which require some DMI quirks # # It also gets expanded to cover cases for Chuwi Vi10, ONDA V891W, # Connect Tablet 9, Onda V820w, and Cube KNote i1101 tablets. # # - Another bunch of changes is related to Mellanox platform code to # allow user space to communicate with Mellanox for system control and # monitoring purposes. The driver notifies user on hotplug device # signal receiving. # # - ASUS WMI drivers recognize lid flip action on UX360, and correctly # toggles airplane mode LED. In addition the keyboard backlight toggle # gets support. # # - ThinkPad ACPI driver enables support for calculator key (on at least # P52). It also has been fixed to support three characters model # designators, which are used for modern laptops. Earlier the battery, # marked as BAT1, on ThinkPad laptops has not been configured properly, # which is fixed. On the opposite the multi-battery configurations now # probed correctly. # # - Dell SMBIOS driver starts working on some Dell servers which do not # support token interface. The regression with backlight detection has # also been fixed. In order to support dock mode on some laptops, Intel # virtual button driver has been fixed. The last but not least is the # fix to Intel HID driver due to changes in Dell systems that prevented # to use power button. # # * tag 'platform-drivers-x86-v4.19-1' of git://git.infradead.org/linux-platform-drivers-x86: (47 commits) # platform/x86: acer-wmi: Silence "unsupported" message a bit # platform/x86: intel_punit_ipc: fix build errors # platform/x86: ideapad: Add Y520-15IKBM and Y720-15IKBM to no_hw_rfkill # platform/x86: asus-nb-wmi: Add keymap entry for lid flip action on UX360 # platform/x86: acer-wmi: refactor function has_cap # platform/x86: thinkpad_acpi: Fix multi-battery bug # platform/x86: thinkpad_acpi: extend battery quirk coverage # platform/x86: touchscreen_dmi: Add info for the Cube KNote i1101 tablet # platform/x86: mlx-platform: Fix copy-paste error in mlxplat_init() # platform/x86: mlx-platform: Remove unused define # platform/x86: mlx-platform: Change mlxreg-io configuration for MSN274x systems # Documentation/ABI: Add new attribute for mlxreg-io sysfs interfaces # platform/x86: mlx-platform: Allow mlxreg-io driver activation for more systems # platform/x86: mlx-platform: Add ASIC hotplug device configuration # platform/mellanox: mlxreg-hotplug: Add hotplug hwmon uevent notification # platform/mellanox: mlxreg-hotplug: Improve mechanism of ASIC health discovery # platform/x86: mlx-platform: Add mlxreg-fan platform driver activation # platform/x86: dell-laptop: Fix backlight detection # platform/x86: toshiba_acpi: Fix defined but not used build warnings # platform/x86: thinkpad_acpi: Support battery quirk # ... # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux-gcc --version # < git log --format=%s --max-count=1 899fbc33fd775b9dfa363db28f322272920a2196 # < make -s -j 8 ARCH=arm64 O=/kisskb/build/linus_arm64-defconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- defconfig # make -s -j 8 ARCH=arm64 O=/kisskb/build/linus_arm64-defconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- /kisskb/src/fs/ext4/super.c: In function '__save_error_info.isra.8': /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)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'devfreq_add_device.part.7', inlined from 'devfreq_add_device': /kisskb/src/drivers/devfreq/devfreq.c:593:2: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation] strncpy(devfreq->governor_name, governor_name, DEVFREQ_NAME_LEN); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvif/client.c: In function 'nvif_client_init': /kisskb/src/drivers/gpu/drm/nouveau/nvif/client.c:72:2: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] strncpy(args.name, name, sizeof(args.name)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/msm/msm_fence.c: In function 'msm_fence_context_alloc': /kisskb/src/drivers/gpu/drm/msm/msm_fence.c:34:2: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] strncpy(fctx->name, name, sizeof(fctx->name)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'nvme_init_subnqn.isra.19', inlined from 'nvme_init_subsystem' at /kisskb/src/drivers/nvme/host/core.c:2225:2, inlined from 'nvme_init_identify' at /kisskb/src/drivers/nvme/host/core.c:2372:9: /kisskb/src/drivers/nvme/host/core.c:2079:3: warning: 'strncpy' output may be truncated copying 223 bytes from a string of length 255 [-Wstringop-truncation] strncpy(subsys->subnqn, id->subnqn, NVMF_NQN_SIZE); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'brcmf_vndr_ie', inlined from 'brcmf_vif_set_mgmt_ie' at /kisskb/src/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c:4278:25: /kisskb/src/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c:4167:2: warning: 'strncpy' output truncated before terminating nul copying 3 bytes from a string of the same length [-Wstringop-truncation] strncpy(iebuf, add_del_cmd, VNDR_IE_CMD_LEN - 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'brcmf_vndr_ie', inlined from 'brcmf_vif_set_mgmt_ie' at /kisskb/src/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c:4315:25: /kisskb/src/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c:4167:2: warning: 'strncpy' output truncated before terminating nul copying 3 bytes from a string of the same length [-Wstringop-truncation] strncpy(iebuf, add_del_cmd, VNDR_IE_CMD_LEN - 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'qcom_glink_rx_close', inlined from 'qcom_glink_work' at /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1533:4: /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1459:3: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] strncpy(chinfo.name, channel->name, sizeof(chinfo.name)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'qcom_glink_rx_open', inlined from 'qcom_glink_work' at /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1530:4: /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1409:3: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] strncpy(rpdev->id.name, name, RPMSG_NAME_SIZE); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'qcom_smd_create_device.isra.2', inlined from 'qcom_channel_state_worker' at /kisskb/src/drivers/rpmsg/qcom_smd.c:1281:3: /kisskb/src/drivers/rpmsg/qcom_smd.c:1076:2: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] strncpy(rpdev->id.name, channel->name, RPMSG_NAME_SIZE); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rpmsg/qcom_smd.c: In function 'qcom_channel_state_worker': /kisskb/src/drivers/rpmsg/qcom_smd.c:1304:3: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] strncpy(chinfo.name, channel->name, sizeof(chinfo.name)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/hdmi.c: In function 'hdmi_spd_infoframe_init': /kisskb/src/drivers/video/hdmi.c:174:2: warning: 'strncpy' specified bound 8 equals destination size [-Wstringop-truncation] strncpy(frame->vendor, vendor, sizeof(frame->vendor)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/hdmi.c:175:2: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation] strncpy(frame->product, product, sizeof(frame->product)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'nvkm_udevice_info', inlined from 'nvkm_udevice_mthd' at /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/device/user.c:223:10: /kisskb/src/drivers/gpu/drm/nouveau/nvkm/engine/device/user.c:192:2: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation] strncpy(args->v0.chip, device->chip->name, sizeof(args->v0.chip)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_arm64-defconfig_arm64-gcc8 # Build took: 0:06:19.765359