[SRU][Focal][PULL] Focal update: v5.4.68 upstream stable release
Kamal Mostafa
kamal at canonical.com
Mon Oct 12 16:48:25 UTC 2020
This pull request (45 commits) includes the following Focal stable patchsets:
Focal update: v5.4.68 upstream stable release
https://bugs.launchpad.net/bugs/1899511
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/focal-stable-v5.4.xx reference:
git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-focal.git stable-next
-Kamal
-----
The following changes since commit b0e9d9ceeb4c075236e5a35e914336ee1bbbbf29:
UBUNTU: [Packaging] Fix typo in -tools template s/PGKVER/PKGVER/ (2020-10-08 17:07:59 -0500)
are available in the Git repository at:
git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-focal.git tags/focal-stable-v5.4.68
for you to fetch changes up to ce52d31c76a2bc372501c05d8c78e35d6af654ed:
UBUNTU: upstream stable to v5.4.68 (2020-10-12 08:30:51 -0700)
----------------------------------------------------------------
Cong Wang (1):
act_ife: load meta modules before tcf_idr_check_alloc()
Dan Carpenter (1):
hdlc_ppp: add range checks in ppp_cp_parse_cr()
David Ahern (2):
ipv4: Initialize flowi4_multipath_hash in data path
ipv4: Update exception handling for multipath routes via same device
Edwin Peer (1):
bnxt_en: return proper error codes in bnxt_show_temp
Eric Dumazet (3):
ipv6: avoid lockdep issue in fib6_del()
net: qrtr: check skb_put_padto() return value
net: add __must_check to skb_put_padto()
Florian Fainelli (2):
net: phy: Avoid NPD upon phy_detach() when driver is unbound
net: phy: Do not warn in phy_stop() on PHY_DOWN
Ganji Aravind (1):
cxgb4: Fix offset when clearing filter byte counters
Greg Kroah-Hartman (1):
Linux 5.4.68
Hauke Mehrtens (4):
net: lantiq: Wake TX queue again
net: lantiq: use netif_tx_napi_add() for TX NAPI
net: lantiq: Use napi_complete_done()
net: lantiq: Disable IRQs only if NAPI gets scheduled
Henry Ptasinski (1):
net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendant
Ido Schimmel (1):
net: Fix bridge enslavement failure
Jakub Kicinski (2):
ibmvnic: add missing parenthesis in do_reset()
nfp: use correct define to return NONE fec
Kamal Mostafa (1):
UBUNTU: upstream stable to v5.4.68
Linus Walleij (1):
net: dsa: rtl8366: Properly clear member config
Maor Dickman (1):
net/mlx5e: Enable adding peer miss rules only if merged eswitch is supported
Maor Gottlieb (1):
net/mlx5: Fix FTE cleanup
Mark Gray (1):
geneve: add transport ports in route lookup for geneve
Mark Salyzyn (1):
af_key: pfkey_dump needs parameter validation
Michael Chan (1):
bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam() with mutex.
Mingming Cao (1):
ibmvnic fix NULL tx_pools and rx_tools issue at do_reset
Muchun Song (1):
kprobes: fix kill kprobe which has been marked as gone
Necip Fazil Yildiran (1):
net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMAC
Peilin Ye (1):
tipc: Fix memory leak in tipc_group_create_member()
Petr Machata (1):
net: DCB: Validate DCB_ATTR_DCB_BUFFER argument
Raju Rangoju (1):
cxgb4: fix memory leak during module unload
Ralph Campbell (1):
mm/thp: fix __split_huge_pmd_locked() for migration PMD
Suravee Suthikulpanit (1):
iommu/amd: Use cmpxchg_double() when updating 128-bit IRTE
Tariq Toukan (1):
net/mlx5e: TLS, Do not expose FPGA TLS counter if not supported
Tetsuo Handa (1):
tipc: fix shutdown() of connection oriented socket
Vasundhara Volam (2):
bnxt_en: Avoid sending firmware messages when AER error is detected.
bnxt_en: Fix NULL ptr dereference crash in bnxt_fw_reset_task()
Vinicius Costa Gomes (1):
taprio: Fix allowing too small intervals
Vladimir Oltean (1):
net: bridge: br_vlan_get_pvid_rcu() should dereference the VLAN group under RCU
Wei Wang (1):
ip: fix tos reflection in ack and reset packets
Xin Long (1):
tipc: use skb_unshare() instead in tipc_buf_append()
Xunlei Pang (1):
mm: memcg: fix memcg reclaim soft lockup
Yunsheng Lin (1):
net: sch_generic: aviod concurrent reset and enqueue op for lockless qdisc
Makefile | 2 +-
debian.master/upstream-stable | 2 +-
drivers/iommu/Kconfig | 2 +-
drivers/iommu/amd_iommu.c | 17 +++++--
drivers/iommu/amd_iommu_init.c | 21 ++++++++-
drivers/net/dsa/rtl8366.c | 20 ++++++---
drivers/net/ethernet/broadcom/bnxt/bnxt.c | 32 ++++++++-----
drivers/net/ethernet/broadcom/bnxt/bnxt.h | 4 ++
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 31 ++++++++-----
drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c | 9 ++--
drivers/net/ethernet/chelsio/cxgb4/cxgb4_mps.c | 2 +-
drivers/net/ethernet/ibm/ibmvnic.c | 21 +++++++--
drivers/net/ethernet/lantiq_xrx200.c | 21 +++++----
.../mellanox/mlx5/core/en_accel/tls_stats.c | 12 +++--
.../ethernet/mellanox/mlx5/core/eswitch_offloads.c | 52 ++++++++++++----------
drivers/net/ethernet/mellanox/mlx5/core/fs_core.c | 8 ++--
.../net/ethernet/netronome/nfp/nfp_net_ethtool.c | 4 +-
drivers/net/geneve.c | 37 ++++++++++-----
drivers/net/phy/phy.c | 2 +-
drivers/net/phy/phy_device.c | 3 +-
drivers/net/wan/hdlc_ppp.c | 16 ++++---
include/linux/skbuff.h | 7 +--
include/net/flow.h | 1 +
include/net/sctp/structs.h | 8 ++--
kernel/kprobes.c | 9 +++-
mm/huge_memory.c | 40 ++++++++++-------
mm/vmscan.c | 8 ++++
net/bridge/br_vlan.c | 27 ++++++-----
net/core/dev.c | 2 +-
net/core/filter.c | 1 +
net/dcb/dcbnl.c | 8 ++++
net/ipv4/fib_frontend.c | 1 +
net/ipv4/ip_output.c | 3 +-
net/ipv4/route.c | 14 +++---
net/ipv6/Kconfig | 1 +
net/ipv6/ip6_fib.c | 13 ++++--
net/key/af_key.c | 7 +++
net/qrtr/qrtr.c | 20 +++++----
net/sched/act_ife.c | 44 +++++++++++++-----
net/sched/sch_generic.c | 49 +++++++++++++-------
net/sched/sch_taprio.c | 28 +++++++-----
net/sctp/socket.c | 9 ++--
net/tipc/group.c | 14 ++++--
net/tipc/msg.c | 3 +-
net/tipc/socket.c | 5 +--
45 files changed, 429 insertions(+), 211 deletions(-)
More information about the kernel-team
mailing list