Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp1145797pxb; Fri, 22 Jan 2021 08:12:17 -0800 (PST) X-Google-Smtp-Source: ABdhPJyoFGDr4aM6z1cTXG7s6sclWpic3a+d8drJWf08GoquPOuy416heDRQ3XyNNpBXKFLEkmQS X-Received: by 2002:aa7:d0cf:: with SMTP id u15mr3798282edo.115.1611331937754; Fri, 22 Jan 2021 08:12:17 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1611331937; cv=none; d=google.com; s=arc-20160816; b=rS6IELV66pqTtOhab/IRnPOFMPW1EwojQPffQNf+Y6/QcliIW1h0ogB2G6TfLE5Tyc zJUPEGy73xH5H27Kxr9JrRFeC99Sdzp1C6WSzWFFYezbV+nkVxDcqTY7bjyuJL2XKxEX 2T+scDqgI51n2H3gngnnISoHypPB+ZJImYck8QUIJs2nY+oNSMKdhXY9OGd4Ps4xTt3F EyomdW43DBrqzc+CmTwCH60XuTrC/0/fuGo0eWHAN9IzvTy1qB8kM9Phtn2GvlUrW+AZ UZ8mttweth13y0zdkEqV1A7Mx4srW8sR021QreIvbR5vYTaoKuI/991imB5z7Kx9MBeM oAPQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:user-agent :mime-version:message-id:date:subject:cc:to:from:dkim-signature; bh=0t90/Pt4Ot7rsbST7X0+1kvG2AWKmTR4JBZAa7x4zKI=; b=pP+qTrA14MpfHVYyqynSLyw94Pvg5L7vuyJJ4Uz1kT9vfq7ImsWLD96TaMLHwrCI3Z ir/LhiUVjer6B00dRsSkNd1OFe4KV5XnPgrtICnepcq8Ydv3I2bZV6yBmJ9zy5i74Uer WkBKVmOzqVTMNB6Vh9dh5HTYYFZoxJtM/LpunM786bjQNGDmIgGuOuHEbTj0Wky3tzcb W4NjNTAGawnKbKQnyJegg281pqP7vts1sz1CvXiSb7plnE/nwswI3GiMRyVZvRSiYXrK TGnKpSY80ox4GnNDRJJnHhjtnYnwmFVxXgRcfcB/VmGxuPIgOwKlijXbOIeDP8WhVFlW 6ohg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=bnjGmdQo; 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; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id i12si695500ejr.344.2021.01.22.08.11.52; Fri, 22 Jan 2021 08:12:17 -0800 (PST) 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=@linuxfoundation.org header.s=korg header.b=bnjGmdQo; 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; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727022AbhAVQLW (ORCPT + 99 others); Fri, 22 Jan 2021 11:11:22 -0500 Received: from mail.kernel.org ([198.145.29.99]:33746 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729468AbhAVQKh (ORCPT ); Fri, 22 Jan 2021 11:10:37 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 045EE2343E; Fri, 22 Jan 2021 16:09:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1611331796; bh=CR1ZR7OFg+b+tiarsk1j6245/Adij+HPY0E7cp/3HCY=; h=From:To:Cc:Subject:Date:From; b=bnjGmdQoxmZ9A1W7Fg4RynJuTqmj82HF7qoaQsaFstmRHvmOuDPnNKirFOpW8q4Zz NT0BXVKC/l8MuN/CsutjiXhNihHaAJqc7lO0O32ubMWQGMtB75hixDnx2spSUWXHq+ /30jctJs+t/9TnjpOQzWFrt1MrmtN5nHi6Xsy3VY= 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, stable@vger.kernel.org Subject: [PATCH 4.14 00/48] 4.14.217-rc2 review Date: Fri, 22 Jan 2021 17:09:54 +0100 Message-Id: <20210122160828.128883527@linuxfoundation.org> X-Mailer: git-send-email 2.30.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.217-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.217-rc2 X-KernelTest-Deadline: 2021-01-24T16:08+00:00 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.217 release. There are 48 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 Sun, 24 Jan 2021 16:08:17 +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.217-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.217-rc2 Michael Hennerich spi: cadence: cache reference clock rate during probe Aya Levin net: ipv6: Validate GSO SKB before finish IPv6 processing Jason A. Donenfeld net: skbuff: disambiguate argument and member for skb_list_walk_safe helper Jason A. Donenfeld net: introduce skb_list_walk_safe for skb segment walking Edward Cree net: use skb_list_del_init() to remove from RX sublists Hoang Le tipc: fix NULL deref in tipc_link_xmit() David Howells rxrpc: Fix handling of an unsupported token type in rxrpc_read() Eric Dumazet net: avoid 32 x truesize under-estimation for tiny skbs Jakub Kicinski net: sit: unregister_netdevice on newlink's error path David Wu net: stmmac: Fixed mtu channged by cache aligned Petr Machata net: dcb: Accept RTM_GETDCB messages carrying set-like DCB commands Petr Machata net: dcb: Validate netlink message in DCB handler Willem de Bruijn esp: avoid unneeded kmap_atomic call Andrey Zhizhikin rndis_host: set proper input size for OID_GEN_PHYSICAL_MEDIUM request Manish Chopra netxen_nic: fix MSI/MSI-x interrupts J. Bruce Fields nfsd4: readdirplus shouldn't return parent of export Hamish Martin usb: ohci: Make distrust_firmware param default to false Jesper Dangaard Brouer netfilter: conntrack: fix reading nf_conntrack_buckets Geert Uytterhoeven ALSA: fireface: Fix integer overflow in transmit_midi_msg() Geert Uytterhoeven ALSA: firewire-tascam: Fix integer overflow in midi_port_work() Mike Snitzer dm: eliminate potential source of excessive kernel log noise j.nixdorf@avm.de net: sunrpc: interpret the return value of kstrtou32 correctly Jann Horn mm, slub: consider rest of partial list if acquire_slab() fails Dinghao Liu RDMA/usnic: Fix memleak in find_free_vf_and_create_qp_grp Jan Kara ext4: fix superblock checksum failure when setting password salt Trond Myklebust NFS: nfs_igrab_and_active must first reference the superblock Trond Myklebust pNFS: Mark layout for return if return-on-close was not sent Dave Wysochanski NFS4: Fix use-after-free in trace_event_raw_event_nfs4_set_lock Dan Carpenter ASoC: Intel: fix error code cnl_set_dsp_D0() Al Viro dump_common_audit_data(): fix racy accesses to ->d_name Arnd Bergmann ARM: picoxcell: fix missing interrupt-parent properties Shawn Guo ACPI: scan: add stub acpi_create_platform_device() for !CONFIG_ACPI Michael Ellerman net: ethernet: fs_enet: Add missing MODULE_LICENSE Arnd Bergmann misdn: dsp: select CONFIG_BITREVERSE Randy Dunlap arch/arc: add copy_user_page() to to fix build error on ARC Rasmus Villemoes ethernet: ucc_geth: fix definition and size of ucc_geth_tx_global_pram Filipe Manana btrfs: fix transaction leak and crash after RO remount caused by qgroup rescan Masahiro Yamada ARC: build: add boot_targets to PHONY Masahiro Yamada ARC: build: add uImage.lzma to the top-level target Masahiro Yamada ARC: build: remove non-existing bootpImage from KBUILD_IMAGE yangerkun ext4: fix bug for rename with RENAME_WHITEOUT Leon Schuermann r8152: Add Lenovo Powered USB-C Travel Hub Akilesh Kailash dm snapshot: flush merged data before committing metadata Miaohe Lin mm/hugetlb: fix potential missing huge page size info Dexuan Cui ACPI: scan: Harden acpi_device_add() against device ID overflows Alexander Lobakin MIPS: relocatable: fix possible boot hangup with KASLR enabled Paul Cercueil MIPS: boot: Fix unaligned access with CONFIG_MIPS_RAW_APPENDED_DTB Thomas Hebb ASoC: dapm: remove widget from dirty list on free ------------- Diffstat: Makefile | 4 +-- arch/arc/Makefile | 9 ++--- arch/arc/include/asm/page.h | 1 + arch/arm/boot/dts/picoxcell-pc3x2.dtsi | 4 +++ arch/mips/boot/compressed/decompress.c | 3 +- arch/mips/kernel/relocate.c | 10 ++++-- drivers/acpi/internal.h | 2 +- drivers/acpi/scan.c | 15 +++++++- drivers/infiniband/hw/usnic/usnic_ib_verbs.c | 3 ++ drivers/isdn/mISDN/Kconfig | 1 + drivers/md/dm-snap.c | 24 +++++++++++++ drivers/md/dm.c | 2 +- .../net/ethernet/freescale/fs_enet/mii-bitbang.c | 1 + drivers/net/ethernet/freescale/fs_enet/mii-fec.c | 1 + drivers/net/ethernet/freescale/ucc_geth.h | 9 ++++- .../net/ethernet/qlogic/netxen/netxen_nic_main.c | 7 +--- drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 3 +- drivers/net/usb/cdc_ether.c | 7 ++++ drivers/net/usb/r8152.c | 1 + drivers/net/usb/rndis_host.c | 2 +- drivers/spi/spi-cadence.c | 6 ++-- drivers/usb/host/ohci-hcd.c | 2 +- fs/btrfs/qgroup.c | 13 +++++-- fs/btrfs/super.c | 8 +++++ fs/ext4/ioctl.c | 3 ++ fs/ext4/namei.c | 16 +++++---- fs/nfs/internal.h | 12 ++++--- fs/nfs/nfs4proc.c | 2 +- fs/nfs/pnfs.c | 6 ++++ fs/nfsd/nfs3xdr.c | 7 +++- include/linux/acpi.h | 7 ++++ include/linux/skbuff.h | 16 +++++++++ mm/hugetlb.c | 2 +- mm/slub.c | 2 +- net/core/skbuff.c | 9 +++-- net/dcb/dcbnl.c | 2 ++ net/ipv4/esp4.c | 7 +--- net/ipv6/esp6.c | 7 +--- net/ipv6/ip6_output.c | 40 +++++++++++++++++++++- net/ipv6/sit.c | 5 ++- net/netfilter/nf_conntrack_standalone.c | 3 ++ net/rxrpc/key.c | 6 ++-- net/sunrpc/addr.c | 2 +- net/tipc/link.c | 9 +++-- security/lsm_audit.c | 7 ++-- sound/firewire/fireface/ff-transaction.c | 2 +- sound/firewire/tascam/tascam-transaction.c | 2 +- sound/soc/intel/skylake/cnl-sst.c | 1 + sound/soc/soc-dapm.c | 1 + 49 files changed, 243 insertions(+), 71 deletions(-)