Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp13327985ybl; Sun, 29 Dec 2019 09:24:08 -0800 (PST) X-Google-Smtp-Source: APXvYqw+dq1EtkNzC4xG3iiyeKuY9cONevv3+eg4bSi4K1it8puY8q+p689pUnheuSXMgQmfU5uV X-Received: by 2002:a05:6830:3050:: with SMTP id p16mr24585000otr.301.1577640248277; Sun, 29 Dec 2019 09:24:08 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1577640248; cv=none; d=google.com; s=arc-20160816; b=cQ4wRsRJvFaVGdTPFhZ70ZLhE5BzRXkwRDWP+8AGG4tuS/hvcyNlnsW8F6GQjuhWHN vufbK1U5JYcxOxkwm8f+FofktZm6rSffgVtYHnKHFuklQsZPSeQJbXLT+8MiidnBLfyT N4QkcxvrYUPbQj74DXjzustj9Qho/NyERV05V8MnlDxUcFjfVrl9bSgItpQrYaCxGh88 ci2SoOzmL8EObOMYZ/EEC/mLb4Hn1uWjaIKAs/xro0A1rk2i1jKfgZaGQVFVdtOuJsq7 qu/45AeN7qaQW6hSvqni0iNjXOAC7tnNOCbqZVUiTBm0wkc63tfmN/CdZwvXld+AUN7z T7Gw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:user-agent :mime-version:message-id:date:subject:cc:to:from:dkim-signature; bh=EqQRgciLfz2KoX0cIzPCJ6TrAK3w16pm9GKXYnqkCwg=; b=tUJDmJRtyKSvB3K9ZYMRnz0rmcazkvXOY9l9kSIvet9CpMg+xVDm4tkdqlyro6Ahfx hu8jICmrpxnF+6rzF2TZvCc6329IjcXnpzHJ36/PL8JXbX5d/S7T4uNP/IyL9c1Dvu05 t/uUi+orBTUFsAAHsmlgaz8n0eK7CA8WDLw+n9gzNEcXBPTu1QFbh4cfIOV8u4HnhEc4 RMeREmvVX5sujihTwbN+pzyQWq4tksYj4Owns2kG7Ex6XH7Td0ycxvRDoj4Ehk2MpBnM +2oRgC6b42h6VymnejZnT2NVGEUfIkHRsP9TKkQ7P/qA7uM/IiiUp7ioQlqqXYge2l5h WRNg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=aZKDuAsP; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l84si19287754oig.5.2019.12.29.09.23.57; Sun, 29 Dec 2019 09:24:08 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=aZKDuAsP; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727429AbfL2RWu (ORCPT + 99 others); Sun, 29 Dec 2019 12:22:50 -0500 Received: from mail.kernel.org ([198.145.29.99]:39534 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726871AbfL2RWs (ORCPT ); Sun, 29 Dec 2019 12:22:48 -0500 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 22E5E208E4; Sun, 29 Dec 2019 17:22:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1577640165; bh=hjVDHUHbxVSURojlHGXed8Dh9u+D0dreEkKFLymr2IA=; h=From:To:Cc:Subject:Date:From; b=aZKDuAsPRHhhSt3qPKIq9q5gzUJmBcPQGY4QU9NVu9Pmq+yKBRgtMe0bT+3k46Gih DrCiqoLSuaLPsYrKT4EaR0rziSLnHUrA56auHjw8EtVmrwsUy6LGWAisuGQMRCqmtR sEfUFAVVlYRIb2uJJxue+Pgcu/mW0HPR0Z+W3l7c= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org Subject: [PATCH 4.14 000/161] 4.14.161-stable review Date: Sun, 29 Dec 2019 18:17:28 +0100 Message-Id: <20191229162355.500086350@linuxfoundation.org> X-Mailer: git-send-email 2.24.1 MIME-Version: 1.0 User-Agent: quilt/0.66 X-stable: review X-Patchwork-Hint: ignore X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.14.161-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-4.14.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.14.161-rc1 X-KernelTest-Deadline: 2019-12-31T16:24+00:00 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the start of the stable review cycle for the 4.14.161 release. There are 161 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Tue, 31 Dec 2019 16:17:25 +0000. Anything received after that time might be too late. The whole patch series can be found in one patch at: https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.14.161-rc1.gz or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.14.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 4.14.161-rc1 Mike Christie nbd: fix shutdown and recv work deadlock v2 Yangbo Lu mmc: sdhci-of-esdhc: fix P2020 errata handling Faiz Abbas mmc: sdhci: Update the tuning failed messages to pr_debug level Rasmus Villemoes mmc: sdhci-of-esdhc: Revert "mmc: sdhci-of-esdhc: add erratum A-009204 support" Christophe Leroy powerpc/irq: fix stack overflow verification Yazen Ghannam x86/MCE/AMD: Allow Reserved types to be overwritten in smca_banks[] Konstantin Khlebnikov x86/MCE/AMD: Do not use rdmsr_safe_on_cpu() in smca_configure() Will Deacon KVM: arm64: Ensure 'params' is initialised when looking up sys register Dan Carpenter ext4: unlock on error in ext4_expand_extra_isize() Jan Kara ext4: check for directory entries too close to block end Jan Kara ext4: fix ext4_empty_dir() for directories with holes Ian Abbott staging: comedi: gsc_hpdi: check dma_alloc_coherent() return value Hans de Goede platform/x86: hp-wmi: Make buffer for HPWMI_FEATURE2_QUERY 128 bytes Alexander Shishkin intel_th: pci: Add Elkhart Lake SOC support Alexander Shishkin intel_th: pci: Add Comet Lake PCH-V support Erkka Talvitie USB: EHCI: Do not return -EPIPE when hub is disconnected Suwan Kim usbip: Fix error path of vhci_recv_ret_submit() Suwan Kim usbip: Fix receive error in vhci-hcd when using scatter-gather Josef Bacik btrfs: abort transaction after failed inode updates in create_subvol Dan Carpenter btrfs: return error pointer from alloc_test_extent_buffer Sven Schnelle s390/ftrace: fix endless recursion in function_graph tracer Guenter Roeck usb: xhci: Fix build warning seen with CONFIG_PM=n Chaotian Jing mmc: mediatek: fix CMD_TA to 2 for MT8173 HS200/HS400 mode Faiz Abbas Revert "mmc: sdhci: Fix incorrect switch to HS mode" Omar Sandoval btrfs: don't prematurely free work in scrub_missing_raid56_worker() Omar Sandoval btrfs: don't prematurely free work in reada_start_machine_worker() Russell King net: phy: initialise phydev speed and duplex sanely Mike Rapoport mips: fix build when "48 bits virtual memory" is enabled Hewenliang libtraceevent: Fix memory leakage in copy_filter_type Michael Ellerman crypto: vmx - Avoid weird build failures Thomas Pedersen mac80211: consider QoS Null frames for STA_NULLFUNC_ACKED Corentin Labbe crypto: sun4i-ss - Fix 64-bit size_t warnings on sun4i-ss-hash.c Herbert Xu crypto: sun4i-ss - Fix 64-bit size_t warnings Andy Shevchenko fbtft: Make sure string is NULL terminated Johannes Berg iwlwifi: check kasprintf() return value Adrian Hunter x86/insn: Add some Intel instructions to the opcode map Chuhong Yuan spi: st-ssc4: add missed pm_runtime_disable Omar Sandoval btrfs: don't prematurely free work in run_ordered_work() Omar Sandoval btrfs: don't prematurely free work in end_workqueue_fn() Eugeniu Rosca mmc: tmio: Add MMC_CAP_ERASE to allow erase/discard/trim requests Ard Biesheuvel crypto: virtio - deal with unsupported input sizes Chuhong Yuan spi: tegra20-slink: add missed clk_unprepare Wang Xuerui iwlwifi: mvm: fix unaligned read of rx_pkt_status Lianbo Jiang x86/crash: Add a forward declaration of struct kimage Viresh Kumar cpufreq: Register drivers only after CPU devices have been registered Sudip Mukherjee parport: load lowlevel driver if ports not found Ilya Leoshkevich s390/disassembler: don't hide instruction addresses Yu-Hsuan Hsu ASoC: Intel: kbl_rt5663_rt5514_max98927: Add dmic format constraint Ben Zhang ASoC: rt5677: Mark reg RT5677_PWR_ANLG2 as volatile Chuhong Yuan spi: pxa2xx: Add missed security checks Robert Richter EDAC/ghes: Fix grain calculation Chuhong Yuan media: si470x-i2c: add missed operations in remove Mike Isely media: pvrusb2: Fix oops on tear-down when radio support is not present Andrew Jeffery fsi: core: Fix small accesses and unaligned offsets via sysfs Miaoqing Pan ath10k: fix get invalid tx rate for Mesh metric Masami Hiramatsu perf probe: Filter out instances except for inlined subroutine and subprogram Masami Hiramatsu perf probe: Skip end-of-sequence and non statement lines Masami Hiramatsu perf probe: Fix to show calling lines of inlined functions Masami Hiramatsu perf probe: Return a better scope DIE if there is no best scope Masami Hiramatsu perf probe: Skip overlapped location on searching variables Ian Rogers perf parse: If pmu configuration fails free terms Pan Bian drm/amdgpu: fix potential double drop fence reference Masami Hiramatsu perf probe: Fix to probe a function which has no entry pc James Clark libsubcmd: Use -O0 with DEBUG=1 Masami Hiramatsu perf probe: Fix to show inlined function callsite without entry_pc Masami Hiramatsu perf probe: Fix to show ranges of variables in functions without entry_pc Masami Hiramatsu perf probe: Fix to probe an inline function which has no entry pc Masami Hiramatsu perf probe: Walk function lines in lexical blocks Masami Hiramatsu perf probe: Fix to list probe event with correct line number Masami Hiramatsu perf probe: Fix to find range-only function instance Ping-Ke Shih rtlwifi: fix memory leak in rtl92c_set_fw_rsvdpagepkt() Takashi Iwai ALSA: timer: Limit max amount of slave instances Pan Bian spi: img-spfi: fix potential double release Manish Chopra bnx2x: Fix PF-VF communication over multi-cos queues. Marcel Holtmann rfkill: allocate static minor Vandana BN media: v4l2-core: fix touch support in v4l_g_fmt Kangjie Lu media: rcar_drif: fix a memory disclosure Manjunath Patil ixgbe: protect TX timestamping from API misuse Ben Dooks (Codethink) pinctrl: amd: fix __iomem annotation in amd_gpio_irq_handler() Luiz Augusto von Dentz Bluetooth: Fix advertising duplicated flags Alexandru Ardelean iio: dln2-adc: fix iio_triggered_buffer_postenable() position Geert Uytterhoeven pinctrl: sh-pfc: sh7734: Fix duplicate TCLK1_B Darrick J. Wong loop: fix no-unmap write-zeroes request behavior John Garry libata: Ensure ata_port probe has completed before detach Gerald Schaefer s390/mm: add mm_pxd_folded() checks to pxd_free() Heiko Carstens s390/time: ensure get_clock_monotonic() returns monotonic values Stephan Gerhold phy: qcom-usb-hs: Fix extcon double register after power cycle Mao Wenan net: dsa: LAN9303: select REGMAP when LAN9303 enable Thierry Reding gpu: host1x: Allocate gather copy for host1x Michal Kalderon RDMA/qedr: Fix memory leak in user qp and mr Grygorii Strashko net: phy: dp83867: enable robust auto-mdix Yunfeng Ye arm64: psci: Reduce the waiting time for cpu_psci_cpu_kill() Thomas Gleixner x86/ioapic: Prevent inconsistent state when moving an interrupt Chris Chiu rtl8xxxu: fix RTL8723BU connection failure issue after warm reboot Kangjie Lu drm/gma500: fix memory disclosures due to uninitialized bytes Benjamin Berg x86/mce: Lower throttling MCE messages' priority to warning Mattijs Korpershoek Bluetooth: hci_core: fix init for HCI_USER_CHANNEL Ben Dooks (Codethink) Bluetooth: missed cpu_to_le16 conversion in hci_init4_req Miquel Raynal iio: adc: max1027: Reset the device at probe time Ingo Rohloff usb: usbfs: Suppress problematic bind and unbind uevents. Jin Yao perf report: Add warning when libunwind not compiled in Leo Yan perf test: Report failure for mmap events Daniel Kurtz drm/bridge: dw-hdmi: Restore audio when setting a mode Sami Tolvanen x86/mm: Use the correct function type for native_set_fixmap() Stephan Gerhold extcon: sm5502: Reset registers during initialization Benoit Parrot media: ti-vpe: vpe: fix a v4l2-compliance failure about invalid sizeimage Benoit Parrot media: ti-vpe: vpe: ensure buffers are cleaned up properly in abort cases Benoit Parrot media: ti-vpe: vpe: fix a v4l2-compliance failure causing a kernel panic Benoit Parrot media: ti-vpe: vpe: Make sure YUYV is set as default format Benoit Parrot media: ti-vpe: vpe: fix a v4l2-compliance failure about frame sequence number Benoit Parrot media: ti-vpe: vpe: fix a v4l2-compliance warning about invalid pixel format Benoit Parrot media: ti-vpe: vpe: Fix Motion Vector vpdma stride Christophe JAILLET media: cx88: Fix some error handling path in 'cx8800_initdev()' Navid Emamdoost mwifiex: pcie: Fix memory leak in mwifiex_pcie_init_evt_ring Bart Van Assche block: Fix writeback throttling W=1 compiler warnings Daniel T. Lee samples: pktgen: fix proc_cmd command result check logic Matthias Kaehlcke drm/bridge: dw-hdmi: Refuse DDC/CI transfers on the internal I2C controller Hans Verkuil media: cec-funcs.h: add status_req checks Yang Yingliang media: flexcop-usb: fix NULL-ptr deref in flexcop_usb_transfer_init() Yizhuo regulator: max8907: Fix the usage of uninitialized variable in max8907_regulator_probe() Tony Lindgren hwrng: omap3-rom - Call clk_disable_unprepare() on exit only if not idled Veeraiyan Chidambaram usb: renesas_usbhs: add suspend event support in gadget mode Ivan Khoronzhuk selftests/bpf: Correct path to include msg + path Will Deacon pinctrl: devicetree: Avoid taking direct reference to device name string Ben Greear ath10k: fix offchannel tx failure when no ath10k_mac_tx_frm_has_freq Loic Poulain media: venus: core: Fix msm8996 frequency table Nathan Chancellor tools/power/cpupower: Fix initializer override in hsw_ext_cstates Janusz Krzysztofik media: ov6650: Fix stored crop rectangle not in sync with hardware Janusz Krzysztofik media: ov6650: Fix stored frame format not in sync with hardware Benoit Parrot media: i2c: ov2659: Fix missing 720p register config Janusz Krzysztofik media: ov6650: Fix crop rectangle alignment not passed back Benoit Parrot media: i2c: ov2659: fix s_stream return value Benoit Parrot media: am437x-vpfe: Setting STD to current value is not an error Max Gurtovoy IB/iser: bound protection_sg size by data_sg size Allen Pais libertas: fix a potential NULL pointer dereference Navid Emamdoost rtlwifi: prevent memory leak in rtl_usb_probe Connor Kuehl staging: rtl8188eu: fix possible null dereference Navid Emamdoost staging: rtl8192u: fix multiple memory leaks on error path Lukasz Majewski spi: Add call to spi_slave_abort() function when spidev driver is released Krzysztof Wilczynski iio: light: bh1750: Resolve compiler warning and make code more readable Brian Masney drm/bridge: analogix-anx78xx: silence -EPROBE_DEFER warnings Sean Paul drm: mst: Fix query_payload ack reply struct Takashi Iwai ALSA: hda/ca0132 - Avoid endless loop Takashi Iwai ALSA: hda/ca0132 - Keep power on during processing DSP response Takashi Iwai ALSA: pcm: Avoid possible info leaks from PCM stream buffers Filipe Manana Btrfs: fix removal logic of the tree mod log that leads to use-after-free issues Josef Bacik btrfs: handle ENOENT in btrfs_uuid_tree_iterate Josef Bacik btrfs: do not leak reloc root if we fail to read the fs root Josef Bacik btrfs: skip log replay on orphaned roots Josef Bacik btrfs: do not call synchronize_srcu() in inode_tree_del Josef Bacik btrfs: don't double lock the subvol_sem for rename exchange Xin Long sctp: fully initialize v4 addr in some functions Manish Chopra qede: Fix multicast mac configuration Cristian Birsan net: usb: lan78xx: Fix suspend/resume PHY register access error Ben Hutchings net: qlogic: Fix error paths in ql_alloc_large_buffers() Jia-Ju Bai net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_receive() Jiangfeng Xiao net: hisilicon: Fix a BUG trigered by wrong bytes_compl Geert Uytterhoeven net: dst: Force 4-byte alignment of dst_metrics Russell King mod_devicetable: fix PHY module format Chuhong Yuan fjes: fix missed check in fjes_acpi_add Mao Wenan af_packet: set defaule value for tmo ------------- Diffstat: Makefile | 4 +- arch/arm64/kernel/psci.c | 15 +++--- arch/arm64/kvm/sys_regs.c | 5 +- arch/mips/include/asm/pgtable-64.h | 9 +++- arch/powerpc/kernel/irq.c | 4 +- arch/s390/include/asm/pgalloc.h | 16 ++++++- arch/s390/include/asm/timex.h | 16 ++++--- arch/s390/kernel/dis.c | 13 ++--- arch/sh/include/cpu-sh4/cpu/sh7734.h | 2 +- arch/x86/include/asm/crash.h | 2 + arch/x86/include/asm/fixmap.h | 2 +- arch/x86/kernel/apic/io_apic.c | 9 ++-- arch/x86/kernel/cpu/mcheck/mce_amd.c | 4 +- arch/x86/kernel/cpu/mcheck/therm_throt.c | 2 +- arch/x86/lib/x86-opcode-map.txt | 18 ++++--- arch/x86/mm/pgtable.c | 4 +- drivers/ata/libata-core.c | 3 ++ drivers/block/loop.c | 26 ++++++---- drivers/block/nbd.c | 6 +-- drivers/char/hw_random/omap3-rom-rng.c | 3 +- drivers/cpufreq/cpufreq.c | 7 +++ drivers/crypto/sunxi-ss/sun4i-ss-cipher.c | 22 +++++---- drivers/crypto/sunxi-ss/sun4i-ss-hash.c | 12 ++--- drivers/crypto/virtio/virtio_crypto_algs.c | 12 ++++- drivers/crypto/vmx/Makefile | 6 +-- drivers/edac/ghes_edac.c | 10 +++- drivers/extcon/extcon-sm5502.c | 4 ++ drivers/extcon/extcon-sm5502.h | 2 + drivers/fsi/fsi-core.c | 31 ++++++++++-- drivers/gpu/drm/amd/amdgpu/amdgpu_test.c | 2 + drivers/gpu/drm/bridge/analogix-anx78xx.c | 8 +++- drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 12 ++++- drivers/gpu/drm/gma500/oaktrail_crtc.c | 2 + drivers/gpu/host1x/job.c | 11 +++-- drivers/hwtracing/intel_th/pci.c | 10 ++++ drivers/iio/adc/dln2-adc.c | 20 +++++--- drivers/iio/adc/max1027.c | 8 ++++ drivers/iio/light/bh1750.c | 4 +- drivers/infiniband/hw/qedr/verbs.c | 12 ++++- drivers/infiniband/ulp/iser/iscsi_iser.c | 1 + drivers/media/i2c/ov2659.c | 18 +++++-- drivers/media/i2c/ov6650.c | 42 ++++++++-------- drivers/media/pci/cx88/cx88-video.c | 11 +++-- drivers/media/platform/am437x/am437x-vpfe.c | 4 ++ drivers/media/platform/qcom/venus/core.c | 9 ++-- drivers/media/platform/rcar_drif.c | 1 + drivers/media/platform/ti-vpe/vpdma.h | 1 + drivers/media/platform/ti-vpe/vpe.c | 52 ++++++++++++++------ drivers/media/radio/si470x/radio-si470x-i2c.c | 2 + drivers/media/usb/b2c2/flexcop-usb.c | 8 +++- drivers/media/usb/pvrusb2/pvrusb2-v4l2.c | 9 +++- drivers/media/v4l2-core/v4l2-ioctl.c | 33 +++++++------ drivers/mmc/host/mtk-sd.c | 3 ++ drivers/mmc/host/sdhci-of-esdhc.c | 7 +-- drivers/mmc/host/sdhci.c | 8 ++-- drivers/mmc/host/tmio_mmc_core.c | 2 +- drivers/net/dsa/Kconfig | 1 + drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c | 16 +++++-- drivers/net/ethernet/hisilicon/hip04_eth.c | 2 +- drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 3 +- drivers/net/ethernet/qlogic/qede/qede_filter.c | 2 +- drivers/net/ethernet/qlogic/qla3xxx.c | 8 ++-- drivers/net/fjes/fjes_main.c | 3 ++ drivers/net/phy/dp83867.c | 15 ++++-- drivers/net/phy/phy_device.c | 4 +- drivers/net/usb/lan78xx.c | 1 + drivers/net/wireless/ath/ath10k/mac.c | 22 ++++----- drivers/net/wireless/ath/ath10k/txrx.c | 2 + drivers/net/wireless/intel/iwlwifi/dvm/led.c | 3 ++ drivers/net/wireless/intel/iwlwifi/mvm/led.c | 3 ++ drivers/net/wireless/intel/iwlwifi/mvm/rx.c | 3 +- drivers/net/wireless/marvell/libertas/if_sdio.c | 5 ++ drivers/net/wireless/marvell/mwifiex/pcie.c | 5 +- drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h | 1 + .../net/wireless/realtek/rtl8xxxu/rtl8xxxu_8723b.c | 1 + .../net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c | 3 ++ .../net/wireless/realtek/rtlwifi/rtl8192cu/hw.c | 2 + drivers/net/wireless/realtek/rtlwifi/usb.c | 5 +- drivers/parport/share.c | 21 ++++++++ drivers/phy/qualcomm/phy-qcom-usb-hs.c | 7 ++- drivers/pinctrl/devicetree.c | 25 ++++++++-- drivers/pinctrl/pinctrl-amd.c | 3 +- drivers/pinctrl/sh-pfc/pfc-sh7734.c | 4 +- drivers/platform/x86/hp-wmi.c | 2 +- drivers/regulator/max8907-regulator.c | 15 ++++-- drivers/spi/spi-img-spfi.c | 2 + drivers/spi/spi-pxa2xx.c | 6 +++ drivers/spi/spi-st-ssc4.c | 3 ++ drivers/spi/spi-tegra20-slink.c | 5 +- drivers/spi/spidev.c | 3 ++ drivers/staging/comedi/drivers/gsc_hpdi.c | 10 ++++ drivers/staging/fbtft/fbtft-core.c | 2 +- drivers/staging/rtl8188eu/core/rtw_xmit.c | 4 +- drivers/staging/rtl8192u/r8192U_core.c | 17 +++++-- drivers/usb/core/devio.c | 15 +++++- drivers/usb/host/ehci-q.c | 13 ++++- drivers/usb/host/xhci-pci.c | 2 +- drivers/usb/renesas_usbhs/common.h | 3 +- drivers/usb/renesas_usbhs/mod_gadget.c | 12 +++-- drivers/usb/usbip/usbip_common.c | 3 ++ drivers/usb/usbip/vhci_rx.c | 13 +++-- fs/btrfs/async-thread.c | 56 +++++++++++++++++----- fs/btrfs/ctree.c | 2 +- fs/btrfs/disk-io.c | 2 +- fs/btrfs/extent_io.c | 6 ++- fs/btrfs/inode.c | 12 ++--- fs/btrfs/ioctl.c | 10 +++- fs/btrfs/reada.c | 10 ++-- fs/btrfs/relocation.c | 1 + fs/btrfs/scrub.c | 3 +- fs/btrfs/tests/free-space-tree-tests.c | 6 +-- fs/btrfs/tests/qgroup-tests.c | 4 +- fs/btrfs/tree-log.c | 23 ++++++++- fs/btrfs/uuid-tree.c | 2 + fs/ext4/dir.c | 5 ++ fs/ext4/inode.c | 4 +- fs/ext4/namei.c | 32 +++++++------ include/drm/drm_dp_mst_helper.h | 2 +- include/linux/miscdevice.h | 1 + include/linux/mod_devicetable.h | 4 +- include/net/dst.h | 2 +- include/trace/events/wbt.h | 12 +++-- include/uapi/linux/cec-funcs.h | 6 ++- net/bluetooth/hci_core.c | 13 +++-- net/bluetooth/hci_request.c | 9 ++++ net/mac80211/status.c | 3 +- net/nfc/nci/uart.c | 2 +- net/packet/af_packet.c | 3 +- net/rfkill/core.c | 9 +++- net/sctp/protocol.c | 5 ++ samples/bpf/cgroup_helpers.c | 2 +- samples/pktgen/functions.sh | 17 ++++--- sound/core/pcm_native.c | 4 ++ sound/core/timer.c | 10 ++++ sound/pci/hda/patch_ca0132.c | 7 ++- sound/soc/codecs/rt5677.c | 1 + .../soc/intel/boards/kbl_rt5663_rt5514_max98927.c | 3 ++ tools/lib/subcmd/Makefile | 4 +- tools/lib/traceevent/parse-filter.c | 9 +++- tools/objtool/arch/x86/lib/x86-opcode-map.txt | 18 ++++--- tools/perf/builtin-report.c | 7 +++ tools/perf/tests/task-exit.c | 1 + tools/perf/util/dwarf-aux.c | 56 +++++++++++++++++----- tools/perf/util/parse-events.c | 9 +++- tools/perf/util/probe-finder.c | 45 +++++++++++++++-- .../cpupower/utils/idle_monitor/hsw_ext_idle.c | 1 - 146 files changed, 959 insertions(+), 353 deletions(-)