[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250926113107.22638-1-jgross@suse.com>
Date: Fri, 26 Sep 2025 13:31:05 +0200
From: Juergen Gross <jgross@...e.com>
To: torvalds@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org,
xen-devel@...ts.xenproject.org,
sstabellini@...nel.org
Subject: [GIT PULL] xen: branch for v6.18-rc1
Linus,
Please git pull the following tag:
git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-6.18-rc1-tag
xen: branch for v6.18-rc1
It contains the following patches:
- a 3 patch series fixing the migration of a Xen virq to another cpu
plus some related cleanup work
- a 3 patch series cleaning up Xen-PV mode specific code, resulting in
removing some of that code in the resulting binary in case
CONFIG_XEN_PV is not set
- 2 fixes and 1 cleanup patch for suspend handling under Xen
Thanks.
Juergen
arch/x86/configs/xen.config | 1 -
arch/x86/include/asm/xen/page.h | 14 +++++++-------
arch/x86/xen/Kconfig | 7 +------
arch/x86/xen/enlighten_pv.c | 2 +-
arch/x86/xen/mmu.c | 2 +-
arch/x86/xen/p2m.c | 4 ++--
drivers/xen/balloon.c | 4 ++--
drivers/xen/events/events_base.c | 37 +++++++++++++++++++++++++++++--------
drivers/xen/gntdev-dmabuf.c | 7 +++----
drivers/xen/gntdev-dmabuf.h | 2 +-
drivers/xen/gntdev.c | 33 ++++++++++++++-------------------
drivers/xen/grant-table.c | 6 +++---
drivers/xen/manage.c | 14 ++++++++++++--
drivers/xen/privcmd.c | 14 ++++++--------
drivers/xen/unpopulated-alloc.c | 4 ++--
drivers/xen/xenbus/xenbus_client.c | 2 +-
include/xen/grant_table.h | 4 ++--
include/xen/mem-reservation.h | 4 ++--
include/xen/xen-ops.h | 7 ++++---
include/xen/xen.h | 9 ++++++++-
20 files changed, 101 insertions(+), 76 deletions(-)
Jason Andryuk (3):
xen/events: Cleanup find_virq() return codes
xen/events: Return -EEXIST for bound VIRQs
xen/events: Update virq_to_irq on migration
Juergen Gross (3):
xen: rework xen_pv_domain()
xen: replace XENFEAT_auto_translated_physmap with xen_pv_domain()
drivers/xen/gntdev: use xen_pv_domain() instead of cached value
Lukas Bulwahn (1):
x86/xen: select HIBERNATE_CALLBACKS more directly
Lukas Wunner (1):
xen/manage: Fix suspend error path
Marek Marczykowski-Górecki (1):
xen: take system_transition_mutex on suspend
Powered by blists - more mailing lists