[PATCH 4.14 00/30] 4.14.219-rc1 review

From: Greg Kroah-Hartman
Date: Tue Feb 02 2021 - 12:37:39 EST


This is the start of the stable review cycle for the 4.14.219 release.
There are 30 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, 04 Feb 2021 13:29:33 +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.219-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 <gregkh@xxxxxxxxxxxxxxxxxxx>
Linux 4.14.219-rc1

Pengcheng Yang <yangpc@xxxxxxxxxx>
tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPEN

Ivan Vecera <ivecera@xxxxxxxxxx>
team: protect features update by RCU to avoid deadlock

Pan Bian <bianpan2016@xxxxxxx>
NFC: fix possible resource leak

Pan Bian <bianpan2016@xxxxxxx>
NFC: fix resource leak when target index is invalid

Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx>
iommu/vt-d: Don't dereference iommu_device if IOMMU_API is not built

David Woodhouse <dwmw@xxxxxxxxxxxx>
iommu/vt-d: Gracefully handle DMAR units with no supported address widths

Andy Lutomirski <luto@xxxxxxxxxx>
x86/entry/64/compat: Fix "x86/entry/64/compat: Preserve r8-r11 in int $0x80"

Andy Lutomirski <luto@xxxxxxxxxx>
x86/entry/64/compat: Preserve r8-r11 in int $0x80

Dan Carpenter <dan.carpenter@xxxxxxxxxx>
can: dev: prevent potential information leak in can_fill_info()

Johannes Berg <johannes.berg@xxxxxxxxx>
mac80211: pause TX while changing interface type

Johannes Berg <johannes.berg@xxxxxxxxx>
iwlwifi: pcie: reschedule in long-running memory reads

Johannes Berg <johannes.berg@xxxxxxxxx>
iwlwifi: pcie: use jiffies for memory read spin time limit

Kamal Heib <kamalheib1@xxxxxxxxx>
RDMA/cxgb4: Fix the reported max_recv_sge value

Shmulik Ladkani <shmulik@xxxxxxxxxxxxxxxx>
xfrm: Fix oops in xfrm_replay_advance_bmp

Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx>
netfilter: nft_dynset: add timeout extension to template

Max Krummenacher <max.oss.09@xxxxxxxxx>
ARM: imx: build suspend-imx6.S with arm instruction set

Roger Pau Monne <roger.pau@xxxxxxxxxx>
xen-blkfront: allow discard-* nodes to be optional

Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
mt7601u: fix rx buffer refcounting

Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
mt7601u: fix kernel crash unplugging the device

Andrea Righi <andrea.righi@xxxxxxxxxxxxx>
leds: trigger: fix potential deadlock with libata

David Woodhouse <dwmw@xxxxxxxxxxxx>
xen: Fix XenStore initialisation for XS_LOCAL

Jay Zhou <jianjay.zhou@xxxxxxxxxx>
KVM: x86: get smi pending status correctly

Like Xu <like.xu@xxxxxxxxxxxxxxx>
KVM: x86/pmu: Fix HW_REF_CPU_CYCLES event pseudo-encoding in intel_arch_events[]

Claudiu Beznea <claudiu.beznea@xxxxxxxxxxxxx>
drivers: soc: atmel: add null entry at the end of at91_soc_allowed_list[]

Sudeep Holla <sudeep.holla@xxxxxxx>
drivers: soc: atmel: Avoid calling at91_soc_init on non AT91 SoCs

Giacinto Cifelli <gciofono@xxxxxxxxx>
net: usb: qmi_wwan: added support for Thales Cinterion PLSx3 modem family

Johannes Berg <johannes.berg@xxxxxxxxx>
wext: fix NULL-ptr-dereference with cfg80211's lack of commit()

Koen Vandeputte <koen.vandeputte@xxxxxxxxxxxx>
ARM: dts: imx6qdl-gw52xx: fix duplicate regulator naming

Kai-Heng Feng <kai.heng.feng@xxxxxxxxxxxxx>
ACPI: sysfs: Prefer "compatible" modalias

Josef Bacik <josef@xxxxxxxxxxxxxx>
nbd: freeze the queue while we're adding connections


-------------

Diffstat:

Makefile | 4 +--
arch/arm/boot/dts/imx6qdl-gw52xx.dtsi | 2 +-
arch/arm/mach-imx/suspend-imx6.S | 1 +
arch/x86/entry/entry_64_compat.S | 8 ++---
arch/x86/kvm/pmu_intel.c | 2 +-
arch/x86/kvm/x86.c | 5 +++
drivers/acpi/device_sysfs.c | 20 ++++-------
drivers/block/nbd.c | 8 +++++
drivers/block/xen-blkfront.c | 20 ++++-------
drivers/infiniband/hw/cxgb4/qp.c | 2 +-
drivers/iommu/dmar.c | 45 +++++++++++++++++--------
drivers/leds/led-triggers.c | 10 +++---
drivers/net/can/dev.c | 2 +-
drivers/net/team/team.c | 6 ++--
drivers/net/usb/qmi_wwan.c | 1 +
drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 14 ++++----
drivers/net/wireless/mediatek/mt7601u/dma.c | 5 ++-
drivers/soc/atmel/soc.c | 13 +++++++
drivers/xen/xenbus/xenbus_probe.c | 31 +++++++++++++++++
include/linux/intel-iommu.h | 2 ++
include/net/tcp.h | 2 +-
net/ipv4/tcp_input.c | 10 +++---
net/ipv4/tcp_recovery.c | 5 +--
net/mac80211/ieee80211_i.h | 1 +
net/mac80211/iface.c | 6 ++++
net/netfilter/nft_dynset.c | 4 ++-
net/nfc/netlink.c | 1 +
net/nfc/rawsock.c | 2 +-
net/wireless/wext-core.c | 5 +--
net/xfrm/xfrm_input.c | 2 +-
tools/testing/selftests/x86/test_syscall_vdso.c | 35 +++++++++++--------
31 files changed, 181 insertions(+), 93 deletions(-)