mbox series

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

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

Pull-request

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

Message

Kamal Mostafa March 8, 2021, 6:23 p.m. UTC
This pull request (16 commits) includes the following Focal stable patchsets:

	Focal update: v5.4.100 upstream stable release
	https://bugs.launchpad.net/bugs/1918168

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 754da9ac17339078eb2c42fe2f44eebd26ad4faf:

  UBUNTU: upstream stable to v5.4.99 (2021-03-08 08:48:14 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 867887d5e3d313ed11cf9ddd6193829ec2641922:

  UBUNTU: upstream stable to v5.4.100 (2021-03-08 08:57:06 -0800)

----------------------------------------------------------------
David Sterba (1):
      btrfs: fix backport of 2175bf57dc952 in 5.4.95

Greg Kroah-Hartman (1):
      Linux 5.4.100

Jan Beulich (8):
      Xen/x86: don't bail early from clear_foreign_p2m_mapping()
      Xen/x86: also check kernel mapping in set_foreign_p2m_mapping()
      Xen/gntdev: correct dev_bus_addr handling in gntdev_map_grant_pages()
      Xen/gntdev: correct error checking in gntdev_map_grant_pages()
      xen-blkback: don't "handle" error by BUG()
      xen-netback: don't "handle" error by BUG()
      xen-scsiback: don't "handle" error by BUG()
      xen-blkback: fix error handling in xen_blkbk_map()

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

Loic Poulain (1):
      net: qrtr: Fix port ID for control messages

Matwey V. Kornilov (1):
      media: pwc: Use correct device for DMA

Paolo Bonzini (1):
      KVM: SEV: fix double locking due to incorrect backport

Stefano Stabellini (1):
      xen/arm: don't ignore return errors from set_phys_to_machine

Wang Hai (1):
      net: bridge: Fix a warning when del bridge sysfs

 Makefile                            |  2 +-
 arch/arm/xen/p2m.c                  |  6 ++++--
 arch/x86/kvm/svm.c                  |  1 -
 arch/x86/xen/p2m.c                  | 15 +++++++--------
 debian.master/upstream-stable       |  2 +-
 drivers/block/xen-blkback/blkback.c | 30 ++++++++++++++++--------------
 drivers/media/usb/pwc/pwc-if.c      | 22 +++++++++++++---------
 drivers/net/xen-netback/netback.c   |  4 +---
 drivers/xen/gntdev.c                | 37 ++++++++++++++++++++-----------------
 drivers/xen/xen-scsiback.c          |  4 ++--
 fs/btrfs/ctree.h                    |  6 +++---
 include/xen/grant_table.h           |  1 +
 net/bridge/br.c                     |  5 ++++-
 net/qrtr/qrtr.c                     |  2 +-
 14 files changed, 74 insertions(+), 63 deletions(-)

Comments

Kelsey Skunberg March 8, 2021, 11:08 p.m. UTC | #1
Applied Focal master-next. thank you!

-Kelsey

On 2021-03-08 10:23:08 , Kamal Mostafa wrote:
> This pull request (16 commits) includes the following Focal stable patchsets:
> 
> 	Focal update: v5.4.100 upstream stable release
> 	https://bugs.launchpad.net/bugs/1918168
> 
> 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 754da9ac17339078eb2c42fe2f44eebd26ad4faf:
> 
>   UBUNTU: upstream stable to v5.4.99 (2021-03-08 08:48:14 -0800)
> 
> are available in the Git repository at:
> 
>   git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-focal.git tags/focal-stable-v5.4.100
> 
> for you to fetch changes up to 867887d5e3d313ed11cf9ddd6193829ec2641922:
> 
>   UBUNTU: upstream stable to v5.4.100 (2021-03-08 08:57:06 -0800)
> 
> ----------------------------------------------------------------
> David Sterba (1):
>       btrfs: fix backport of 2175bf57dc952 in 5.4.95
> 
> Greg Kroah-Hartman (1):
>       Linux 5.4.100
> 
> Jan Beulich (8):
>       Xen/x86: don't bail early from clear_foreign_p2m_mapping()
>       Xen/x86: also check kernel mapping in set_foreign_p2m_mapping()
>       Xen/gntdev: correct dev_bus_addr handling in gntdev_map_grant_pages()
>       Xen/gntdev: correct error checking in gntdev_map_grant_pages()
>       xen-blkback: don't "handle" error by BUG()
>       xen-netback: don't "handle" error by BUG()
>       xen-scsiback: don't "handle" error by BUG()
>       xen-blkback: fix error handling in xen_blkbk_map()
> 
> Kamal Mostafa (1):
>       UBUNTU: upstream stable to v5.4.100
> 
> Loic Poulain (1):
>       net: qrtr: Fix port ID for control messages
> 
> Matwey V. Kornilov (1):
>       media: pwc: Use correct device for DMA
> 
> Paolo Bonzini (1):
>       KVM: SEV: fix double locking due to incorrect backport
> 
> Stefano Stabellini (1):
>       xen/arm: don't ignore return errors from set_phys_to_machine
> 
> Wang Hai (1):
>       net: bridge: Fix a warning when del bridge sysfs
> 
>  Makefile                            |  2 +-
>  arch/arm/xen/p2m.c                  |  6 ++++--
>  arch/x86/kvm/svm.c                  |  1 -
>  arch/x86/xen/p2m.c                  | 15 +++++++--------
>  debian.master/upstream-stable       |  2 +-
>  drivers/block/xen-blkback/blkback.c | 30 ++++++++++++++++--------------
>  drivers/media/usb/pwc/pwc-if.c      | 22 +++++++++++++---------
>  drivers/net/xen-netback/netback.c   |  4 +---
>  drivers/xen/gntdev.c                | 37 ++++++++++++++++++++-----------------
>  drivers/xen/xen-scsiback.c          |  4 ++--
>  fs/btrfs/ctree.h                    |  6 +++---
>  include/xen/grant_table.h           |  1 +
>  net/bridge/br.c                     |  5 ++++-
>  net/qrtr/qrtr.c                     |  2 +-
>  14 files changed, 74 insertions(+), 63 deletions(-)
> 
> -- 
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team