From patchwork Mon Mar 8 18:23:08 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kamal Mostafa X-Patchwork-Id: 1449316 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4DvRY04NTGz9sWR; Tue, 9 Mar 2021 05:23:16 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1lJKXB-0007uE-LD; Mon, 08 Mar 2021 18:23:13 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1lJKXA-0007tp-2a for kernel-team@lists.ubuntu.com; Mon, 08 Mar 2021 18:23:12 +0000 Received: from 2.general.kamal.us.vpn ([10.172.68.52] helo=ascalon) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1lJKX9-00047N-Lr for kernel-team@lists.ubuntu.com; Mon, 08 Mar 2021 18:23:11 +0000 Received: from kamal by ascalon with local (Exim 4.90_1) (envelope-from ) id 1lJKX7-0006kU-55 for kernel-team@lists.ubuntu.com; Mon, 08 Mar 2021 10:23:09 -0800 From: Kamal Mostafa To: kernel-team@lists.ubuntu.com Subject: [SRU][Focal][PULL] Focal update: v5.4.100 upstream stable release Date: Mon, 8 Mar 2021 10:23:08 -0800 Message-Id: <20210308182308.25820-1-kamal@canonical.com> X-Mailer: git-send-email 2.17.1 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" 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(-)