Received: by 2002:a25:683:0:0:0:0:0 with SMTP id 125csp666860ybg; Mon, 1 Jun 2020 11:10:53 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzSU6hB5era92XSj1nfP171SIbePGaBr150r0AjMo2qQjE79NTh/1aQmx+wy3wiTshXHKuq X-Received: by 2002:a17:907:40c7:: with SMTP id nv7mr19818667ejb.16.1591035052809; Mon, 01 Jun 2020 11:10:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1591035052; cv=none; d=google.com; s=arc-20160816; b=niXU2dzmMps1MH1cQv1X97FgrTzEf4cN7rl13zKGdCW6wT8i8HnJboOmcHOSe8IRMv 3i+W1hAil17bsATnMOrloMqfUiisNTsXMds4f6RtRs6W+tY5An6GCQep0drCR9aMmeah tjWyA2/R4ta5zQyfa8hsfgHJhJML3pGCSJ8J0cpPCUdBxlElknY1Ffunn5pyCOMndQNo sy4cQtGNfqkKfy+8dJQWcoyAkq3kz06hwCLTVEzw9lKQ0Vj+IoNVBtYtIzXy0In+sblO 1zCBgj4qHqeVf2taE20ErDTsZOKGoTYfLnzwRgiUXmzFhFg9eHCwK2zAgBxN/S/RU7r4 vxKw== 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=yvFOskcxZu+RvFysMV0xY/u0M5f3BW3gnepT2R5M48Y=; b=U59sdPLkEw7AWyevJJfWebGKZq+Q2GPnLvE2bIQR2541Tm8yCn7JhS2B0cMpQOSQr9 /kt3L/1O57SG/aJ5iBlZ8dRSnkS1s1Ux9oI2j43KniE0K0yloofFasZK0ji5wjyht+LJ TLaebqL5e3YWZU7qgCUTqXh76SfB5ZI6HI7tJ6ysG8er21Mxj2XAN0mMVPiyHX1NbSCw 41p+CfeZhjHgsS1ALJSz+RfntzScyV2wztMFf1xhTwtXrb1DEW8s1wJI3ReS1Qyh6FXx tjXDO5E7O01oAvefs+k0LpLHShCK74H9+T6+mPvevyylm8WLPB3S7n9mMEqCPGHPSzoH sXug== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=ntPE092S; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id e23si130541ejb.425.2020.06.01.11.10.27; Mon, 01 Jun 2020 11:10:52 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=ntPE092S; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730583AbgFASHZ (ORCPT + 99 others); Mon, 1 Jun 2020 14:07:25 -0400 Received: from mail.kernel.org ([198.145.29.99]:52586 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730500AbgFASGw (ORCPT ); Mon, 1 Jun 2020 14:06:52 -0400 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 ADD4D20872; Mon, 1 Jun 2020 18:06:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1591034811; bh=QpumjTOOgL3G+3J8Q2DY05Nn6jT/QCa1ydaFEM6qI0c=; h=From:To:Cc:Subject:Date:From; b=ntPE092SWEIvYBxYSpwYxrY36S/kiaXUvosdEGoktdB/zwyH/gBG2w061hZNKbfga Ba9/7jd7Oa7eeUeKPjoi2HK4/gfNBJsIu+LSP1mwj1RNuxL0lGmLw4mrJZvP/Lnk7O fvYlovBgvDN+ycLL5XPVvZY51eTpOQhNZfgVjJwg= 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 5.4 000/142] 5.4.44-rc1 review Date: Mon, 1 Jun 2020 19:52:38 +0200 Message-Id: <20200601174037.904070960@linuxfoundation.org> X-Mailer: git-send-email 2.26.2 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-5.4.44-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-5.4.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 5.4.44-rc1 X-KernelTest-Deadline: 2020-06-03T17:40+00:00 Content-Type: text/plain; charset=UTF-8 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 5.4.44 release. There are 142 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, 03 Jun 2020 17:38:19 +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/v5.x/stable-review/patch-5.4.44-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-5.4.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 5.4.44-rc1 Changbin Du perf: Make perf able to build with latest libbfd Pablo Neira Ayuso netfilter: nf_conntrack_pptp: fix compilation warning with W=1 build Nathan Chancellor netfilter: conntrack: Pass value of ctinfo to __nf_conntrack_update Pablo Neira Ayuso netfilter: conntrack: comparison of unsigned in cthelper confirmation Dmitry Torokhov Revert "Input: i8042 - add ThinkPad S230u to i8042 nomux list" Qiushi Wu bonding: Fix reference count leak in bond_sysfs_slave_add. Vladimir Oltean net: dsa: declare lockless TX feature for slave ports David Ahern ipv4: nexthop version of fib_info_nh_uses_dev David Ahern nexthop: Expand nexthop_is_multipath in a few places Nikolay Aleksandrov nexthops: don't modify published nexthop groups David Ahern nexthops: Move code from remove_nexthop_from_groups to remove_nh_grp_entry Eric Dumazet crypto: chelsio/chtls: properly set tp->lsndtime Qiushi Wu qlcnic: fix missing release in qlcnic_83xx_interrupt_test. Björn Töpel xsk: Add overflow check for u64 division, stored into u32 Pradeep Kumar Chitrapu ieee80211: Fix incorrect mask for default PE duration Michael Chan bnxt_en: Fix accumulation of bp->net_stats_prev. Xin Long esp6: get the right proto for transport mode in esp6_gso_encap Pablo Neira Ayuso netfilter: nf_conntrack_pptp: prevent buffer overflows in debug code Pablo Neira Ayuso netfilter: nfnetlink_cthelper: unbreak userspace helper support Pablo Neira Ayuso netfilter: conntrack: make conntrack userspace helpers work again Phil Sutter netfilter: ipset: Fix subcounter update skip Michael Braun netfilter: nft_reject_bridge: enable reject with bridge vlan Xin Long ip_vti: receive ipip packet by calling ip_tunnel_rcv Antony Antony xfrm: fix error in comment Xin Long xfrm: fix a NULL-ptr deref in xfrm_local_error Xin Long xfrm: fix a warning in xfrm_policy_insert_list Nicolas Dichtel xfrm interface: fix oops when deleting a x-netns interface Xin Long xfrm: call xfrm_output_gso when inner_protocol is set in xfrm_output Xin Long xfrm: remove the xfrm_state_put call becofe going to out_reset Xin Long xfrm: do pskb_pull properly in __xfrm_transport_prep Xin Long xfrm: allow to accept packets with ipv6 NEXTHDR_HOP in xfrm_input Al Viro copy_xstate_to_kernel(): don't leave parts of destination uninitialized Alexander Dahl x86/dma: Fix max PFN arithmetic overflow on 32 bit systems Linus Lüssing mac80211: mesh: fix discovery timer re-arming issue / crash Andy Lutomirski x86/syscalls: Revert "x86/syscalls: Make __X32_SYSCALL_BIT be unsigned long" Johannes Berg cfg80211: fix debugfs rename crash Helge Deller parisc: Fix kernel panic in mem_init() Qiushi Wu iommu: Fix reference count leak in iommu_group_alloc. Linus Walleij gpio: fix locking open drain IRQ lines Jens Axboe Revert "block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAIT" Arnd Bergmann include/asm-generic/topology.h: guard cpumask_of_node() macro argument Alexander Potapenko fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info() Konstantin Khlebnikov mm: remove VM_BUG_ON(PageSlab()) from page_mapcount() Hugh Dickins mm,thp: stop leaking unreleased file pages Valentine Fatiev IB/ipoib: Fix double free of skb in case of multicast traffic in CM mode Simon Ser drm/amd/display: drop cursor position check in atomic test Jason Gunthorpe RDMA/core: Fix double destruction of uobject Jeff Layton ceph: flush release queue when handling caps for unknown inode Jerry Lee libceph: ignore pool overlay and cache logic on redirects Kailang Yang ALSA: hda/realtek - Add new codec supported for ALC287 Takashi Iwai ALSA: usb-audio: Quirks for Gigabyte TRX40 Aorus Master onboard audio Vinod Koul clk: qcom: gcc: Fix parent for gpll0_out_even Eric W. Biederman exec: Always set cap_ambient in cap_bprm_set_creds Chris Chiu ALSA: usb-audio: mixer: volume quirk for ESS Technology Asus USB DAC Takashi Iwai ALSA: hda/realtek - Add a model for Thinkpad T570 without DAC workaround Changming Liu ALSA: hwdep: fix a left shifting 1 by 31 UB bug Qiushi Wu RDMA/pvrdma: Fix missing pci disable in pvrdma_pci_probe() Tiezhu Yang gpio: bcm-kona: Fix return value of bcm_kona_gpio_probe() Tiezhu Yang gpio: pxa: Fix return value of pxa_gpio_probe() Peng Hao mmc: block: Fix use-after-free issue for rpmb Hamish Martin ARM: dts: bcm: HR2: Fix PPI interrupt types Vincent Stehlé ARM: dts: bcm2835-rpi-zero-w: Fix led polarity Robert Beckett ARM: dts/imx6q-bx50v3: Set display interface clock parents Kaike Wan IB/qib: Call kobject_put() when kobject_init_and_add() fails Paul Cercueil gpu/drm: Ingenic: Fix opaque pointer casted to wrong type Dennis YC Hsieh soc: mediatek: cmdq: return send msg error code Hsin-Yi Wang arm64: dts: mt8173: fix vcodec-enc clock Takashi Iwai gpio: exar: Fix bad handling for ida_simple_get error path Russell King ARM: uaccess: fix DACR mismatch with nested exceptions Russell King ARM: uaccess: integrate uaccess_save and uaccess_restore Russell King ARM: uaccess: consolidate uaccess asm to asm/uaccess-asm.h Łukasz Stelmach ARM: 8970/1: decompressor: increase tag size Wei Yongjun Input: synaptics-rmi4 - fix error return code in rmi_driver_probe() Evan Green Input: synaptics-rmi4 - really fix attn_data use-after-free Kevin Locke Input: i8042 - add ThinkPad S230u to i8042 reset list Christophe JAILLET Input: dlink-dir685-touchkeys - fix a typo in driver name Łukasz Patron Input: xpad - add custom init packet for Xbox One S controllers Brendan Shanks Input: evdev - call input_flush_device() on release(), not flush() Kevin Locke Input: i8042 - add ThinkPad S230u to i8042 nomux list James Hilliard Input: usbtouchscreen - add support for BonXeon TP Madhuparna Bhowmik drivers: net: hamradio: Fix suspicious RCU usage warning in bpqether.c Matteo Croce samples: bpf: Fix build error Al Viro csky: Fixup raw_copy_from_user() Steve French cifs: Fix null pointer check in cifs_read Amy Shih hwmon: (nct7904) Fix incorrect range of temperature limit registers Liu Yibin csky: Fixup remove duplicate irq_disable Mao Han csky: Fixup perf callchain unwind Liu Yibin csky: Fixup msa highest 3 bits mask Tero Kristo clk: ti: am33xx: fix RTC clock parent Kefeng Wang riscv: stacktrace: Fix undefined reference to `walk_stackframe' Denis V. Lunev IB/i40iw: Remove bogus call to netdev_master_upper_dev_get() Arnd Bergmann net: freescale: select CONFIG_FIXED_PHY where needed Masahiro Yamada usb: gadget: legacy: fix redundant initialization warnings Christophe JAILLET usb: phy: twl6030-usb: Fix a resource leak in an error handling path in 'twl6030_usb_probe()' Andy Shevchenko usb: dwc3: pci: Enable extcon driver for Intel Merrifield Lei Xue cachefiles: Fix race between read_waiter and read_copier involving op->to_do Felix Kuehling drm/amdgpu: Use GEM obj reference for KFD BOs Evan Quan drm/amd/powerplay: perform PG ungate prior to CG ungate Evan Quan drm/amdgpu: drop unnecessary cancel_delayed_work_sync on PG ungate Andreas Gruenbacher gfs2: Grab glock reference sooner in gfs2_add_revoke Bob Peterson gfs2: don't call quota_unhold if quotas are not locked Bob Peterson gfs2: move privileged user check to gfs2_quota_lock_check Chuhong Yuan net: microchip: encx24j600: add missed kthread_stop Andrew Oakley ALSA: usb-audio: add mapping for ASRock TRX40 Creator Stephen Warren gpio: tegra: mask GPIO IRQs during IRQ shutdown Johan Jonker ARM: dts: rockchip: fix pinctrl sub nodename for spi in rk322x.dtsi Johan Jonker ARM: dts: rockchip: swap clock-names of gpu nodes Johan Jonker arm64: dts: rockchip: swap interrupts interrupt-names rk3399 gpu node Johan Jonker arm64: dts: rockchip: fix status for &gmac2phy in rk3328-evb.dts Johan Jonker ARM: dts: rockchip: fix phy nodename for rk3229-xms6 Johan Jonker ARM: dts: rockchip: fix phy nodename for rk3228-evb Jiri Pirko mlxsw: spectrum: Fix use-after-free of split/unsplit/type_set in case reload fails Qiushi Wu net/mlx4_core: fix a memory leak bug. Qiushi Wu net: sun: fix missing release regions in cas_init_one(). Vadim Fedorenko net/tls: free record only on encryption error Vadim Fedorenko net/tls: fix encryption error checking Roi Dayan net/mlx5: Annotate mutex destroy for root ns Shay Drory net/mlx5: Fix error flow in case of function_setup failure Moshe Shemesh net/mlx5e: Update netdev txq on completions during closure Moshe Shemesh net/mlx5: Fix memory leak in mlx5_events_init Roi Dayan net/mlx5e: Fix inner tirs handling Tariq Toukan net/mlx5e: kTLS, Destroy key object after destroying the TIS Eric Dumazet tipc: block BH before using dst_cache Jere Leppänen sctp: Start shutdown on association restart if in SHUTDOWN-SENT state and socket is closed Neil Horman sctp: Don't add the shutdown timer if its already been added Marc Payne r8152: support additional Microsoft Surface Ethernet Adapter variant David Ahern nexthop: Fix attribute checking for groups Vinay Kumar Yadav net/tls: fix race condition causing kernel panic Roman Mashak net sched: fix reporting the first-time use timestamp Yuqi Jin net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()" Manivannan Sadhasivam net: qrtr: Fix passing invalid reference to qrtr_local_enqueue() Stephen Worley net: nlmsg_cancel() if put fails for nhmsg Russell King net: mvpp2: fix RX hashing for non-10G ports Moshe Shemesh net/mlx5: Add command entry handling completion Vadim Fedorenko net: ipip: fix wrong address family in init error path Martin KaFai Lau net: inet_csk: Fix so_reuseport bind-address cache in tb->fast* Boris Sukholitko __netif_receive_skb_core: pass skb by reference Grygorii Strashko net: ethernet: ti: cpsw: fix ASSERT_RTNL() warning during suspend DENG Qingfang net: dsa: mt7530: fix roaming from DSA user ports Sabrina Dubroca net: don't return invalid table id error when we fall back to PF_UNSPEC Vladimir Oltean dpaa_eth: fix usage as DSA master, try 3 Eric Dumazet ax25: fix setsockopt(SO_BINDTODEVICE) ------------- Diffstat: Makefile | 4 +- arch/arm/boot/compressed/vmlinux.lds.S | 2 +- arch/arm/boot/dts/bcm-hr2.dtsi | 6 +- arch/arm/boot/dts/bcm2835-rpi-zero-w.dts | 2 +- arch/arm/boot/dts/imx6q-b450v3.dts | 7 -- arch/arm/boot/dts/imx6q-b650v3.dts | 7 -- arch/arm/boot/dts/imx6q-b850v3.dts | 11 -- arch/arm/boot/dts/imx6q-bx50v3.dtsi | 15 +++ arch/arm/boot/dts/rk3036.dtsi | 2 +- arch/arm/boot/dts/rk3228-evb.dts | 2 +- arch/arm/boot/dts/rk3229-xms6.dts | 2 +- arch/arm/boot/dts/rk322x.dtsi | 6 +- arch/arm/boot/dts/rk3xxx.dtsi | 2 +- arch/arm/include/asm/assembler.h | 75 +------------ arch/arm/include/asm/uaccess-asm.h | 117 +++++++++++++++++++++ arch/arm/kernel/entry-armv.S | 11 +- arch/arm/kernel/entry-header.S | 9 +- arch/arm64/boot/dts/mediatek/mt8173.dtsi | 4 +- arch/arm64/boot/dts/rockchip/rk3328-evb.dts | 2 +- arch/arm64/boot/dts/rockchip/rk3399.dtsi | 8 +- arch/csky/abiv1/inc/abi/entry.h | 4 +- arch/csky/abiv2/inc/abi/entry.h | 4 +- arch/csky/include/asm/uaccess.h | 49 +++++---- arch/csky/kernel/entry.S | 2 - arch/csky/kernel/perf_callchain.c | 9 +- arch/csky/lib/usercopy.c | 8 +- arch/parisc/mm/init.c | 2 +- arch/riscv/kernel/stacktrace.c | 2 +- arch/x86/include/asm/dma.h | 2 +- arch/x86/include/uapi/asm/unistd.h | 11 +- arch/x86/kernel/fpu/xstate.c | 86 ++++++++------- block/blk-core.c | 11 +- drivers/clk/qcom/gcc-sm8150.c | 3 +- drivers/clk/ti/clk-33xx.c | 2 +- drivers/crypto/chelsio/chtls/chtls_io.c | 2 +- drivers/gpio/gpio-bcm-kona.c | 2 +- drivers/gpio/gpio-exar.c | 7 +- drivers/gpio/gpio-pxa.c | 4 +- drivers/gpio/gpio-tegra.c | 1 + drivers/gpio/gpiolib.c | 11 +- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 5 +- drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 6 +- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 12 +-- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 7 -- drivers/gpu/drm/amd/powerplay/amd_powerplay.c | 6 +- drivers/gpu/drm/amd/powerplay/amdgpu_smu.c | 6 +- drivers/gpu/drm/ingenic/ingenic-drm.c | 2 +- drivers/hwmon/nct7904.c | 4 +- drivers/infiniband/core/rdma_core.c | 20 ++-- drivers/infiniband/hw/i40iw/i40iw_cm.c | 8 -- drivers/infiniband/hw/qib/qib_sysfs.c | 9 +- drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c | 2 +- drivers/infiniband/ulp/ipoib/ipoib.h | 4 + drivers/infiniband/ulp/ipoib/ipoib_cm.c | 15 +-- drivers/infiniband/ulp/ipoib/ipoib_ib.c | 9 +- drivers/infiniband/ulp/ipoib/ipoib_main.c | 10 +- drivers/input/evdev.c | 19 +--- drivers/input/joystick/xpad.c | 12 +++ drivers/input/keyboard/dlink-dir685-touchkeys.c | 2 +- drivers/input/rmi4/rmi_driver.c | 5 +- drivers/input/serio/i8042-x86ia64io.h | 7 ++ drivers/input/touchscreen/usbtouchscreen.c | 1 + drivers/iommu/iommu.c | 2 +- drivers/mmc/core/block.c | 2 +- drivers/net/bonding/bond_sysfs_slave.c | 4 +- drivers/net/dsa/mt7530.c | 9 +- drivers/net/dsa/mt7530.h | 1 + drivers/net/ethernet/broadcom/bnxt/bnxt.c | 2 +- drivers/net/ethernet/freescale/Kconfig | 2 + drivers/net/ethernet/freescale/dpaa/Kconfig | 1 + drivers/net/ethernet/freescale/dpaa/dpaa_eth.c | 2 +- drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c | 2 +- drivers/net/ethernet/mellanox/mlx4/fw.c | 2 +- drivers/net/ethernet/mellanox/mlx5/core/cmd.c | 14 +++ drivers/net/ethernet/mellanox/mlx5/core/en.h | 2 +- .../ethernet/mellanox/mlx5/core/en_accel/ktls.c | 2 +- drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 12 ++- drivers/net/ethernet/mellanox/mlx5/core/en_rep.c | 4 +- drivers/net/ethernet/mellanox/mlx5/core/en_tx.c | 9 +- drivers/net/ethernet/mellanox/mlx5/core/events.c | 4 +- drivers/net/ethernet/mellanox/mlx5/core/fs_core.c | 6 ++ .../net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c | 4 +- drivers/net/ethernet/mellanox/mlx5/core/main.c | 3 +- drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 14 ++- drivers/net/ethernet/mellanox/mlxsw/switchx2.c | 8 ++ drivers/net/ethernet/microchip/encx24j600.c | 5 +- .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c | 4 +- drivers/net/ethernet/sun/cassini.c | 3 +- drivers/net/ethernet/ti/cpsw.c | 4 + drivers/net/hamradio/bpqether.c | 3 +- drivers/net/usb/cdc_ether.c | 11 +- drivers/net/usb/r8152.c | 1 + drivers/soc/mediatek/mtk-cmdq-helper.c | 4 +- drivers/usb/dwc3/dwc3-pci.c | 1 + drivers/usb/gadget/legacy/inode.c | 3 +- drivers/usb/phy/phy-twl6030-usb.c | 12 ++- fs/binfmt_elf.c | 2 +- fs/cachefiles/rdwr.c | 2 +- fs/ceph/caps.c | 2 +- fs/cifs/file.c | 2 +- fs/gfs2/log.c | 6 +- fs/gfs2/quota.c | 6 +- fs/gfs2/quota.h | 3 +- include/asm-generic/topology.h | 2 +- include/linux/ieee80211.h | 2 +- include/linux/mlx5/driver.h | 1 + include/linux/mm.h | 15 ++- include/linux/netfilter/nf_conntrack_pptp.h | 2 +- include/net/act_api.h | 3 +- include/net/ip_fib.h | 11 +- include/net/nexthop.h | 67 +++++++++--- include/net/tls.h | 4 + include/rdma/uverbs_std_types.h | 2 +- include/uapi/linux/xfrm.h | 2 +- mm/khugepaged.c | 1 + net/ax25/af_ax25.c | 6 +- net/bridge/netfilter/nft_reject_bridge.c | 6 ++ net/ceph/osd_client.c | 4 +- net/core/dev.c | 20 +++- net/dsa/slave.c | 1 + net/dsa/tag_mtk.c | 15 +++ net/ipv4/esp4_offload.c | 4 +- net/ipv4/fib_frontend.c | 22 ++-- net/ipv4/inet_connection_sock.c | 43 ++++---- net/ipv4/ip_vti.c | 23 +++- net/ipv4/ipip.c | 2 +- net/ipv4/ipmr.c | 2 +- net/ipv4/netfilter/nf_nat_pptp.c | 7 +- net/ipv4/nexthop.c | 105 +++++++++++------- net/ipv4/route.c | 14 ++- net/ipv6/esp6_offload.c | 13 ++- net/ipv6/ip6_fib.c | 2 +- net/ipv6/ip6mr.c | 2 +- net/mac80211/mesh_hwmp.c | 7 ++ net/netfilter/ipset/ip_set_list_set.c | 2 +- net/netfilter/nf_conntrack_core.c | 80 ++++++++++++-- net/netfilter/nf_conntrack_pptp.c | 62 ++++++----- net/netfilter/nfnetlink_cthelper.c | 3 +- net/qrtr/qrtr.c | 2 +- net/sctp/sm_sideeffect.c | 14 ++- net/sctp/sm_statefuns.c | 9 +- net/tipc/udp_media.c | 6 +- net/tls/tls_sw.c | 50 ++++++--- net/wireless/core.c | 2 +- net/xdp/xdp_umem.c | 8 +- net/xfrm/xfrm_device.c | 8 +- net/xfrm/xfrm_input.c | 2 +- net/xfrm/xfrm_interface.c | 21 ++++ net/xfrm/xfrm_output.c | 15 +-- net/xfrm/xfrm_policy.c | 7 +- samples/bpf/lwt_len_hist_user.c | 2 - security/commoncap.c | 1 + sound/core/hwdep.c | 4 +- sound/pci/hda/patch_realtek.c | 39 +++++-- sound/usb/mixer.c | 8 ++ sound/usb/mixer_maps.c | 24 +++++ sound/usb/quirks-table.h | 26 +++++ tools/arch/x86/include/uapi/asm/unistd.h | 2 +- tools/perf/util/srcline.c | 16 ++- 159 files changed, 1101 insertions(+), 594 deletions(-)