I'm announcing the release of the 5.8.5 kernel. All users of the 5.8 kernel series must upgrade. The updated 5.8.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.8.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 +- drivers/net/ethernet/amazon/ena/ena_netdev.c | 5 ++++- fs/binfmt_flat.c | 20 ++++++++++++-------- fs/io_uring.c | 3 ++- net/core/skbuff.c | 4 ++-- net/ethtool/features.c | 19 ++++++++++--------- net/ipv4/nexthop.c | 5 ++++- net/ipv6/ip6_tunnel.c | 10 +++++++++- net/netlink/policy.c | 3 +++ 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 +++++++++++- 15 files changed, 85 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.8.5 Johannes Berg (1): netlink: fix state reallocation in policy export 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() 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 Pavel Begunkov (1): io_uring: fix missing ->mm on exit 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()