[SRU][Groovy][PULL] Groovy update: v5.8.5 upstream stable release

Kamal Mostafa kamal at canonical.com
Thu Aug 27 16:12:19 UTC 2020


This pull request (17 commits) includes the following Groovy stable patchsets:

	Groovy update: v5.8.5 upstream stable release
	https://bugs.launchpad.net/bugs/1893237

Note also that the 'stable-next' branch head contains this and all prior
pending upstream stable releases.  I recommend fetching and applying just this
reference ('stable-next') instead of each tags/groovy-stable-v5.4.xx reference:

   git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-groovy.git stable-next

 -Kamal

-----

The following changes since commit 7c089746007057e69682bd0c3ad2618af32a6cfb:

  UBUNTU: Ubuntu-5.8.0-18.19 (2020-08-26 10:00:11 -0500)

are available in the Git repository at:

  git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-groovy.git tags/groovy-stable-v5.8.5

for you to fetch changes up to ec720d86053cfe92cee30812c6702a94114bb317:

  Linux 5.8.5 (2020-08-27 07:26:57 -0700)

----------------------------------------------------------------
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()

 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(-)



More information about the kernel-team mailing list