mbox series

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

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

Pull-request

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

Message

Kamal Mostafa July 15, 2021, 6:31 p.m. UTC
This pull request (7 commits) includes the following Focal stable patchsets:

	Focal update: v5.4.130 upstream stable release
	https://bugs.launchpad.net/bugs/1936244

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 6ac7ac66de517f5d4813f8af21930a6c5a81f012:

  UBUNTU: upstream stable to v5.4.129 (2021-07-14 10:06:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to a1d6b78e5652606848c9dafa6be421337fc48d31:

  UBUNTU: upstream stable to v5.4.130 (2021-07-14 11:04:54 -0700)

----------------------------------------------------------------
Christian König (1):
      drm/nouveau: fix dma_address check for CPU/GPU sync

Johannes Berg (1):
      gpio: AMD8111 and TQMX86 require HAS_IOPORT_MAP

Kamal Mostafa (2):
      UBUNTU: [Config] update annotations for GPIO_TQMX86
      UBUNTU: upstream stable to v5.4.130

ManYi Li (1):
      scsi: sr: Return appropriate error code when disk is ejected

Mark Bloch (1):
      RDMA/mlx5: Block FDB rules when not in switchdev mode

Sasha Levin (1):
      Linux 5.4.130

 Makefile                                                 | 2 +-
 debian.master/abi/5.4.0-78.87/armhf/generic-lpae.modules | 1 -
 debian.master/abi/5.4.0-78.87/armhf/generic.modules      | 1 -
 debian.master/config/annotations                         | 2 +-
 debian.master/upstream-stable                            | 2 +-
 drivers/gpio/Kconfig                                     | 2 ++
 drivers/gpu/drm/nouveau/nouveau_bo.c                     | 4 ++--
 drivers/infiniband/hw/mlx5/flow.c                        | 8 ++++++++
 drivers/scsi/sr.c                                        | 2 ++
 9 files changed, 17 insertions(+), 7 deletions(-)

Comments

Stefan Bader Aug. 4, 2021, 9:46 a.m. UTC | #1
On 15.07.21 20:31, Kamal Mostafa wrote:
> This pull request (7 commits) includes the following Focal stable patchsets:
> 
> 	Focal update: v5.4.130 upstream stable release
> 	https://bugs.launchpad.net/bugs/1936244
> 
> 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 6ac7ac66de517f5d4813f8af21930a6c5a81f012:
> 
>    UBUNTU: upstream stable to v5.4.129 (2021-07-14 10:06:37 -0700)
> 
> are available in the Git repository at:
> 
>    git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-focal.git tags/focal-stable-v5.4.130
> 
> for you to fetch changes up to a1d6b78e5652606848c9dafa6be421337fc48d31:
> 
>    UBUNTU: upstream stable to v5.4.130 (2021-07-14 11:04:54 -0700)
> 
> ----------------------------------------------------------------
> Christian König (1):
>        drm/nouveau: fix dma_address check for CPU/GPU sync
> 
> Johannes Berg (1):
>        gpio: AMD8111 and TQMX86 require HAS_IOPORT_MAP
> 
> Kamal Mostafa (2):
>        UBUNTU: [Config] update annotations for GPIO_TQMX86
>        UBUNTU: upstream stable to v5.4.130
> 
> ManYi Li (1):
>        scsi: sr: Return appropriate error code when disk is ejected
> 
> Mark Bloch (1):
>        RDMA/mlx5: Block FDB rules when not in switchdev mode
> 
> Sasha Levin (1):
>        Linux 5.4.130
> 
>   Makefile                                                 | 2 +-
>   debian.master/abi/5.4.0-78.87/armhf/generic-lpae.modules | 1 -
>   debian.master/abi/5.4.0-78.87/armhf/generic.modules      | 1 -
>   debian.master/config/annotations                         | 2 +-
>   debian.master/upstream-stable                            | 2 +-
>   drivers/gpio/Kconfig                                     | 2 ++
>   drivers/gpu/drm/nouveau/nouveau_bo.c                     | 4 ++--
>   drivers/infiniband/hw/mlx5/flow.c                        | 8 ++++++++
>   drivers/scsi/sr.c                                        | 2 ++
>   9 files changed, 17 insertions(+), 7 deletions(-)
> 

Applied to focal:linux/master-next. Thanks.

-Stefan