From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-18.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 59C4CC433E9 for ; Mon, 22 Feb 2021 12:38:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2C59164F23 for ; Mon, 22 Feb 2021 12:38:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231358AbhBVMhz (ORCPT ); Mon, 22 Feb 2021 07:37:55 -0500 Received: from mail.kernel.org ([198.145.29.99]:44936 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230377AbhBVMQH (ORCPT ); Mon, 22 Feb 2021 07:16:07 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id E050764E4B; Mon, 22 Feb 2021 12:15:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1613996151; bh=3tP8I+VYWevsVrqR6bEQ+s4B7v440lAgg/imqBDISTQ=; h=From:To:Cc:Subject:Date:From; b=oZZPBcx75U+JbH8sKrBkHOhuiancboFi3cSj+xqzuOpr64tXfrANLZnW7z3Mxoj8M SRKzZmZDFZhtm9tfNoWeSwGy4BUQnF8TW66qBfyc4qaSeSMeCq4qJ4t/VEe6gHNRyB krvjvTYRFTxw2jWg2Y6Zp6cVthtqXmo+MBlxfusc= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, pavel@denx.de, jonathanh@nvidia.com, stable@vger.kernel.org Subject: [PATCH 5.4 00/13] 5.4.100-rc1 review Date: Mon, 22 Feb 2021 13:13:17 +0100 Message-Id: <20210222121013.583922436@linuxfoundation.org> X-Mailer: git-send-email 2.30.1 MIME-Version: 1.0 User-Agent: quilt/0.66 X-stable: review X-Patchwork-Hint: ignore X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-5.4.100-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-5.4.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 5.4.100-rc1 X-KernelTest-Deadline: 2021-02-24T12:10+00:00 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the start of the stable review cycle for the 5.4.100 release. There are 13 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Wed, 24 Feb 2021 12:07:46 +0000. Anything received after that time might be too late. The whole patch series can be found in one patch at: https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.4.100-rc1.gz or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.4.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 5.4.100-rc1 Matwey V. Kornilov media: pwc: Use correct device for DMA Jan Beulich xen-blkback: fix error handling in xen_blkbk_map() Jan Beulich xen-scsiback: don't "handle" error by BUG() Jan Beulich xen-netback: don't "handle" error by BUG() Jan Beulich xen-blkback: don't "handle" error by BUG() Stefano Stabellini xen/arm: don't ignore return errors from set_phys_to_machine Jan Beulich Xen/gntdev: correct error checking in gntdev_map_grant_pages() Jan Beulich Xen/gntdev: correct dev_bus_addr handling in gntdev_map_grant_pages() Jan Beulich Xen/x86: also check kernel mapping in set_foreign_p2m_mapping() Jan Beulich Xen/x86: don't bail early from clear_foreign_p2m_mapping() Wang Hai net: bridge: Fix a warning when del bridge sysfs Loic Poulain net: qrtr: Fix port ID for control messages Paolo Bonzini KVM: SEV: fix double locking due to incorrect backport ------------- Diffstat: Makefile | 4 ++-- arch/arm/xen/p2m.c | 6 ++++-- arch/x86/kvm/svm.c | 1 - arch/x86/xen/p2m.c | 15 +++++++-------- 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 ++-- include/xen/grant_table.h | 1 + net/bridge/br.c | 5 ++++- net/qrtr/qrtr.c | 2 +- 12 files changed, 71 insertions(+), 60 deletions(-)