mbox series

[SRU,Hirsute,PULL] Hirsute update: v5.11.18 upstream stable release

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

Pull-request

git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-hirsute.git tags/hirsute-stable-v5.11.18

Message

Kamal Mostafa May 18, 2021, 7:08 p.m. UTC
This pull request (5 commits) includes the following Hirsute stable
patchsets:

	Hirsute update: v5.11.18 upstream stable release
	https://bugs.launchpad.net/bugs/1928849

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 tags/hirsute-stable-v5.11.xx:

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

 -Kamal

-----

The following changes since commit 8c0148239f4cd0bda2bca10770e9bf4ef284b4d2:

  UBUNTU: Ubuntu-5.11.0-18.19 (2021-05-07 14:42:23 +0200)

are available in the Git repository at:

  git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-hirsute.git tags/hirsute-stable-v5.11.18

for you to fetch changes up to adeecf81e2fb822a8de742346a111520b78eadf2:

  UBUNTU: upstream stable to v5.11.18 (2021-05-18 10:11:13 -0700)

----------------------------------------------------------------
Greg Kroah-Hartman (1):
      Linux 5.11.18

Jiri Kosina (1):
      iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd()

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

Qingqing Zhuo (1):
      drm/amd/display: Update modifier list for gfx10_3

Tomas Winkler (1):
      mei: me: add Alder Lake P device id.

 Makefile                                          | 2 +-
 debian.master/upstream-stable                     | 2 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 4 ++--
 drivers/misc/mei/hw-me-regs.h                     | 1 +
 drivers/misc/mei/pci-me.c                         | 1 +
 drivers/net/wireless/intel/iwlwifi/pcie/tx-gen2.c | 7 ++++---
 6 files changed, 10 insertions(+), 7 deletions(-)

Comments

Stefan Bader May 19, 2021, 7:57 a.m. UTC | #1
On 18.05.21 21:08, Kamal Mostafa wrote:
> This pull request (5 commits) includes the following Hirsute stable
> patchsets:
> 
> 	Hirsute update: v5.11.18 upstream stable release
> 	https://bugs.launchpad.net/bugs/1928849
> 
> 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 tags/hirsute-stable-v5.11.xx:
> 
>     git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-hirsute.git stable-next
> 
>   -Kamal
> 
> -----
> 
> The following changes since commit 8c0148239f4cd0bda2bca10770e9bf4ef284b4d2:
> 
>    UBUNTU: Ubuntu-5.11.0-18.19 (2021-05-07 14:42:23 +0200)
> 
> are available in the Git repository at:
> 
>    git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-hirsute.git tags/hirsute-stable-v5.11.18
> 
> for you to fetch changes up to adeecf81e2fb822a8de742346a111520b78eadf2:
> 
>    UBUNTU: upstream stable to v5.11.18 (2021-05-18 10:11:13 -0700)
> 
> ----------------------------------------------------------------
> Greg Kroah-Hartman (1):
>        Linux 5.11.18
> 
> Jiri Kosina (1):
>        iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd()
> 
> Kamal Mostafa (1):
>        UBUNTU: upstream stable to v5.11.18
> 
> Qingqing Zhuo (1):
>        drm/amd/display: Update modifier list for gfx10_3
> 
> Tomas Winkler (1):
>        mei: me: add Alder Lake P device id.
> 
>   Makefile                                          | 2 +-
>   debian.master/upstream-stable                     | 2 +-
>   drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 4 ++--
>   drivers/misc/mei/hw-me-regs.h                     | 1 +
>   drivers/misc/mei/pci-me.c                         | 1 +
>   drivers/net/wireless/intel/iwlwifi/pcie/tx-gen2.c | 7 ++++---
>   6 files changed, 10 insertions(+), 7 deletions(-)
> 
Applied to hirsute:linux/master-next. Thanks.

-Stefan