From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CDAD4C433F5 for ; Tue, 25 Jan 2022 16:36:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1584027AbiAYQgi (ORCPT ); Tue, 25 Jan 2022 11:36:38 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37854 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233764AbiAYQcC (ORCPT ); Tue, 25 Jan 2022 11:32:02 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 673C0C06173B; Tue, 25 Jan 2022 08:32:02 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id EA4DE6175E; Tue, 25 Jan 2022 16:32:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 856E1C340E6; Tue, 25 Jan 2022 16:32:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1643128321; bh=Fav1/4CWA50ERju/DiUyKKs6RL/4ERn30wDYSLJza+w=; h=From:To:Cc:Subject:Date:From; b=Kfc/0xyYqtb672foMhMFUWaFU7AlWlC1BgA9AY2921Y+XRUNU4PV21x2uogFst3A/ Z/G2EyMB9sDHdFb5fXPE0r6Ocs4z0/d3O1mh0s6ZGUgHo6FCBJQ3Y6w6A+82z6ZRNi XcKfq8F1LblGDSH260ga7nJwfIIfnJhYhx1l9+/Q= 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, lkft-triage@lists.linaro.org, pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, stable@vger.kernel.org Subject: [PATCH 4.14 000/184] 4.14.263-rc2 review Date: Tue, 25 Jan 2022 17:31:58 +0100 Message-Id: <20220125155257.311556629@linuxfoundation.org> X-Mailer: git-send-email 2.35.0 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.263-rc2.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.263-rc2 X-KernelTest-Deadline: 2022-01-27T15:53+00:00 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.263 release. There are 184 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 Thu, 27 Jan 2022 15:52:30 +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.263-rc2.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.263-rc2 Trond Myklebust NFSv4: Initialise connection to the server in nfs4_alloc_client() Michael Braun gianfar: fix jumbo packets+napi+rx overrun crash Andy Spencer gianfar: simplify FCS handling and fix memory leak Amir Goldstein fuse: fix live lock in fuse_iget() Miklos Szeredi fuse: fix bad inode Dave Airlie drm/ttm/nouveau: don't call tt destroy callback on alloc failure. Ben Hutchings mips,s390,sh,sparc: gup: Work around the "COW can break either way" issue Miaoqian Lin lib82596: Fix IRQ check in sni_82596_probe Matthias Schiffer scripts/dtc: dtx_diff: remove broken example from help text Sergey Shtylyov bcmgenet: add WOL IRQ check Kevin Bracey net_sched: restore "mpu xxx" handling Tudor Ambarus dmaengine: at_xdmac: Fix at_xdmac_lld struct definition Tudor Ambarus dmaengine: at_xdmac: Fix lld view setting Tudor Ambarus dmaengine: at_xdmac: Print debug message after realeasing the lock Tudor Ambarus dmaengine: at_xdmac: Don't start transactions at tx_submit level Guillaume Nault libcxgb: Don't accidentally set RTO_ONLINK in cxgb_find_route() Eric Dumazet netns: add schedule point in ops_exit_list() Robert Hancock net: axienet: fix number of TX ring slots for available check Robert Hancock net: axienet: Wait for PhyRstCmplt after core reset Eric Dumazet af_unix: annote lockless accesses to unix_tot_inflight & gc_in_progress Miaoqian Lin parisc: pdc_stable: Fix memory leak in pdcs_register_pathentries Tobias Waldekranz net/fsl: xgmac_mdio: Fix incorrect iounmap when removing module Tobias Waldekranz powerpc/fsl/dts: Enable WA for erratum A-009885 on fman3l MDIO buses Anders Roxell powerpc/cell: Fix clang -Wimplicit-fallthrough warning Chengguang Xu RDMA/rxe: Fix a typo in opcode name Yixing Liu RDMA/hns: Modify the mapping attribute of doorbell to device Lukas Bulwahn Documentation: refer to config RANDOMIZE_BASE for kernel address-space randomization Ben Hutchings firmware: Update Kconfig help text for Google firmware Christian König drm/radeon: fix error handling in radeon_driver_open_kms Marek Vasut crypto: stm32/crc32 - Fix kernel BUG triggered in probe() Theodore Ts'o ext4: don't use the orphan list when migrating an inode Ye Bin ext4: Fix BUG_ON in ext4_bread when write quota data Luís Henriques ext4: set csum seed in tmp inode while migrating to extents Jan Kara ext4: make sure quota gets properly shutdown on error Ilan Peer iwlwifi: mvm: Increase the scan timeout guard to 30 seconds Andrey Ryabinin cputime, cpuacct: Include guest time in user time in cpuacct.stat Lukas Wunner serial: Fix incorrect rs485 polarity on uart open Petr Cvachoucek ubifs: Error path in ubifs_remount_rw() seems to wrongly free write buffers Yauhen Kharuzhy power: bq25890: Enable continuous conversion for ADC at charging Tzung-Bi Shih ASoC: mediatek: mt8173: fix device_node leak Christoph Hellwig scsi: sr: Don't use GFP_DMA Tianjia Zhang MIPS: Octeon: Fix build errors using clang Lakshmi Sowjanya D i2c: designware-pci: Fix to change data types of hcnt and lcnt parameters Ye Guojin MIPS: OCTEON: add put_device() after of_find_device_by_node() Takashi Iwai ALSA: seq: Set upper limit of processed events Christophe Leroy w1: Misuse of get_user()/put_user() reported by sparse Joakim Tjernlund i2c: mpc: Correct I2C reset procedure Michael Ellerman powerpc/smp: Move setup_profiling_timer() under CONFIG_PROFILING Heiner Kallweit i2c: i801: Don't silently correct invalid transfer size Nicholas Piggin powerpc/watchdog: Fix missed watchdog reset due to memory ordering race Julia Lawall powerpc/btext: add missing of_node_put Julia Lawall powerpc/cell: add missing of_node_put Julia Lawall powerpc/powernv: add missing of_node_put Julia Lawall powerpc/6xx: add missing of_node_put John David Anglin parisc: Avoid calling faulthandler_disabled() twice Lukas Wunner serial: core: Keep mctrl register state and cached copy in sync Lukas Wunner serial: pl010: Drop CR register reset on set_termios Russell King (Oracle) net: phy: marvell: configure RGMII delays for 88E1118 Joe Thornber dm space map common: add bounds check to sm_ll_lookup_bitmap() Joe Thornber dm btree: add a defensive bounds check to insert_at() Ping-Ke Shih mac80211: allow non-standard VHT MCS-10/11 Florian Fainelli net: mdio: Demote probed message to debug print Josef Bacik btrfs: remove BUG_ON(!eie) in find_parent_nodes Josef Bacik btrfs: remove BUG_ON() in find_parent_nodes() Kirill A. Shutemov ACPICA: Hardware: Do not flush CPU cache when entering S4 and S5 Rafael J. Wysocki ACPICA: Executer: Fix the REFCLASS_REFOF case in acpi_ex_opcode_1A_0T_1R() Rafael J. Wysocki ACPICA: Utilities: Avoid deleting the same object twice in a row Mark Langsdorf ACPICA: actypes.h: Expand the ACPI_ACCESS_ definitions Kyeong Yoo jffs2: GC deadlock reading a page that is used in jffs2_write_begin() Randy Dunlap um: registers: Rename function names to avoid conflicts and build problems Johannes Berg iwlwifi: remove module loading failure message Johannes Berg iwlwifi: fix leaks/bad data after failed firmware load Zekun Shen ath9k: Fix out-of-bound memcpy in ath9k_hif_usb_rx_stream Kai-Heng Feng usb: hub: Add delay for SuperSpeed hub resume to let links transit to U0 Thierry Reding arm64: tegra: Adjust length of CCPLEX cluster MMIO region Ulf Hansson mmc: core: Fixup storing of OCR for MMC_QUIRK_NONSTD_SDIO Zhou Qingyang media: saa7146: hexium_gemini: Fix a NULL pointer dereference in hexium_attach() Sean Young media: igorplugusb: receiver overflow should be reported Paolo Abeni bpf: Do not WARN in bpf_warn_invalid_xdp_action() Suresh Kumar net: bonding: debug: avoid printing debug logs when bond is not notifying peers Sebastian Gottschall ath10k: Fix tx hanging Johannes Berg iwlwifi: mvm: synchronize with FW after multicast commands Mauro Carvalho Chehab media: m920x: don't use stack on USB reads Zhou Qingyang media: saa7146: hexium_orion: Fix a NULL pointer dereference in hexium_attach() James Hilliard media: uvcvideo: Increase UVC_CTRL_CONTROL_TIMEOUT to 5 seconds. Xiongwei Song floppy: Add max size check for user space request Neal Liu usb: uhci: add aspeed ast2600 uhci support Zekun Shen mwifiex: Fix skb_over_panic in mwifiex_usb_recv() Chengfeng Ye HSI: core: Fix return freed object in hsi_new_client Hans de Goede gpiolib: acpi: Do not set the IRQ type if the IRQ is already in use Martyn Welch drm/bridge: megachips: Ensure both bridges are probed before registration Danielle Ratson mlxsw: pci: Add shutdown method in PCI driver Lukas Bulwahn ARM: imx: rename DEBUG_IMX21_IMX27_UART to DEBUG_IMX27_UART Zheyu Ma media: b2c2: Add missing check in flexcop_pci_isr: José Expósito HID: apple: Do not reset quirks when the Fn key is not found Pavankumar Kondeti usb: gadget: f_fs: Use stream_open() for endpoint files Ben Skeggs drm/nouveau/pmu/gm200-: avoid touching PMU outside of DEVINIT/PREOS/ACR Zekun Shen ar5523: Fix null-ptr-deref with unexpected WDCMSG_TARGET_START reply Alexander Aring fs: dlm: filter user dlm messages for kernel locks Wei Yongjun Bluetooth: Fix debugfs entry leak in hci_register_dev() Kamal Heib RDMA/cxgb4: Set queue pair state when being queried Randy Dunlap mips: bcm63xx: add support for clk_set_parent() Randy Dunlap mips: lantiq: add support for clk_set_parent() Wei Yongjun misc: lattice-ecp3-config: Fix task hung when firmware load failed Jiasheng Jiang ASoC: samsung: idma: Check of ioremap return value Xiongfeng Wang iommu/iova: Fix race between FQ timeout and teardown Arnd Bergmann dmaengine: pxa/mmp: stop referencing config->slave_id Avihai Horon RDMA/core: Let ib_find_gid() continue search even after empty entry Bart Van Assche scsi: ufs: Fix race conditions related to driver data Kees Cook char/mwave: Adjust io port register size Bixuan Cui ALSA: oss: fix compile error when OSS_DEBUG is enabled Peiwei Hu powerpc/prom_init: Fix improper check of prom_getprop() Kamal Heib RDMA/hns: Validate the pkey index Takashi Iwai ALSA: hda: Add missing rwsem around snd_ctl_remove() calls Takashi Iwai ALSA: PCM: Add missing rwsem around snd_ctl_remove() calls Takashi Iwai ALSA: jack: Add missing rwsem around snd_ctl_remove() calls Jan Kara ext4: avoid trim error on fs with small groups Pavel Skripkin net: mcs7830: handle usb read errors properly Dominik Brodowski pcmcia: fix setting of kthread task states Jiasheng Jiang can: xilinx_can: xcan_probe(): check for error irq Marc Kleine-Budde can: softing: softing_startstop(): fix set but not used variable warning Chen Jun tpm: add request_locality before write TPM_INT_ENABLE Miaoqian Lin spi: spi-meson-spifc: Add missing pm_runtime_disable() in meson_spifc_probe Jiasheng Jiang fsl/fman: Check for null pointer after calling devm_ioremap Eric Dumazet ppp: ensure minimum packet size in ppp_write() Zhou Qingyang pcmcia: rsrc_nonstatic: Fix a NULL pointer dereference in nonstatic_find_mem_region() Zhou Qingyang pcmcia: rsrc_nonstatic: Fix a NULL pointer dereference in __nonstatic_find_io_region() Zhang Zixun x86/mce/inject: Avoid out-of-bounds write when setting flags Wei Yongjun usb: ftdi-elan: fix memory leak on device disconnect Wang Hai media: msi001: fix possible null-ptr-deref in msi001_probe() Anton Vasilyev media: dw2102: Fix use after free Li Hua sched/rt: Try to restart rt period timer when rt runtime exceeded Robert Schlabbach media: si2157: Fix "warm" tuner state detection Zhou Qingyang media: saa7146: mxb: Fix a NULL pointer dereference in mxb_attach() Zhou Qingyang media: dib8000: Fix a memleak in dib8000_init() Tasos Sahanidis floppy: Fix hang in watchdog when disk is ejected Lino Sanfilippo serial: amba-pl011: do not request memory region twice Zhou Qingyang drm/radeon/radeon_kms: Fix a NULL pointer dereference in radeon_driver_open_kms() Zhou Qingyang drm/amdgpu: Fix a NULL pointer dereference in amdgpu_connector_lcd_native_mode() Dmitry Baryshkov arm64: dts: qcom: msm8916: fix MMC controller aliases Florian Westphal netfilter: bridge: add support for pppoe filtering Dafna Hirschfeld media: mtk-vcodec: call v4l2_m2m_ctx_release first when file is released Tudor Ambarus tty: serial: atmel: Call dma_async_issue_pending() Tudor Ambarus tty: serial: atmel: Check return code of dmaengine_submit() Chengfeng Ye crypto: qce - fix uaf on qce_ahash_register_one Wang Hai media: dmxdev: fix UAF when dvb_register_device() fails Pavel Skripkin Bluetooth: stop proccessing malicious adv data Dongliang Mu media: em28xx: fix memory leak in em28xx_init_dev Bryan O'Donoghue wcn36xx: Indicate beacon not connection loss on MISSED_BEACON_IND Maxime Ripard clk: bcm-2835: Remove rounding up the dividers Maxime Ripard clk: bcm-2835: Pick the closest clock rate Wang Hai Bluetooth: cmtp: fix possible panic when cmtp_init_sockets() fails Yifeng Li PCI: Add function 1 DMA alias quirk for Marvell 88SE9125 SATA controller Gang Li shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inode Johan Hovold can: softing_cs: softingcs_probe(): fix memleak on registration failure Johan Hovold media: stk1160: fix control-message timeouts Johan Hovold media: pvrusb2: fix control-message timeouts Johan Hovold media: redrat3: fix control-message timeouts Michael Kuron media: dib0700: fix undefined behavior in tuner shutdown Johan Hovold media: s2255: fix control-message timeouts Johan Hovold media: cpia2: fix control-message timeouts Johan Hovold media: em28xx: fix control-message timeouts Johan Hovold media: mceusb: fix control-message timeouts Johan Hovold media: flexcop-usb: fix control-message timeouts Mateusz Jończyk rtc: cmos: take rtc_lock while reading from CMOS Krzysztof Kozlowski nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed bind() Jason Gerecke HID: wacom: Avoid using stale array indicies to read contact count Jason Gerecke HID: wacom: Ignore the confidence flag when a touch is removed Jann Horn HID: uhid: Fix worker destroying device without any protection Desmond Cheong Zhi Xi Bluetooth: fix init and cleanup of sco_conn.timeout_work Desmond Cheong Zhi Xi Bluetooth: schedule SCO timeouts with delayed_work Larry Finger rtlwifi: rtl8192cu: Fix WARNING when calling local_irq_restore() with interrupts enabled Johan Hovold media: uvcvideo: fix division by zero at stream start Christophe JAILLET orangefs: Fix the size of a memory allocation in orangefs_bufmap_alloc() Nathan Chancellor drm/i915: Avoid bitwise vs logical OR warning in snb_wm_latency_quirk() Nathan Chancellor staging: wlan-ng: Avoid bitwise vs logical OR warning in hfa384x_usb_throttlefn() Eric Biggers random: fix data race on crng init time Eric Biggers random: fix data race on crng_node_pool Brian Silverman can: gs_usb: gs_can_start_xmit(): zero-initialize hf->{flags,reserved} Marc Kleine-Budde can: gs_usb: fix use of uninitialized variable, detach device on reception of invalid USB data Andy Shevchenko mfd: intel-lpss: Fix too early PM enablement in the ACPI ->probe() Alan Stern USB: Fix "slab-out-of-bounds Write" bug in usb_hcd_poll_rh_status Alan Stern USB: core: Fix bug in resuming hub's handling of wakeup requests Johan Hovold Bluetooth: bfusb: fix division by zero in send path ------------- Diffstat: Documentation/admin-guide/hw-vuln/spectre.rst | 2 +- Makefile | 4 +- arch/arm/Kconfig.debug | 14 +- arch/arm/include/debug/imx-uart.h | 18 +- arch/arm64/boot/dts/nvidia/tegra186.dtsi | 2 +- arch/arm64/boot/dts/qcom/msm8916.dtsi | 4 +- arch/mips/bcm63xx/clk.c | 6 + arch/mips/cavium-octeon/octeon-platform.c | 2 + arch/mips/cavium-octeon/octeon-usb.c | 1 + arch/mips/include/asm/octeon/cvmx-bootinfo.h | 4 +- arch/mips/lantiq/clk.c | 6 + arch/mips/mm/gup.c | 9 +- arch/parisc/kernel/traps.c | 2 +- arch/powerpc/boot/dts/fsl/qoriq-fman3l-0.dtsi | 2 + arch/powerpc/kernel/btext.c | 4 +- arch/powerpc/kernel/prom_init.c | 2 +- arch/powerpc/kernel/smp.c | 2 + arch/powerpc/kernel/watchdog.c | 41 ++- arch/powerpc/platforms/cell/iommu.c | 1 + arch/powerpc/platforms/cell/pervasive.c | 1 + arch/powerpc/platforms/embedded6xx/hlwd-pic.c | 1 + arch/powerpc/platforms/powernv/opal-lpc.c | 1 + arch/s390/mm/gup.c | 9 +- arch/sh/mm/gup.c | 9 +- arch/sparc/mm/gup.c | 9 +- arch/um/include/shared/registers.h | 4 +- arch/um/os-Linux/registers.c | 4 +- arch/um/os-Linux/start_up.c | 2 +- arch/x86/kernel/cpu/mcheck/mce-inject.c | 2 +- arch/x86/um/syscalls_64.c | 3 +- drivers/acpi/acpica/exoparg1.c | 3 +- drivers/acpi/acpica/hwesleep.c | 4 +- drivers/acpi/acpica/hwsleep.c | 4 +- drivers/acpi/acpica/hwxfsleep.c | 2 - drivers/acpi/acpica/utdelete.c | 1 + drivers/block/floppy.c | 6 +- drivers/bluetooth/bfusb.c | 3 + drivers/char/mwave/3780i.h | 2 +- drivers/char/random.c | 61 ++-- drivers/char/tpm/tpm_tis_core.c | 8 + drivers/clk/bcm/clk-bcm2835.c | 13 +- drivers/crypto/qce/sha.c | 2 +- drivers/crypto/stm32/stm32_crc32.c | 4 +- drivers/dma/at_xdmac.c | 32 +- drivers/dma/mmp_pdma.c | 6 - drivers/dma/pxa_dma.c | 7 - drivers/firmware/google/Kconfig | 6 +- drivers/gpio/gpiolib-acpi.c | 15 +- drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 6 + .../drm/bridge/megachips-stdpxxxx-ge-b850v3-fw.c | 40 ++- drivers/gpu/drm/i915/intel_pm.c | 6 +- drivers/gpu/drm/nouveau/nouveau_sgdma.c | 9 +- drivers/gpu/drm/nouveau/nvkm/subdev/pmu/base.c | 37 ++- drivers/gpu/drm/radeon/radeon_kms.c | 42 +-- drivers/gpu/drm/ttm/ttm_tt.c | 2 - drivers/hid/hid-apple.c | 2 +- drivers/hid/uhid.c | 29 +- drivers/hid/wacom_wac.c | 33 +- drivers/hsi/hsi_core.c | 1 + drivers/i2c/busses/i2c-designware-pcidrv.c | 8 +- drivers/i2c/busses/i2c-i801.c | 15 +- drivers/i2c/busses/i2c-mpc.c | 23 +- drivers/infiniband/core/device.c | 3 +- drivers/infiniband/hw/cxgb4/qp.c | 1 + drivers/infiniband/hw/hns/hns_roce_main.c | 5 +- drivers/infiniband/sw/rxe/rxe_opcode.c | 2 +- drivers/iommu/iova.c | 3 +- drivers/md/persistent-data/dm-btree.c | 8 +- drivers/md/persistent-data/dm-space-map-common.c | 5 + drivers/media/common/saa7146/saa7146_fops.c | 2 +- drivers/media/dvb-core/dmxdev.c | 18 +- drivers/media/dvb-frontends/dib8000.c | 4 +- drivers/media/pci/b2c2/flexcop-pci.c | 3 + drivers/media/pci/saa7146/hexium_gemini.c | 7 +- drivers/media/pci/saa7146/hexium_orion.c | 8 +- drivers/media/pci/saa7146/mxb.c | 8 +- .../media/platform/mtk-vcodec/mtk_vcodec_enc_drv.c | 2 +- drivers/media/rc/igorplugusb.c | 4 +- drivers/media/rc/mceusb.c | 8 +- drivers/media/rc/redrat3.c | 22 +- drivers/media/tuners/msi001.c | 7 + drivers/media/tuners/si2157.c | 2 +- drivers/media/usb/b2c2/flexcop-usb.c | 10 +- drivers/media/usb/b2c2/flexcop-usb.h | 12 +- drivers/media/usb/cpia2/cpia2_usb.c | 4 +- drivers/media/usb/dvb-usb/dib0700_core.c | 2 - drivers/media/usb/dvb-usb/dw2102.c | 338 +++++++++++++-------- drivers/media/usb/dvb-usb/m920x.c | 12 +- drivers/media/usb/em28xx/em28xx-cards.c | 18 +- drivers/media/usb/em28xx/em28xx-core.c | 4 +- drivers/media/usb/pvrusb2/pvrusb2-hdw.c | 8 +- drivers/media/usb/s2255/s2255drv.c | 4 +- drivers/media/usb/stk1160/stk1160-core.c | 4 +- drivers/media/usb/uvc/uvc_video.c | 4 + drivers/media/usb/uvc/uvcvideo.h | 2 +- drivers/mfd/intel-lpss-acpi.c | 7 +- drivers/misc/lattice-ecp3-config.c | 12 +- drivers/mmc/core/sdio.c | 4 +- drivers/net/bonding/bond_main.c | 6 +- drivers/net/can/softing/softing_cs.c | 2 +- drivers/net/can/softing/softing_fw.c | 11 +- drivers/net/can/usb/gs_usb.c | 5 +- drivers/net/can/xilinx_can.c | 7 +- drivers/net/ethernet/broadcom/genet/bcmgenet.c | 10 +- drivers/net/ethernet/chelsio/libcxgb/libcxgb_cm.c | 3 +- drivers/net/ethernet/freescale/fman/mac.c | 21 +- drivers/net/ethernet/freescale/gianfar.c | 38 ++- drivers/net/ethernet/freescale/xgmac_mdio.c | 3 +- drivers/net/ethernet/i825xx/sni_82596.c | 3 +- drivers/net/ethernet/mellanox/mlxsw/pci.c | 1 + drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 14 +- drivers/net/phy/marvell.c | 6 + drivers/net/phy/mdio_bus.c | 2 +- drivers/net/ppp/ppp_generic.c | 7 +- drivers/net/usb/mcs7830.c | 12 +- drivers/net/wireless/ath/ar5523/ar5523.c | 4 + drivers/net/wireless/ath/ath10k/htt_tx.c | 3 + drivers/net/wireless/ath/ath10k/txrx.c | 2 - drivers/net/wireless/ath/ath9k/hif_usb.c | 7 + drivers/net/wireless/ath/wcn36xx/smd.c | 4 +- drivers/net/wireless/intel/iwlwifi/iwl-drv.c | 17 +- drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c | 17 ++ drivers/net/wireless/intel/iwlwifi/mvm/scan.c | 2 +- drivers/net/wireless/marvell/mwifiex/usb.c | 3 +- .../net/wireless/realtek/rtlwifi/rtl8192cu/hw.c | 1 + drivers/parisc/pdc_stable.c | 4 +- drivers/pci/quirks.c | 3 + drivers/pcmcia/cs.c | 8 +- drivers/pcmcia/rsrc_nonstatic.c | 6 + drivers/power/supply/bq25890_charger.c | 4 +- drivers/rtc/rtc-cmos.c | 3 + drivers/scsi/sr.c | 2 +- drivers/scsi/sr_vendor.c | 4 +- drivers/scsi/ufs/tc-dwc-g210-pci.c | 1 - drivers/scsi/ufs/ufshcd-pltfrm.c | 2 - drivers/scsi/ufs/ufshcd.c | 7 + drivers/spi/spi-meson-spifc.c | 1 + drivers/staging/wlan-ng/hfa384x_usb.c | 22 +- drivers/tty/serial/amba-pl010.c | 3 - drivers/tty/serial/amba-pl011.c | 27 +- drivers/tty/serial/atmel_serial.c | 14 + drivers/tty/serial/serial_core.c | 7 +- drivers/usb/core/hcd.c | 9 +- drivers/usb/core/hub.c | 7 +- drivers/usb/gadget/function/f_fs.c | 4 +- drivers/usb/host/uhci-platform.c | 3 +- drivers/usb/misc/ftdi-elan.c | 1 + drivers/w1/slaves/w1_ds28e04.c | 26 +- fs/btrfs/backref.c | 21 +- fs/dlm/lock.c | 9 + fs/ext4/ioctl.c | 2 - fs/ext4/mballoc.c | 8 + fs/ext4/migrate.c | 23 +- fs/ext4/super.c | 12 +- fs/fuse/acl.c | 6 + fs/fuse/dir.c | 40 ++- fs/fuse/file.c | 27 +- fs/fuse/fuse_i.h | 13 + fs/fuse/inode.c | 2 +- fs/fuse/xattr.c | 9 + fs/jffs2/file.c | 40 ++- fs/nfs/nfs4client.c | 82 ++--- fs/orangefs/orangefs-bufmap.c | 7 +- fs/ubifs/super.c | 1 - include/acpi/actypes.h | 10 +- include/net/sch_generic.h | 5 + kernel/sched/cputime.c | 4 +- kernel/sched/rt.c | 23 +- mm/shmem.c | 37 ++- net/bluetooth/cmtp/core.c | 4 +- net/bluetooth/hci_core.c | 1 + net/bluetooth/hci_event.c | 8 +- net/bluetooth/sco.c | 34 ++- net/bridge/br_netfilter_hooks.c | 7 +- net/core/filter.c | 6 +- net/core/net_namespace.c | 4 +- net/mac80211/rx.c | 2 +- net/nfc/llcp_sock.c | 5 + net/sched/sch_generic.c | 1 + net/unix/garbage.c | 14 +- net/unix/scm.c | 6 +- scripts/dtc/dtx_diff | 8 +- sound/core/jack.c | 3 + sound/core/oss/pcm_oss.c | 2 +- sound/core/pcm.c | 6 +- sound/core/seq/seq_queue.c | 14 +- sound/pci/hda/hda_codec.c | 3 + sound/soc/mediatek/mt8173/mt8173-max98090.c | 3 + sound/soc/mediatek/mt8173/mt8173-rt5650-rt5514.c | 2 + sound/soc/mediatek/mt8173/mt8173-rt5650-rt5676.c | 2 + sound/soc/mediatek/mt8173/mt8173-rt5650.c | 2 + sound/soc/samsung/idma.c | 2 + 192 files changed, 1363 insertions(+), 706 deletions(-)