mbox series

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

Message ID 20211202192639.27269-1-kamal@canonical.com
State New
Headers show
Series [SRU,Focal,PULL] Focal update: v5.4.158 upstream stable release | expand

Pull-request

git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-focal.git tags/focal-stable-v5.4.158

Message

Kamal Mostafa Dec. 2, 2021, 7:26 p.m. UTC
This pull request (10 commits) includes the following Focal stable patchsets:

	Focal update: v5.4.158 upstream stable release
	https://bugs.launchpad.net/bugs/1953066

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 173b9dff409c0134c0389434113bc3602d85180f:

  UBUNTU: Ubuntu-5.4.0-92.103 (2021-11-26 15:42:03 +0100)

are available in the Git repository at:

  git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-focal.git tags/focal-stable-v5.4.158

for you to fetch changes up to 314b88cf6b5df087b35ee5d0c0c781ebbd6010b9:

  UBUNTU: upstream stable to v5.4.158 (2021-12-02 08:30:00 -0800)

----------------------------------------------------------------
Dan Carpenter (1):
      media: firewire: firedtv-avc: fix a buffer overflow in avc_ca_pmt()

Erik Ekman (1):
      sfc: Fix reading non-legacy supported link modes

Eugene Crosser (1):
      vrf: Revert "Reset skb conntrack connection..."

Greg Kroah-Hartman (3):
      Revert "xhci: Set HCD flag to defer primary roothub registration"
      Revert "usb: core: hcd: Add support for deferring roothub registration"
      Linux 5.4.158

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

Ming Lei (1):
      scsi: core: Put LLD module refcnt after SCSI device is released

Wang Kefeng (1):
      ARM: 9120/1: Revert "amba: make use of -1 IRQs warn"

Yuiko Oshino (1):
      net: ethernet: microchip: lan743x: Fix skb allocation failure

 Makefile                                      |  2 +-
 debian.master/upstream-stable                 |  2 +-
 drivers/amba/bus.c                            |  3 ---
 drivers/media/firewire/firedtv-avc.c          | 14 ++++++++++---
 drivers/media/firewire/firedtv-ci.c           |  2 ++
 drivers/net/ethernet/microchip/lan743x_main.c | 10 +++++----
 drivers/net/ethernet/sfc/ethtool.c            | 10 ++-------
 drivers/net/vrf.c                             |  4 ----
 drivers/scsi/scsi.c                           |  4 +++-
 drivers/scsi/scsi_sysfs.c                     |  9 +++++++++
 drivers/usb/core/hcd.c                        | 29 ++++++---------------------
 drivers/usb/host/xhci.c                       |  1 -
 include/linux/usb/hcd.h                       |  2 --
 13 files changed, 41 insertions(+), 51 deletions(-)

Comments

Kelsey Skunberg Dec. 9, 2021, 11:13 p.m. UTC | #1
On 2021-12-02 11:26:39 , Kamal Mostafa wrote:
> This pull request (10 commits) includes the following Focal stable patchsets:
> 
> 	Focal update: v5.4.158 upstream stable release
> 	https://bugs.launchpad.net/bugs/1953066
> 
> 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 173b9dff409c0134c0389434113bc3602d85180f:
> 
>   UBUNTU: Ubuntu-5.4.0-92.103 (2021-11-26 15:42:03 +0100)
> 
> are available in the Git repository at:
> 
>   git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-focal.git tags/focal-stable-v5.4.158
> 
> for you to fetch changes up to 314b88cf6b5df087b35ee5d0c0c781ebbd6010b9:
> 
>   UBUNTU: upstream stable to v5.4.158 (2021-12-02 08:30:00 -0800)
> 
> ----------------------------------------------------------------
> Dan Carpenter (1):
>       media: firewire: firedtv-avc: fix a buffer overflow in avc_ca_pmt()
> 
> Erik Ekman (1):
>       sfc: Fix reading non-legacy supported link modes
> 
> Eugene Crosser (1):
>       vrf: Revert "Reset skb conntrack connection..."
> 
> Greg Kroah-Hartman (3):
>       Revert "xhci: Set HCD flag to defer primary roothub registration"
>       Revert "usb: core: hcd: Add support for deferring roothub registration"
>       Linux 5.4.158
> 
> Kamal Mostafa (1):
>       UBUNTU: upstream stable to v5.4.158
> 
> Ming Lei (1):
>       scsi: core: Put LLD module refcnt after SCSI device is released
> 
> Wang Kefeng (1):
>       ARM: 9120/1: Revert "amba: make use of -1 IRQs warn"
> 
> Yuiko Oshino (1):
>       net: ethernet: microchip: lan743x: Fix skb allocation failure
> 
>  Makefile                                      |  2 +-
>  debian.master/upstream-stable                 |  2 +-
>  drivers/amba/bus.c                            |  3 ---
>  drivers/media/firewire/firedtv-avc.c          | 14 ++++++++++---
>  drivers/media/firewire/firedtv-ci.c           |  2 ++
>  drivers/net/ethernet/microchip/lan743x_main.c | 10 +++++----
>  drivers/net/ethernet/sfc/ethtool.c            | 10 ++-------
>  drivers/net/vrf.c                             |  4 ----
>  drivers/scsi/scsi.c                           |  4 +++-
>  drivers/scsi/scsi_sysfs.c                     |  9 +++++++++
>  drivers/usb/core/hcd.c                        | 29 ++++++---------------------
>  drivers/usb/host/xhci.c                       |  1 -
>  include/linux/usb/hcd.h                       |  2 --
>  13 files changed, 41 insertions(+), 51 deletions(-)
> 
> -- 
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team