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 lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 30AACC433F5 for ; Mon, 28 Mar 2022 09:25:59 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.295370.502582 (Exim 4.92) (envelope-from ) id 1nYldE-0001rf-BH; Mon, 28 Mar 2022 09:25:48 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 295370.502582; Mon, 28 Mar 2022 09:25:48 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1nYldE-0001rY-8F; Mon, 28 Mar 2022 09:25:48 +0000 Received: by outflank-mailman (input) for mailman id 295370; Mon, 28 Mar 2022 09:25:46 +0000 Received: from se1-gles-flk1-in.inumbo.com ([94.247.172.50] helo=se1-gles-flk1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1nYldC-0001rQ-DC for xen-devel@lists.xenproject.org; Mon, 28 Mar 2022 09:25:46 +0000 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by se1-gles-flk1.inumbo.com (Halon) with ESMTPS id 0b81e1c0-ae79-11ec-8fbc-03012f2f19d4; Mon, 28 Mar 2022 11:25:45 +0200 (CEST) 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-out1.suse.de (Postfix) with ESMTPS id EDA14210EB; Mon, 28 Mar 2022 09:25:44 +0000 (UTC) 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 C581413B08; Mon, 28 Mar 2022 09:25:44 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id KdzVLhh/QWLGKAAAMHmgww (envelope-from ); Mon, 28 Mar 2022 09:25:44 +0000 X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: 0b81e1c0-ae79-11ec-8fbc-03012f2f19d4 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1648459544; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=yQbLNcQn+EiEzAZTSL8mffrkODdEvNwwdtkHcD/qU6Y=; b=GZcWtx+aRlz0jeqVGgVLpB3nivf/6DCZxAsbwtR65d54qS4c6DNgv94yx3SmzlwlaSISIZ 2r9spbhm8V+PuMe3QK7TlQMBk9uEPj5Q5Vua10oefIhIlAyFaUbSI8ZbqfAdPMHWokkPS9 G3FFbffyPXHh8Vs+juV7bpRILlAtFXc= 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.18-rc1 Date: Mon, 28 Mar 2022 11:25:44 +0200 Message-Id: <20220328092544.14418-1-jgross@suse.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Linus, Please git pull the following tag: git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-5.18-rc1-tag xen: branch for v5.18-rc1 It contains the following patches: - A bunch of minor cleanups - A fix for kexec in Xen dom0 when executed on a high cpu number - A fix for resuming after suspend of a Xen guest with assigned PCI devices - A fix for a crash due to not disabled preemption when resuming as Xen dom0 Thanks. Juergen arch/x86/xen/apic.c | 2 +- arch/x86/xen/pmu.c | 10 +- arch/x86/xen/pmu.h | 3 +- arch/x86/xen/setup.c | 2 +- arch/x86/xen/smp_hvm.c | 6 ++ arch/x86/xen/smp_pv.c | 2 +- arch/x86/xen/time.c | 24 ++++- drivers/block/xen-blkfront.c | 8 +- drivers/char/tpm/xen-tpmfront.c | 2 +- drivers/gpu/drm/xen/xen_drm_front_evtchnl.c | 2 +- drivers/input/misc/xen-kbdfront.c | 4 +- drivers/net/xen-netfront.c | 13 ++- drivers/pci/xen-pcifront.c | 2 +- drivers/scsi/xen-scsifront.c | 4 +- drivers/usb/host/xen-hcd.c | 4 +- drivers/xen/balloon.c | 3 +- drivers/xen/gntalloc.c | 2 +- drivers/xen/gntdev-dmabuf.c | 2 +- drivers/xen/grant-table.c | 151 ++++------------------------ drivers/xen/manage.c | 4 +- drivers/xen/pvcalls-front.c | 6 +- drivers/xen/sys-hypervisor.c | 5 +- drivers/xen/xen-front-pgdir-shbuf.c | 3 +- include/xen/grant_table.h | 13 +-- net/9p/trans_xen.c | 8 +- sound/xen/xen_snd_front_evtchnl.c | 2 +- 26 files changed, 94 insertions(+), 193 deletions(-) Dongli Zhang (1): xen: delay xen_hvm_init_time_ops() if kdump is boot on vcpu>=32 Jakub Kądziołka (1): xen: don't hang when resuming PCI device Jiapeng Chong (1): x86/xen: Fix kerneldoc warning Juergen Gross (3): xen/grant-table: remove gnttab_*transfer*() functions xen/grant-table: remove readonly parameter from functions xen: fix is_xen_pmu() Wang Qing (1): xen: use time_is_before_eq_jiffies() instead of open coding it jianchunfu (1): arch:x86:xen: Remove unnecessary assignment in xen_apic_read() zhanglianjie (1): drivers/xen: use helper macro __ATTR_RW