[SRU][Focal][PULL] Focal update: v5.4.177 upstream stable release

Kamal Mostafa kamal at canonical.com
Fri Mar 11 20:14:18 UTC 2022


This pull request (11 commits) includes the following Focal stable patchsets:

	Focal update: v5.4.177 upstream stable release
	https://bugs.launchpad.net/bugs/1964628

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://git.launchpad.net/~ubuntu-kernel-stable/+git/focal stable-next

 -Kamal

-----

The following changes since commit 9001188104ea153b5442e8a21c8e69fd1b8ad6a9:

  UBUNTU: upstream stable to v5.4.176 (2022-03-10 07:09:59 -0800)

are available in the Git repository at:

  git://git.launchpad.net/~ubuntu-kernel-stable/+git/focal tags/focal-stable-v5.4.177

for you to fetch changes up to b0f07c665abd9b261ba7d04853b7c3f8f388e7f5:

  UBUNTU: upstream stable to v5.4.177 (2022-03-10 07:13:45 -0800)

----------------------------------------------------------------
Eric Dumazet (3):
      net: sched: fix use-after-free in tc_new_tfilter()
      rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink()
      af_packet: fix data-race in packet_setsockopt / packet_setsockopt

Georgi Valkov (1):
      ipheth: fix EOVERFLOW in ipheth_rcvbulk_callback

Greg Kroah-Hartman (1):
      Linux 5.4.177

Kamal Mostafa (1):
      UBUNTU: upstream stable to v5.4.177

Lukas Wunner (1):
      PCI: pciehp: Fix infinite loop in IRQ handler upon power fault

Raju Rangoju (1):
      net: amd-xgbe: ensure to reset the tx_timer_active flag

Shyam Sundar S K (1):
      net: amd-xgbe: Fix skb data length underflow

Suren Baghdasaryan (1):
      psi: Fix uaf issue when psi trigger is destroyed while being polled

Tianchen Ding (1):
      cpuset: Fix the bug that subpart_cpus updated wrongly in update_cpumask()

 Documentation/accounting/psi.rst         |  3 +-
 Makefile                                 |  2 +-
 debian.master/upstream-stable            |  2 +-
 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 14 ++++++-
 drivers/net/usb/ipheth.c                 |  6 +--
 drivers/pci/hotplug/pciehp_hpc.c         |  7 ++--
 include/linux/psi.h                      |  2 +-
 include/linux/psi_types.h                |  3 --
 kernel/cgroup/cgroup.c                   | 11 ++++--
 kernel/cgroup/cpuset.c                   |  3 +-
 kernel/sched/psi.c                       | 66 ++++++++++++++------------------
 net/core/rtnetlink.c                     |  6 ++-
 net/packet/af_packet.c                   |  8 +++-
 net/sched/cls_api.c                      | 11 ++++--
 14 files changed, 80 insertions(+), 64 deletions(-)



More information about the kernel-team mailing list