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 X-Spam-Level: X-Spam-Status: No, score=-20.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS, USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AAA72C433F5 for ; Mon, 20 Sep 2021 17:14:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8B72D63213 for ; Mon, 20 Sep 2021 17:14:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346185AbhITRPm (ORCPT ); Mon, 20 Sep 2021 13:15:42 -0400 Received: from mail.kernel.org ([198.145.29.99]:42212 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346122AbhITRNe (ORCPT ); Mon, 20 Sep 2021 13:13:34 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id E5A0F6124C; Mon, 20 Sep 2021 16:57:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1632157075; bh=XCfWDUJfRxF3W45NPzFF0jPNl/3nF/B6Rhcq7uITu58=; h=From:To:Cc:Subject:Date:From; b=erhxNR+CDAgYtXvSZnlsZwe3ryDNGQOtpQ/JDeAJwCFgJpdOL2xLgJ/TeHe9jfvIm oeGz0K75AHbpkgUE02jDLhHNMlynHsXz5wHSAeLKm6+K4zqTGIMl+cEggLLaz3rRsB //Zn3xHZ3ibJKkdjhdy1j9+/tA0NG/JLlNC7a0ks= 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, stable@vger.kernel.org Subject: [PATCH 4.14 000/217] 4.14.247-rc1 review Date: Mon, 20 Sep 2021 18:40:21 +0200 Message-Id: <20210920163924.591371269@linuxfoundation.org> X-Mailer: git-send-email 2.33.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.247-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.247-rc1 X-KernelTest-Deadline: 2021-09-22T16:39+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.247 release. There are 217 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 Wed, 22 Sep 2021 16:38:49 +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.247-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.247-rc1 Yoshihiro Shimoda net: renesas: sh_eth: Fix freeing wrong tx descriptor Dinghao Liu qlcnic: Remove redundant unlock in qlcnic_pinit_from_rom Benjamin Hesmans netfilter: socket: icmp6: fix use-after-scope Rafał Miłecki net: dsa: b53: Fix calculating number of switch ports Randy Dunlap ARC: export clear_user_page() for modules Christophe JAILLET mtd: rawnand: cafe: Fix a resource leak in the error handling path of 'cafe_nand_probe()' Andy Shevchenko PCI: Sync __pci_register_driver() stub for CONFIG_PCI=n Yang Li ethtool: Fix an error code in cxgb2.c Daniele Palmas net: usb: cdc_mbim: avoid altsetting toggling for Telit LN920 George Cherian PCI: Add ACS quirks for Cavium multi-function devices Marc Zyngier mfd: Don't use irq_create_mapping() to resolve a mapping Miquel Raynal dt-bindings: mtd: gpmc: Fix the ECC bytes vs. OOB bytes equation David Hildenbrand mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range() Sukadev Bhattiprolu ibmvnic: check failover_pending in login response zhenggy tcp: fix tp->undo_retrans accounting in tcp_sacktag_one() Eric Dumazet net/af_unix: fix a data-race in unix_dgram_poll Baptiste Lepers events: Reuse value read using READ_ONCE instead of re-reading it Hoang Le tipc: increase timeout in tipc_sk_enqueue() Florian Fainelli r6040: Restore MDIO clock frequency after MAC reset Xiyu Yang net/l2tp: Fix reference count leak in l2tp_udp_recv_core Lin, Zhenpeng dccp: don't duplicate ccid when cloning dccp sock Randy Dunlap ptp: dp83640: don't define PAGE0 Eric Dumazet net-caif: avoid user-triggerable WARN_ON(1) Mike Rapoport x86/mm: Fix kern_addr_valid() to cope with existing but not present entries Juergen Gross PM: base: power: don't try to use non-existing RTC for storing data Adrian Bunk bnx2x: Fix enabling network interfaces without VFs Juergen Gross xen: reset legacy rtc flag for PV domU Patryk Duda platform/chrome: cros_ec_proto: Send command again when timeout occurs Vasily Averin memcg: enable accounting for pids in nested pid namespaces Liu Zixian mm/hugetlb: initialize hugetlb_usage in mm_init Pratik R. Sampat cpufreq: powernv: Fix init_chip_info initialization in numa=off Saurav Kashyap scsi: qla2xxx: Sync queue idx with queue_pair_map idx Maciej W. Rozycki scsi: BusLogic: Fix missing pr_cont() use Mikulas Patocka parisc: fix crash with signals and alloca Yang Yingliang net: w5100: check return value after calling platform_get_resource() 王贇 net: fix NULL pointer reference in cipso_v4_doi_free Miaoqing Pan ath9k: fix sleeping in atomic context Zekun Shen ath9k: fix OOB read ar9300_eeprom_restore_internal Colin Ian King parport: remove non-zero check on count Xiaotan Luo ASoC: rockchip: i2s: Fixup config for DAIFMT_DSP_A/B Sugar Zhang ASoC: rockchip: i2s: Fix regmap_ops hang Shuah Khan usbip:vhci_hcd USB port can get stuck in the disabled state Anirudh Rayabharam usbip: give back URBs for unsent unlink requests during cleanup Nadezda Lutovinova usb: musb: musb_dsps: request_irq() after initializing musb Mathias Nyman Revert "USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk set" Ding Hui cifs: fix wrong release in sess_alloc_buffer() failed path Li Zhijian selftests/bpf: Enlarge select() timeout for test_maps Thomas Hebb mmc: rtsx_pci: Fix long reads when clock is prescaled Manish Narani mmc: sdhci-of-arasan: Check return value of non-void funtions Bob Peterson gfs2: Don't call dlm after protocol is unmounted Kees Cook staging: rts5208: Fix get_ms_information() heap buffer size J. Bruce Fields rpc: fix gss_svc_init cleanup on failure Andreas Obergschwandtner ARM: tegra: tamonten: Fix UART pad setting Tuo Li gpu: drm: amd: amdgpu: amdgpu_i2c: fix possible uninitialized-variable access in amdgpu_i2c_router_select_ddc_port() Desmond Cheong Zhi Xi Bluetooth: avoid circular locks in sco_sock_connect Nathan Chancellor net: ethernet: stmmac: Do not use unreachable() in ipq806x_gmac_probe() Vinod Koul arm64: dts: qcom: sdm660: use reg value for memory node Hans Verkuil media: v4l2-dv-timings.c: fix wrong condition in two for-loops Hans de Goede ASoC: Intel: bytcr_rt5640: Move "Platform Clock" routes to the maps for the matching in-/output Desmond Cheong Zhi Xi Bluetooth: skip invalid hci_sync_conn_complete_evt Andy Shevchenko ata: sata_dwc_460ex: No need to call phy_exit() befre phy_init() Christophe JAILLET staging: ks7010: Fix the initialization of the 'sleep_status' structure Greg Kroah-Hartman serial: 8250_pci: make setup_port() parameters explicitly unsigned Jiri Slaby hvsi: don't panic on tty_register_driver failure Jiri Slaby xtensa: ISS: don't panic in rs_init Maciej W. Rozycki serial: 8250: Define RX trigger levels for OxSemi 950 devices Heiko Carstens s390/jump_label: print real address in a case of a jump label bug Gustavo A. R. Silva flow_dissector: Fix out-of-bounds warnings Gustavo A. R. Silva ipv4: ip_output.c: Fix out-of-bounds warning in ip_copy_addrs() Zheyu Ma video: fbdev: riva: Error out if 'pixclock' equals zero Zheyu Ma video: fbdev: kyro: Error out if 'pixclock' equals zero Zheyu Ma video: fbdev: asiliantfb: Error out if 'pixclock' equals zero Johan Almbladh bpf/tests: Do not PASS tests without actually testing the result Johan Almbladh bpf/tests: Fix copy-and-paste error in double word test Zheyu Ma tty: serial: jsm: hold port lock when reporting modem line changes Geert Uytterhoeven staging: board: Fix uninitialized spinlock when attaching genpd Jack Pham usb: gadget: composite: Allow bMaxPower=0 if self-powered Maciej Żenczykowski usb: gadget: u_ether: fix a potential null pointer dereference Kelly Devilliv usb: host: fotg210: fix the actual_length of an iso packet Kelly Devilliv usb: host: fotg210: fix the endpoint's transactional opportunities calculation Tianjia Zhang Smack: Fix wrong semantics in smk_access_entry() Yajun Deng netlink: Deal with ESRCH error in nlmsg_notify() Zheyu Ma video: fbdev: kyro: fix a DoS bug by restricting user input David Heidelberg ARM: dts: qcom: apq8064: correct clock names Jonathan Cameron iio: dac: ad5624r: Fix incorrect handling of an optional regulator. Rafael J. Wysocki PCI: Use pci_update_current_state() in pci_enable_device_flags() Sean Anderson crypto: mxs-dcp - Use sg_mapping_iter to copy data Mauro Carvalho Chehab media: dib8000: rewrite the init prbs logic Oleksij Rempel MIPS: Malta: fix alignment of the devicetree buffer Dan Carpenter scsi: qedi: Fix error codes in qedi_alloc_global_queues() Zhen Lei pinctrl: single: Fix error return code in pcs_parse_bits_in_pinctrl_entry() Randy Dunlap openrisc: don't printk() unconditionally Jason Gunthorpe vfio: Use config not menuconfig for VFIO_NOIOMMU Jaehyoung Choi pinctrl: samsung: Fix pinctrl bank pin count Leon Romanovsky docs: Fix infiniband uverbs minor number Leon Romanovsky RDMA/iwcm: Release resources if iw_cm module initialization fails Dmitry Torokhov HID: input: do not report stylus battery state as "full" Pali Rohár PCI: aardvark: Fix masking and unmasking legacy INTx interrupts Pali Rohár PCI: aardvark: Increase polling delay to 1.5s while waiting for PIO response Hyun Kwon PCI: xilinx-nwl: Enable the clock through CCF Krzysztof Wilczyński PCI: Return ~0 data on pciconfig_read() CAP_SYS_ADMIN failure Marek Behún PCI: Restrict ASMedia ASM1062 SATA Max Payload Size Supported David Heidelberg ARM: 9105/1: atags_to_fdt: don't warn about stack size Hans de Goede libata: add ATA_HORKAGE_NO_NCQ_TRIM for Samsung 860 and 870 SSDs Sean Young media: rc-loopback: return number of emitters rather than error Mauro Carvalho Chehab media: uvc: don't do DMA on stack Wang Hai VMCI: fix NULL pointer dereference when unmapping queue pair Arne Welzel dm crypt: Avoid percpu_counter spinlock contention in crypt_page_alloc() Krzysztof Kozlowski power: supply: max17042: handle fails of reading status register Damien Le Moal block: bfq: fix bfq_set_next_ioprio_data() zhenwei pi crypto: public_key: fix overflow during implicit conversion Iwona Winiarska soc: aspeed: lpc-ctrl: Fix boundary check for mmap Harshvardhan Jha 9p/xen: Fix end of loop tests for list_for_each_entry Andy Shevchenko include/linux/list.h: add a macro to test if entry is pointing to the head Juergen Gross xen: fix setting of max_pfn in shared_info Kajol Jain powerpc/perf/hv-gpci: Fix counter value parsing Marek Marczykowski-Górecki PCI/MSI: Skip masking MSI-X on Xen PV Niklas Cassel blk-zoned: allow BLKREPORTZONE without CAP_SYS_ADMIN Niklas Cassel blk-zoned: allow zone management send operations without CAP_SYS_ADMIN Dmitry Osipenko rtc: tps65910: Correct driver module alias Tetsuo Handa fbmem: don't allow too huge resolutions Linus Walleij clk: kirkwood: Fix a clocking boot regression Daniel Thompson backlight: pwm_bl: Improve bootloader/kernel device handover Austin Kim IMA: remove -Wmissing-prototypes warning Zelin Deng KVM: x86: Update vCPU's hv_clock before back to guest when tsc_offset is adjusted Babu Moger x86/resctrl: Fix a maybe-uninitialized build warning treated as error Nguyen Dinh Phi tty: Fix data race between tiocsti() and flush_to_ldisc() Guillaume Nault netns: protect netns ID lookups with RCU Stefan Wahren net: qualcomm: fix QCA7000 checksum handling Xiyu Yang net: sched: Fix qdisc_rate_table refcount leak when get tcf_block failed Eric Dumazet ipv4: make exception cache less predictible Zenghui Yu bcma: Fix memory leak for internally-handled cores Dan Carpenter ath6kl: wmi: fix an error code in ath6kl_wmi_sync_point() Andy Duan tty: serial: fsl_lpuart: fix the wrong mapbase value Christophe JAILLET usb: bdc: Fix an error handling path in 'bdc_probe()' when no suitable DMA config is available Evgeny Novikov usb: ehci-orion: Handle errors of clk_prepare_enable() in probe Sergey Shtylyov i2c: mt65xx: fix IRQ check Len Baker CIFS: Fix a potencially linear read overflow Tony Lindgren mmc: moxart: Fix issue with uninitialized dma_slave_config Tony Lindgren mmc: dw_mmc: Fix issue with uninitialized dma_slave_config Sergey Shtylyov i2c: s3c2410: fix IRQ check Sergey Shtylyov i2c: iop3xx: fix deferred probing Pavel Skripkin Bluetooth: add timeout sanity check to hci_inquiry Nadezda Lutovinova usb: gadget: mv_u3d: request_irq() after initializing UDC Chih-Kang Chang mac80211: Fix insufficient headroom issue for AMSDU Sergey Shtylyov usb: phy: tahvo: add IRQ check Sergey Shtylyov usb: host: ohci-tmio: add IRQ check Kai-Heng Feng Bluetooth: Move shutdown callback before flushing tx and rx queue Sergey Shtylyov usb: phy: twl6030: add IRQ checks Sergey Shtylyov usb: phy: fsl-usb: add IRQ check Sergey Shtylyov usb: gadget: udc: at91: add IRQ check Christophe JAILLET drm/msm/dsi: Fix some reference counted resource leaks Desmond Cheong Zhi Xi Bluetooth: fix repeated calls to sco_sock_kill Krzysztof Kozlowski arm64: dts: exynos: correct GIC CPU interfaces address range on Exynos7 Colin Ian King Bluetooth: increase BTNAMSIZ to 21 chars to fix potential buffer overflow Stephan Gerhold soc: qcom: smsm: Fix missed interrupts if state changes while masked Rafael J. Wysocki PCI: PM: Enable PME if it can be signaled from D3cold Rafael J. Wysocki PCI: PM: Avoid forcing PCI_D0 for wakeup reasons inconsistently Dongliang Mu media: em28xx-input: fix refcount bug in em28xx_usb_disconnect Sergey Shtylyov i2c: highlander: add IRQ check Pavel Skripkin net: cipso: fix warnings in netlbl_cipsov4_add_std Martin KaFai Lau tcp: seq_file: Avoid skipping sk during tcp_seek_last_pos Dan Carpenter Bluetooth: sco: prevent information leak in sco_conn_defer_accept() Pavel Skripkin media: go7007: remove redundant initialization Dongliang Mu media: dvb-usb: fix uninit-value in vp702x_read_mac_addr Dongliang Mu media: dvb-usb: fix uninit-value in dvb_usb_adapter_dvb_init Geert Uytterhoeven soc: rockchip: ROCKCHIP_GRF should not default to y, unconditionally Stefan Berger certs: Trigger creation of RSA module signing key if it's not an RSA key Giovanni Cabiddu crypto: qat - use proper type for vf_mask Phong Hoang clocksource/drivers/sh_cmt: Fix wrong setting if don't request IRQ for clock source channel Tony Lindgren spi: spi-pic32: Fix issue with uninitialized dma_slave_config Tony Lindgren spi: spi-fsl-dspi: Fix issue with uninitialized dma_slave_config Pavel Skripkin m68k: emu: Fix invalid free in nfeth_cleanup() Stian Skjelstad udf_get_extendedattr() had no boundary checks. Giovanni Cabiddu crypto: qat - do not export adf_iov_putmsg() Marco Chiappero crypto: qat - fix naming for init/shutdown VF to PF notifications Marco Chiappero crypto: qat - fix reuse of completion variable Giovanni Cabiddu crypto: qat - handle both source of interrupt in VF ISR Giovanni Cabiddu crypto: qat - do not ignore errors from enable_vf2pf_comms() Damien Le Moal libata: fix ata_host_start() Vineeth Vijayan s390/cio: add dev_busid sysfs entry for each subchannel Sebastian Krzyszkowiak power: supply: max17042_battery: fix typo in MAx17042_TOFF Ruozhu Li nvme-rdma: don't update queue count when failing to set io queues Pali Rohár isofs: joliet: Fix iocharset=utf8 mount option Jan Kara udf: Check LVID earlier Tony Lindgren crypto: omap-sham - clear dma flags only after omap_sham_update_dma_stop() Hans de Goede power: supply: axp288_fuel_gauge: Report register-address on readb / writeb errors Sean Anderson crypto: mxs-dcp - Check for DMA mapping errors Jeongtae Park regmap: fix the offset of register error log Marek Behún PCI: Call Max Payload Size-related fixup quirks early Paul Gortmaker x86/reboot: Limit Dell Optiplex 990 quirk to early BIOS versions Yoshihiro Shimoda usb: host: xhci-rcar: Don't reload firmware after the completion Qu Wenruo Revert "btrfs: compression: don't try to compress if we don't have enough pages" Muchun Song mm/page_alloc: speed up the iteration of max_order Esben Haabendal net: ll_temac: Remove left-over debug message Fangrui Song powerpc/boot: Delete unneeded .globl _zimage_start Michael Ellerman powerpc/module64: Fix comment in R_PPC64_ENTRY handling Christophe Leroy crypto: talitos - reduce max key size for SEC1 Andrew Morton mm/kmemleak.c: make cond_resched() rate-limiting more efficient Vasily Gorbik s390/disassembler: correct disassembly lines alignment Mathieu Desnoyers ipv4/icmp: l3mdev: Perform icmp error route lookup on source device routing table (v2) Christian Lamparter ath10k: fix recent bandwidth conversion bug Chao Yu f2fs: fix potential overflow Tom Rix USB: serial: mos7720: improve OOM-handling in read_mos_reg() Liu Jian igmp: Add ip_mc_list lock in ip_check_mc_rcu Pavel Skripkin media: stkwebcam: fix memory leak in stk_camera_probe Greg Kroah-Hartman clk: fix build warning for orphan_list Zubin Mithra ALSA: pcm: fix divide error in snd_pcm_lib_ioctl Ben Dooks ARM: 8918/2: only build return_address() if needed Christoph Hellwig cryptoloop: add a deprecation warning Kim Phillips perf/x86/amd/ibs: Work around erratum #1197 Xiaoyao Li perf/x86/intel/pt: Fix mask of num_address_ranges Shai Malin qede: Fix memset corruption Harini Katakam net: macb: Add a NULL check on desc_ptp Shai Malin qed: Fix the VF msix vectors flow Randy Dunlap xtensa: fix kconfig unmet dependency warning for HAVE_FUTEX_CMPXCHG Theodore Ts'o ext4: fix race writing to an inline_data file while its xattrs are changing ------------- Diffstat: Documentation/admin-guide/devices.txt | 6 +- .../devicetree/bindings/mtd/gpmc-nand.txt | 2 +- Makefile | 4 +- arch/arc/mm/cache.c | 2 +- arch/arm/boot/compressed/Makefile | 2 + arch/arm/boot/dts/qcom-apq8064.dtsi | 6 +- arch/arm/boot/dts/tegra20-tamonten.dtsi | 14 ++-- arch/arm/kernel/Makefile | 6 +- arch/arm/kernel/return_address.c | 4 -- arch/arm64/boot/dts/exynos/exynos7.dtsi | 2 +- arch/arm64/boot/dts/qcom/ipq8074-hk01.dts | 2 +- arch/m68k/emu/nfeth.c | 4 +- arch/mips/mti-malta/malta-dtshim.c | 2 +- arch/openrisc/kernel/entry.S | 2 + arch/parisc/kernel/signal.c | 6 ++ arch/powerpc/boot/crt0.S | 3 - arch/powerpc/kernel/module_64.c | 2 +- arch/powerpc/perf/hv-gpci.c | 2 +- arch/s390/kernel/dis.c | 2 +- arch/s390/kernel/jump_label.c | 2 +- arch/x86/events/amd/ibs.c | 8 +++ arch/x86/events/intel/pt.c | 2 +- arch/x86/kernel/cpu/intel_rdt_monitor.c | 6 ++ arch/x86/kernel/reboot.c | 3 +- arch/x86/kvm/x86.c | 4 ++ arch/x86/mm/init_64.c | 6 +- arch/x86/xen/enlighten_pv.c | 7 ++ arch/x86/xen/p2m.c | 4 +- arch/xtensa/Kconfig | 2 +- arch/xtensa/platforms/iss/console.c | 17 ++++- block/bfq-iosched.c | 2 +- block/blk-zoned.c | 6 -- certs/Makefile | 8 +++ drivers/ata/libata-core.c | 6 +- drivers/ata/sata_dwc_460ex.c | 12 ++-- drivers/base/power/trace.c | 10 +++ drivers/base/regmap/regmap.c | 2 +- drivers/bcma/main.c | 6 +- drivers/block/Kconfig | 4 +- drivers/block/cryptoloop.c | 2 + drivers/clk/clk.c | 10 +-- drivers/clk/mvebu/kirkwood.c | 1 + drivers/clocksource/sh_cmt.c | 30 ++++---- drivers/cpufreq/powernv-cpufreq.c | 16 ++++- drivers/crypto/mxs-dcp.c | 81 ++++++++++++---------- drivers/crypto/omap-sham.c | 2 +- .../crypto/qat/qat_c3xxxvf/adf_c3xxxvf_hw_data.c | 4 +- drivers/crypto/qat/qat_c62xvf/adf_c62xvf_hw_data.c | 4 +- drivers/crypto/qat/qat_common/adf_common_drv.h | 8 +-- drivers/crypto/qat/qat_common/adf_init.c | 5 +- drivers/crypto/qat/qat_common/adf_isr.c | 7 +- drivers/crypto/qat/qat_common/adf_pf2vf_msg.c | 3 +- drivers/crypto/qat/qat_common/adf_vf2pf_msg.c | 12 ++-- drivers/crypto/qat/qat_common/adf_vf_isr.c | 7 +- .../qat/qat_dh895xccvf/adf_dh895xccvf_hw_data.c | 4 +- drivers/crypto/talitos.c | 4 ++ drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c | 2 +- drivers/gpu/drm/msm/dsi/dsi.c | 6 +- drivers/hid/hid-input.c | 2 - drivers/i2c/busses/i2c-highlander.c | 2 +- drivers/i2c/busses/i2c-iop3xx.c | 6 +- drivers/i2c/busses/i2c-mt65xx.c | 2 +- drivers/i2c/busses/i2c-s3c2410.c | 2 +- drivers/iio/dac/ad5624r_spi.c | 18 ++++- drivers/infiniband/core/iwcm.c | 19 +++-- drivers/md/dm-crypt.c | 7 +- drivers/media/dvb-frontends/dib8000.c | 58 +++++++++++----- drivers/media/rc/rc-loopback.c | 2 +- drivers/media/usb/dvb-usb/nova-t-usb2.c | 6 +- drivers/media/usb/dvb-usb/vp702x.c | 12 +++- drivers/media/usb/em28xx/em28xx-input.c | 1 - drivers/media/usb/go7007/go7007-driver.c | 26 ------- drivers/media/usb/stkwebcam/stk-webcam.c | 6 +- drivers/media/usb/uvc/uvc_v4l2.c | 34 ++++++--- drivers/media/v4l2-core/v4l2-dv-timings.c | 4 +- drivers/mfd/ab8500-core.c | 2 +- drivers/mfd/stmpe.c | 4 +- drivers/mfd/tc3589x.c | 2 +- drivers/mfd/wm8994-irq.c | 2 +- drivers/misc/aspeed-lpc-ctrl.c | 2 +- drivers/misc/vmw_vmci/vmci_queue_pair.c | 6 +- drivers/mmc/host/dw_mmc.c | 1 + drivers/mmc/host/moxart-mmc.c | 1 + drivers/mmc/host/rtsx_pci_sdmmc.c | 36 ++++++---- drivers/mmc/host/sdhci-of-arasan.c | 18 ++++- drivers/mtd/nand/cafe_nand.c | 4 +- drivers/net/dsa/b53/b53_common.c | 3 +- drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c | 2 +- drivers/net/ethernet/cadence/macb_ptp.c | 11 ++- drivers/net/ethernet/chelsio/cxgb/cxgb2.c | 1 + drivers/net/ethernet/ibm/ibmvnic.c | 8 +++ drivers/net/ethernet/qlogic/qed/qed_main.c | 7 +- drivers/net/ethernet/qlogic/qede/qede_main.c | 2 +- drivers/net/ethernet/qlogic/qlcnic/qlcnic_init.c | 1 - drivers/net/ethernet/qualcomm/qca_spi.c | 2 +- drivers/net/ethernet/qualcomm/qca_uart.c | 2 +- drivers/net/ethernet/rdc/r6040.c | 9 ++- drivers/net/ethernet/renesas/sh_eth.c | 1 + .../net/ethernet/stmicro/stmmac/dwmac-ipq806x.c | 18 +++-- drivers/net/ethernet/wiznet/w5100.c | 2 + drivers/net/ethernet/xilinx/ll_temac_main.c | 4 +- drivers/net/phy/dp83640_reg.h | 2 +- drivers/net/usb/cdc_mbim.c | 5 ++ drivers/net/wireless/ath/ath10k/htt_rx.c | 42 ++++++----- drivers/net/wireless/ath/ath6kl/wmi.c | 4 +- drivers/net/wireless/ath/ath9k/ar9003_eeprom.c | 3 +- drivers/net/wireless/ath/ath9k/hw.c | 12 ++-- drivers/nvme/host/rdma.c | 4 +- drivers/parport/ieee1284_ops.c | 2 +- drivers/pci/host/pci-aardvark.c | 11 ++- drivers/pci/host/pcie-xilinx-nwl.c | 12 ++++ drivers/pci/msi.c | 3 + drivers/pci/pci.c | 31 +++++---- drivers/pci/quirks.c | 17 +++-- drivers/pci/syscall.c | 4 +- drivers/pinctrl/pinctrl-single.c | 1 + drivers/pinctrl/samsung/pinctrl-samsung.c | 2 +- drivers/platform/chrome/cros_ec_proto.c | 9 +++ drivers/power/supply/axp288_fuel_gauge.c | 4 +- drivers/power/supply/max17042_battery.c | 8 ++- drivers/rtc/rtc-tps65910.c | 2 +- drivers/s390/cio/css.c | 17 +++++ drivers/scsi/BusLogic.c | 4 +- drivers/scsi/qedi/qedi_main.c | 14 ++-- drivers/scsi/qla2xxx/qla_nvme.c | 5 +- drivers/soc/qcom/smsm.c | 11 ++- drivers/soc/rockchip/Kconfig | 4 +- drivers/spi/spi-fsl-dspi.c | 1 + drivers/spi/spi-pic32.c | 1 + drivers/staging/board/board.c | 7 +- drivers/staging/ks7010/ks7010_sdio.c | 2 +- drivers/staging/rts5208/rtsx_scsi.c | 10 +-- drivers/tty/hvc/hvsi.c | 19 ++++- drivers/tty/serial/8250/8250_pci.c | 2 +- drivers/tty/serial/8250/8250_port.c | 3 +- drivers/tty/serial/fsl_lpuart.c | 2 +- drivers/tty/serial/jsm/jsm_neo.c | 2 + drivers/tty/serial/jsm/jsm_tty.c | 3 + drivers/tty/tty_io.c | 4 +- drivers/usb/gadget/composite.c | 8 ++- drivers/usb/gadget/function/u_ether.c | 5 +- drivers/usb/gadget/udc/at91_udc.c | 4 +- drivers/usb/gadget/udc/bdc/bdc_core.c | 3 +- drivers/usb/gadget/udc/mv_u3d_core.c | 19 ++--- drivers/usb/host/ehci-orion.c | 8 ++- drivers/usb/host/fotg210-hcd.c | 41 +++++------ drivers/usb/host/fotg210.h | 5 -- drivers/usb/host/ohci-tmio.c | 3 + drivers/usb/host/xhci-rcar.c | 7 ++ drivers/usb/host/xhci.c | 24 +++---- drivers/usb/musb/musb_dsps.c | 13 ++-- drivers/usb/phy/phy-fsl-usb.c | 2 + drivers/usb/phy/phy-tahvo.c | 4 +- drivers/usb/phy/phy-twl6030-usb.c | 5 ++ drivers/usb/serial/mos7720.c | 4 +- drivers/usb/usbip/vhci_hcd.c | 32 ++++++++- drivers/vfio/Kconfig | 2 +- drivers/video/backlight/pwm_bl.c | 54 ++++++++------- drivers/video/fbdev/asiliantfb.c | 3 + drivers/video/fbdev/core/fbmem.c | 7 ++ drivers/video/fbdev/kyro/fbdev.c | 8 +++ drivers/video/fbdev/riva/fbdev.c | 3 + fs/btrfs/inode.c | 2 +- fs/cifs/cifs_unicode.c | 9 +-- fs/cifs/sess.c | 2 +- fs/ext4/inline.c | 6 ++ fs/f2fs/segment.c | 11 +-- fs/gfs2/lock_dlm.c | 5 ++ fs/isofs/inode.c | 27 ++++---- fs/isofs/isofs.h | 1 - fs/isofs/joliet.c | 4 +- fs/udf/misc.c | 13 +++- fs/udf/super.c | 25 ++++--- include/crypto/public_key.h | 4 +- include/linux/hugetlb.h | 9 +++ include/linux/list.h | 29 +++++--- include/linux/memory_hotplug.h | 4 +- include/linux/pci.h | 5 +- include/linux/power/max17042_battery.h | 2 +- include/linux/skbuff.h | 2 +- include/uapi/linux/serial_reg.h | 1 + kernel/events/core.c | 2 +- kernel/fork.c | 1 + kernel/pid_namespace.c | 2 +- lib/test_bpf.c | 13 +++- mm/kmemleak.c | 2 +- mm/memory_hotplug.c | 4 +- mm/page_alloc.c | 8 +-- net/9p/trans_xen.c | 4 +- net/bluetooth/cmtp/cmtp.h | 2 +- net/bluetooth/hci_core.c | 14 ++++ net/bluetooth/hci_event.c | 15 ++++ net/bluetooth/sco.c | 50 ++++++------- net/caif/chnl_net.c | 19 +---- net/core/flow_dissector.c | 12 ++-- net/core/net_namespace.c | 18 ++--- net/dccp/minisocks.c | 2 + net/ipv4/icmp.c | 23 +++++- net/ipv4/igmp.c | 2 + net/ipv4/ip_output.c | 5 +- net/ipv4/route.c | 46 +++++++----- net/ipv4/tcp_input.c | 2 +- net/ipv4/tcp_ipv4.c | 5 +- net/ipv6/netfilter/nf_socket_ipv6.c | 4 +- net/l2tp/l2tp_core.c | 4 +- net/mac80211/tx.c | 4 +- net/netlabel/netlabel_cipso_v4.c | 12 ++-- net/netlink/af_netlink.c | 4 +- net/sched/sch_cbq.c | 2 +- net/sunrpc/auth_gss/svcauth_gss.c | 2 +- net/tipc/socket.c | 2 +- net/unix/af_unix.c | 2 +- security/integrity/ima/ima_mok.c | 2 +- security/smack/smack_access.c | 17 +++-- sound/core/pcm_lib.c | 2 +- sound/soc/intel/boards/bytcr_rt5640.c | 9 ++- sound/soc/rockchip/rockchip_i2s.c | 35 ++++++---- tools/testing/selftests/bpf/test_maps.c | 2 +- 218 files changed, 1161 insertions(+), 663 deletions(-)