mbox series

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

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

Pull-request

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

Message

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

	Focal update: v5.4.131 upstream stable release
	https://bugs.launchpad.net/bugs/1936245

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 a1d6b78e5652606848c9dafa6be421337fc48d31:

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

are available in the Git repository at:

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

for you to fetch changes up to 990f8966414a658e4f3c242140823c80280646ca:

  UBUNTU: upstream stable to v5.4.131 (2021-07-14 11:13:19 -0700)

----------------------------------------------------------------
Alper Gun (1):
      KVM: SVM: Call SEV Guest Decommission if ASID binding fails

David Rientjes (1):
      KVM: SVM: Periodically schedule when unregistering regions on destroy

Greg Kroah-Hartman (1):
      Linux 5.4.131

Heiko Carstens (1):
      s390/stack: fix possible register corruption with stack switch helper

Juergen Gross (1):
      xen/events: reset active flag for lateeoi events later

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

 Makefile                           |  2 +-
 arch/s390/include/asm/stacktrace.h | 18 +++++++++++-------
 arch/x86/kvm/svm.c                 | 33 ++++++++++++++++++++++-----------
 debian.master/upstream-stable      |  2 +-
 drivers/xen/events/events_base.c   | 23 +++++++++++++++++++----
 5 files changed, 54 insertions(+), 24 deletions(-)

Comments

Stefan Bader Aug. 4, 2021, 9:49 a.m. UTC | #1
On 15.07.21 20:31, Kamal Mostafa wrote:
> This pull request (6 commits) includes the following Focal stable patchsets:
> 
> 	Focal update: v5.4.131 upstream stable release
> 	https://bugs.launchpad.net/bugs/1936245
> 
> 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 a1d6b78e5652606848c9dafa6be421337fc48d31:
> 
>    UBUNTU: upstream stable to v5.4.130 (2021-07-14 11:04:54 -0700)
> 
> are available in the Git repository at:
> 
>    git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-focal.git tags/focal-stable-v5.4.131
> 
> for you to fetch changes up to 990f8966414a658e4f3c242140823c80280646ca:
> 
>    UBUNTU: upstream stable to v5.4.131 (2021-07-14 11:13:19 -0700)
> 
> ----------------------------------------------------------------
> Alper Gun (1):
>        KVM: SVM: Call SEV Guest Decommission if ASID binding fails
> 
> David Rientjes (1):
>        KVM: SVM: Periodically schedule when unregistering regions on destroy
> 
> Greg Kroah-Hartman (1):
>        Linux 5.4.131
> 
> Heiko Carstens (1):
>        s390/stack: fix possible register corruption with stack switch helper
> 
> Juergen Gross (1):
>        xen/events: reset active flag for lateeoi events later
> 
> Kamal Mostafa (1):
>        UBUNTU: upstream stable to v5.4.131
> 
>   Makefile                           |  2 +-
>   arch/s390/include/asm/stacktrace.h | 18 +++++++++++-------
>   arch/x86/kvm/svm.c                 | 33 ++++++++++++++++++++++-----------
>   debian.master/upstream-stable      |  2 +-
>   drivers/xen/events/events_base.c   | 23 +++++++++++++++++++----
>   5 files changed, 54 insertions(+), 24 deletions(-)
> 

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

-Stefan