Linux 5.7.19

From: Greg Kroah-Hartman
Date: Thu Aug 27 2020 - 03:36:27 EST


----------
Note, this is the LAST 5.7.y kernel to be released. This release series
is now end-of-life, please move to 5.8.y at this point in time.
------------

I'm announcing the release of the 5.7.19 kernel.

All users of the 5.7 kernel series must upgrade.

The updated 5.7.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.7.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

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

Makefile | 2 +-
arch/powerpc/kernel/cpu_setup_power.S | 2 +-
drivers/net/ethernet/amazon/ena/ena_netdev.c | 5 ++++-
fs/binfmt_flat.c | 20 ++++++++++++--------
net/core/skbuff.c | 4 ++--
net/ethtool/features.c | 19 ++++++++++---------
net/ipv4/nexthop.c | 5 ++++-
net/ipv6/ip6_tunnel.c | 10 +++++++++-
net/qrtr/qrtr.c | 20 +++++++++++---------
net/sched/act_ct.c | 2 +-
net/sctp/stream.c | 6 ++++--
net/smc/smc_diag.c | 16 +++++++++-------
net/tipc/crypto.c | 2 ++
net/tipc/netlink_compat.c | 12 +++++++++++-
14 files changed, 81 insertions(+), 44 deletions(-)

Alaa Hleihel (1):
net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flow

Cong Wang (1):
tipc: fix uninit skb->data in tipc_nl_compat_dumpit()

David Laight (1):
net: sctp: Fix negotiation of the number of data streams.

Greg Kroah-Hartman (1):
Linux 5.7.19

Mark Tomlinson (1):
gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPY

Max Filippov (1):
binfmt_flat: revert "binfmt_flat: don't offset the data start"

Maxim Mikityanskiy (3):
ethtool: Fix preserving of wanted feature bits in netlink interface
ethtool: Account for hw_features in netlink interface
ethtool: Don't omit the netlink reply if no features were changed

Miaohe Lin (1):
net: Fix potential wrong skb->protocol in skb_vlan_untag()

Michael Ellerman (1):
powerpc/64s: Don't init FSCR_DSCR in __init_FSCR()

Necip Fazil Yildiran (1):
net: qrtr: fix usage of idr in port assignment to socket

Nikolay Aleksandrov (1):
net: nexthop: don't allow empty NHA_GROUP

Peilin Ye (1):
net/smc: Prevent kernel-infoleak in __smc_diag_dump()

Shay Agroskin (1):
net: ena: Make missed_tx stat incremental

Xin Long (1):
tipc: call rcu_read_lock() in tipc_aead_encrypt_done()