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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6074AC433EF for ; Sat, 25 Sep 2021 14:31:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4127260EE9 for ; Sat, 25 Sep 2021 14:31:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343583AbhIYOdI (ORCPT ); Sat, 25 Sep 2021 10:33:08 -0400 Received: from smtp-out2.suse.de ([195.135.220.29]:55344 "EHLO smtp-out2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245152AbhIYOdC (ORCPT ); Sat, 25 Sep 2021 10:33:02 -0400 Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 9BDAD1FE78; Sat, 25 Sep 2021 14:31:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1632580286; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Wpvi9Btcg02A0UWx/KC6Hh6eVUMEVHaSr7Cmxo2893M=; b=VwYoSAw+lzQPAiJURGqOKsrbOlP0YIeCHCp0NI2uaSeIJun3pGIIaknmfLI9b6L9J0FXuV vlrPIovlybqiEIQZNzNUcDuIVkFla6eWNHDe3DdYFgfwqnLqGRtCZIhnxjRNSxfhCPy9LR z/8EwUltrFeOjWe630C4a8r0B2bi8AM= Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 756E913398; Sat, 25 Sep 2021 14:31:26 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 3cZVG74yT2EtEwAAMHmgww (envelope-from ); Sat, 25 Sep 2021 14:31:26 +0000 From: Juergen Gross To: torvalds@linux-foundation.org Cc: linux-kernel@vger.kernel.org, xen-devel@lists.xenproject.org, boris.ostrovsky@oracle.com Subject: [GIT PULL] xen: branch for v5.15-rc3 Date: Sat, 25 Sep 2021 16:31:26 +0200 Message-Id: <20210925143126.26439-1-jgross@suse.com> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, Please git pull the following tag: git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-5.15b-rc3-tag xen: branch for v5.15-rc3 It contains some minor cleanups and fixes of some theoretical bugs, as well as a fix of a bug introduced in 5.15-rc1. Thanks. Juergen arch/x86/Kconfig | 1 - arch/x86/include/asm/xen/swiotlb-xen.h | 6 +----- arch/x86/xen/enlighten_pv.c | 15 +++++++++------ arch/x86/xen/pci-swiotlb-xen.c | 4 ++-- arch/x86/xen/smp_pv.c | 4 ---- drivers/pci/Kconfig | 2 +- drivers/xen/Kconfig | 1 + drivers/xen/balloon.c | 4 ++-- drivers/xen/gntdev.c | 8 ++++++++ drivers/xen/swiotlb-xen.c | 7 ++++--- include/xen/xen-ops.h | 12 ------------ 11 files changed, 28 insertions(+), 36 deletions(-) Jan Beulich (7): xen/x86: drop redundant zeroing from cpu_initialize_context() Xen/gntdev: don't ignore kernel unmapping error swiotlb-xen: ensure to issue well-formed XENMEM_exchange requests PCI: only build xen-pcifront in PV-enabled environments xen/pci-swiotlb: reduce visibility of symbols swiotlb-xen: this is PV-only on x86 xen/x86: fix PV trap handling on secondary processors Juergen Gross (1): xen/balloon: fix balloon kthread freezing