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

Kamal Mostafa kamal at canonical.com
Fri Apr 9 17:44:50 UTC 2021


This pull request (15 commits) includes the following Focal stable patchsets:

	Focal update: v5.4.107 upstream stable release
	https://bugs.launchpad.net/bugs/1923210

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 5f96a461c2a321b7d2efee18cd68281d0d981a3f:

  netfilter: x_tables: Use correct memory barriers. (2021-04-09 17:02:51 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 74a74a0456680346e43a6b208e64331e80c7bc50:

  UBUNTU: upstream stable to v5.4.107 (2021-04-09 08:15:04 -0700)

----------------------------------------------------------------
Amir Goldstein (1):
      fuse: fix live lock in fuse_iget()

Ard Biesheuvel (1):
      crypto: x86/aes-ni-xts - use direct calls to and 4-way stride

Colin Xu (4):
      drm/i915/gvt: Set SNOOP for PAT3 on BXT/APL to workaround GPU BB hang
      drm/i915/gvt: Fix mmio handler break on BXT/APL.
      drm/i915/gvt: Fix virtual display setup for BXT/APL
      drm/i915/gvt: Fix vfio_edid issue for BXT/APL

DENG Qingfang (1):
      net: dsa: tag_mtk: fix 802.1ad VLAN egress

Florian Fainelli (1):
      net: dsa: b53: Support setting learning on port

Greg Kroah-Hartman (1):
      Linux 5.4.107

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

Kees Cook (1):
      crypto: x86 - Regularize glue function prototypes

Qu Wenruo (1):
      btrfs: scrub: Don't check free space before marking a block group RO

Suzuki K Poulose (1):
      KVM: arm64: nvhe: Save the SPE context early

Uros Bizjak (1):
      crypto: aesni - Use TEST %reg,%reg instead of CMP $0,%reg

Zhenyu Wang (1):
      drm/i915/gvt: Fix port number for BDW on EDID region setup

 Makefile                                   |   2 +-
 arch/arm64/include/asm/kvm_hyp.h           |   3 +
 arch/arm64/kvm/hyp/debug-sr.c              |  24 ++--
 arch/arm64/kvm/hyp/switch.c                |  13 +-
 arch/x86/crypto/aesni-intel_asm.S          | 137 +++++++++++--------
 arch/x86/crypto/aesni-intel_avx-x86_64.S   |  20 +--
 arch/x86/crypto/aesni-intel_glue.c         |  54 ++++----
 arch/x86/crypto/camellia_aesni_avx2_glue.c |  74 +++++-----
 arch/x86/crypto/camellia_aesni_avx_glue.c  |  72 +++++-----
 arch/x86/crypto/camellia_glue.c            |  45 +++---
 arch/x86/crypto/cast6_avx_glue.c           |  68 +++++----
 arch/x86/crypto/glue_helper.c              |  23 ++--
 arch/x86/crypto/serpent_avx2_glue.c        |  65 +++++----
 arch/x86/crypto/serpent_avx_glue.c         |  63 +++++----
 arch/x86/crypto/serpent_sse2_glue.c        |  30 ++--
 arch/x86/crypto/twofish_avx_glue.c         |  75 +++++-----
 arch/x86/crypto/twofish_glue_3way.c        |  37 ++---
 arch/x86/include/asm/crypto/camellia.h     |  63 ++++-----
 arch/x86/include/asm/crypto/glue_helper.h  |  18 +--
 arch/x86/include/asm/crypto/serpent-avx.h  |  20 +--
 arch/x86/include/asm/crypto/serpent-sse2.h |  28 ++--
 arch/x86/include/asm/crypto/twofish.h      |  19 ++-
 crypto/cast6_generic.c                     |  18 +--
 crypto/serpent_generic.c                   |   6 +-
 debian.master/upstream-stable              |   2 +-
 drivers/gpu/drm/i915/gvt/display.c         | 212 +++++++++++++++++++++++++++++
 drivers/gpu/drm/i915/gvt/handlers.c        |  40 +++++-
 drivers/gpu/drm/i915/gvt/mmio.c            |   5 +
 drivers/gpu/drm/i915/gvt/vgpu.c            |   5 +-
 drivers/net/dsa/b53/b53_common.c           |  18 +++
 drivers/net/dsa/b53/b53_regs.h             |   1 +
 drivers/net/dsa/bcm_sf2.c                  |   5 -
 fs/btrfs/block-group.c                     |  48 ++++---
 fs/btrfs/block-group.h                     |   3 +-
 fs/btrfs/relocation.c                      |   2 +-
 fs/btrfs/scrub.c                           |  21 ++-
 fs/fuse/fuse_i.h                           |   1 +
 include/crypto/cast6.h                     |   4 +-
 include/crypto/serpent.h                   |   4 +-
 include/crypto/xts.h                       |   2 -
 net/dsa/tag_mtk.c                          |  19 ++-
 41 files changed, 844 insertions(+), 525 deletions(-)



More information about the kernel-team mailing list