Linux 4.14.211

From: Greg Kroah-Hartman
Date: Tue Dec 08 2020 - 05:57:56 EST


I'm announcing the release of the 4.14.211 kernel.

All users of the 4.14 kernel series must upgrade.

The updated 4.14.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.14.y
and can be browsed at the normal kernel.org git web browser:
https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

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

Documentation/devicetree/bindings/net/nfc/nxp-nci.txt | 2
Documentation/devicetree/bindings/net/nfc/pn544.txt | 2
Makefile | 2
drivers/infiniband/hw/i40iw/i40iw_main.c | 5 -
drivers/infiniband/hw/i40iw/i40iw_verbs.c | 36 ++--------
drivers/input/joystick/xpad.c | 2
drivers/input/serio/i8042-x86ia64io.h | 4 +
drivers/net/bonding/bond_main.c | 61 ++++++++++++------
drivers/net/bonding/bond_sysfs_slave.c | 18 -----
drivers/net/ethernet/chelsio/cxgb3/sge.c | 1
drivers/net/ethernet/ibm/ibmvnic.c | 22 +++++-
drivers/net/ethernet/mellanox/mlx5/core/pagealloc.c | 21 +++++-
drivers/net/ethernet/pasemi/pasemi_mac.c | 8 +-
drivers/net/tun.c | 14 +++-
drivers/net/usb/ipheth.c | 2
include/net/bonding.h | 8 ++
net/bridge/br_netfilter_hooks.c | 7 +-
net/core/skbuff.c | 2
net/ipv4/route.c | 7 +-
net/ipv4/tcp_cong.c | 5 +
net/iucv/af_iucv.c | 4 -
net/rose/rose_loopback.c | 17 +++--
net/x25/af_x25.c | 6 +
sound/usb/mixer_us16x08.c | 2
24 files changed, 160 insertions(+), 98 deletions(-)

Alexander Duyck (1):
tcp: Set INET_ECN_xmit configuration in tcp_reinit_congestion_control

Anmol Karn (1):
rose: Fix Null pointer dereference in rose_send_frame()

Antoine Tenart (1):
netfilter: bridge: reset skb->pkt_type after NF_INET_POST_ROUTING traversal

Dan Carpenter (1):
net/x25: prevent a couple of overflows

Eran Ben Elisha (1):
net/mlx5: Fix wrong address reclaim when command interface is down

Greg Kroah-Hartman (1):
Linux 4.14.211

Guillaume Nault (1):
ipv4: Fix tos mask in inet_rtm_getroute()

Hector Martin (1):
ALSA: usb-audio: US16x08: fix value count for level meters

Jamie Iles (1):
bonding: wait for sysfs kobject destruction before freeing struct slave

Jens Axboe (1):
tun: honor IOCB_NOWAIT flag

Julian Wiedmann (1):
net/af_iucv: set correct sk_protocol for child sockets

Krzysztof Kozlowski (1):
dt-bindings: net: correct interrupt flags in examples

Po-Hsu Lin (1):
Input: i8042 - add ByteSpeed touchpad to noloop table

Sanjay Govind (1):
Input: xpad - support Ardwiino Controllers

Shiraz Saleem (1):
RDMA/i40iw: Address an mmap handler exploit in i40iw

Thomas Falcon (2):
ibmvnic: Ensure that SCRQ entry reads are correctly ordered
ibmvnic: Fix TX completion error handling

Willem de Bruijn (1):
sock: set sk_err to ee_errno on dequeue from errq

Yves-Alexis Perez (1):
usbnet: ipheth: fix connectivity with iOS 14

Zhang Changzhong (2):
cxgb3: fix error return code in t3_sge_alloc_qset()
net: pasemi: fix error return code in pasemi_mac_open()