Subject: [GIT PULL] xen: branch for v6.12-rc1a
From: Juergen Gross <jgross@suse.com>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org,
	xen-devel@lists.xenproject.org,
	sstabellini@kernel.org
Date: Fri, 27 Sep 2024 11:43:37 +0200

Linus,

Please git pull the following tag:

 git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-6.12-rc1a-tag

xen: branch for v6.12-rc1a

It contains a second round of Xen related changes and features for the
6.12 merge window:

- A small fix of the xen-pciback driver for a warning issued by sparse

- A series of 3 patches supporting PCI passthrough when using a PVH
  dom0

- A series of 5 patches enabling to load the kernel in PVH mode at
  arbitrary addresses, avoiding conflicts with the memory map when
  running as a Xen dom0 using the host memory layout

Thanks.

Juergen

 arch/x86/include/asm/pgtable_64.h               |  23 +++-
 arch/x86/kernel/head_64.S                       |  20 ---
 arch/x86/platform/pvh/head.S                    | 161 ++++++++++++++++++++++--
 arch/x86/xen/enlighten_pvh.c                    |  23 ++++
 drivers/acpi/pci_irq.c                          |   2 +-
 drivers/xen/Kconfig                             |   1 +
 drivers/xen/acpi.c                              |  50 ++++++++
 drivers/xen/pci.c                               |  13 ++
 drivers/xen/privcmd.c                           |  32 +++++
 drivers/xen/xen-pciback/conf_space_capability.c |   2 +-
 drivers/xen/xen-pciback/pci_stub.c              |  78 ++++++++++--
 include/linux/acpi.h                            |   1 +
 include/uapi/xen/privcmd.h                      |   7 ++
 include/xen/acpi.h                              |  27 ++++
 include/xen/interface/elfnote.h                 |  93 +++++++++++++-
 include/xen/interface/physdev.h                 |  17 +++
 include/xen/pci.h                               |   6 +
 17 files changed, 509 insertions(+), 47 deletions(-)

Jason Andryuk (5):
      xen: sync elfnote.h from xen tree
      x86/pvh: Make PVH entrypoint PIC for x86-64
      x86/pvh: Set phys_base when calling xen_prepare_pvh()
      x86/kernel: Move page table macros to header
      x86/pvh: Add 64bit relocation page tables

Jiqian Chen (3):
      xen/pci: Add a function to reset device for xen
      xen/pvh: Setup gsi for passthrough device
      xen/privcmd: Add new syscall to get gsi from dev

Min-Hua Chen (1):
      xen/pciback: fix cast to restricted pci_ers_result_t and pci_power_t

.
Subject: [ovmf test] 187874: all pass - PUSHED
From: osstest service owner <osstest-admin@xenproject.org>
To: xen-devel@lists.xenproject.org
Date: Fri, 27 Sep 2024 10:01:10 +0000

.
Subject: [linux-linus test] 187867: tolerable FAIL - PUSHED
From: osstest service owner <osstest-admin@xenproject.org>
To: xen-devel@lists.xenproject.org
Date: Fri, 27 Sep 2024 12:41:00 +0000

.
Subject: [PATCH v3] x86/traps: Re-enable interrupts after reading cr2 in the #PF handler
From: Alejandro Vallejo <alejandro.vallejo@cloud.com>
To: Xen-devel <xen-devel@lists.xenproject.org>
Cc: Alejandro Vallejo <alejandro.vallejo@cloud.com>,
	Jan Beulich <jbeulich@suse.com>,
	Andrew Cooper <andrew.cooper3@citrix.com>,
	=?UTF-8?q?Roger=20Pau=20Monn=C3=A9?= <roger.pau@citrix.com>
Date: Fri, 27 Sep 2024 15:23:05 +0100

.
Subject: [PATCH v3-resend] x86/traps: Re-enable interrupts after reading cr2 in the #PF handler
From: Alejandro Vallejo <alejandro.vallejo@cloud.com>
To: Xen-devel <xen-devel@lists.xenproject.org>
Cc: Alejandro Vallejo <alejandro.vallejo@cloud.com>,
	Jan Beulich <jbeulich@suse.com>,
	Andrew Cooper <andrew.cooper3@citrix.com>,
	=?UTF-8?q?Roger=20Pau=20Monn=C3=A9?= <roger.pau@citrix.com>
Date: Fri, 27 Sep 2024 15:48:20 +0100

.
Subject: [ovmf test] 187877: all pass - PUSHED
From: osstest service owner <osstest-admin@xenproject.org>
To: xen-devel@lists.xenproject.org
Date: Fri, 27 Sep 2024 14:57:24 +0000

.
Subject: [xen-unstable test] 187869: tolerable FAIL - PUSHED
From: osstest service owner <osstest-admin@xenproject.org>
To: xen-devel@lists.xenproject.org
Date: Fri, 27 Sep 2024 15:03:47 +0000

.
Subject: [PATCH v5 0/6] Move {acpi_}device_init() and device_get_class() to common code
From: Oleksii Kurochko <oleksii.kurochko@gmail.com>
To: xen-devel@lists.xenproject.org
Cc: Oleksii Kurochko <oleksii.kurochko@gmail.com>,
	Shawn Anastasio <sanastasio@raptorengineering.com>,
	Andrew Cooper <andrew.cooper3@citrix.com>,
	Jan Beulich <jbeulich@suse.com>,
	Julien Grall <julien@xen.org>,
	Stefano Stabellini <sstabellini@kernel.org>,
	=?UTF-8?q?Roger=20Pau=20Monn=C3=A9?= <roger.pau@citrix.com>,
	Bertrand Marquis <bertrand.marquis@arm.com>,
	Michal Orzel <michal.orzel@amd.com>,
	Volodymyr Babchuk <Volodymyr_Babchuk@epam.com>,
	Alistair Francis <alistair.francis@wdc.com>,
	Bob Eshleman <bobbyeshleman@gmail.com>,
	Connor Davis <connojdavis@gmail.com>
Date: Fri, 27 Sep 2024 18:32:50 +0200

.
Subject: [PATCH v8 0/7] device tree mapping
From: Oleksii Kurochko <oleksii.kurochko@gmail.com>
To: xen-devel@lists.xenproject.org
Cc: Oleksii Kurochko <oleksii.kurochko@gmail.com>,
	Alistair Francis <alistair.francis@wdc.com>,
	Bob Eshleman <bobbyeshleman@gmail.com>,
	Connor Davis <connojdavis@gmail.com>,
	Andrew Cooper <andrew.cooper3@citrix.com>,
	Jan Beulich <jbeulich@suse.com>,
	Julien Grall <julien@xen.org>,
	Stefano Stabellini <sstabellini@kernel.org>
Date: Fri, 27 Sep 2024 18:33:12 +0200

.
Subject: [qemu-mainline test] 187872: regressions - FAIL
From: osstest service owner <osstest-admin@xenproject.org>
To: xen-devel@lists.xenproject.org
Date: Fri, 27 Sep 2024 18:50:45 +0000

.
Subject: [ovmf test] 187879: all pass - PUSHED
From: osstest service owner <osstest-admin@xenproject.org>
To: xen-devel@lists.xenproject.org
Date: Fri, 27 Sep 2024 19:29:57 +0000

.
Subject: [ovmf test] 187881: all pass - PUSHED
From: osstest service owner <osstest-admin@xenproject.org>
To: xen-devel@lists.xenproject.org
Date: Fri, 27 Sep 2024 22:00:37 +0000

.
Subject: [linux-linus test] 187878: tolerable FAIL - PUSHED
From: osstest service owner <osstest-admin@xenproject.org>
To: xen-devel@lists.xenproject.org
Date: Sat, 28 Sep 2024 00:16:41 +0000

.
Subject: [ovmf test] 187883: all pass - PUSHED
From: osstest service owner <osstest-admin@xenproject.org>
To: xen-devel@lists.xenproject.org
Date: Sat, 28 Sep 2024 03:19:03 +0000

.
Subject: [qemu-mainline test] 187880: regressions - FAIL
From: osstest service owner <osstest-admin@xenproject.org>
To: xen-devel@lists.xenproject.org
Date: Sat, 28 Sep 2024 06:20:42 +0000

.
Subject: [linux-linus test] 187882: tolerable FAIL - PUSHED
From: osstest service owner <osstest-admin@xenproject.org>
To: xen-devel@lists.xenproject.org
Date: Sat, 28 Sep 2024 09:59:18 +0000

.
Subject: [xen-unstable test] 187884: tolerable FAIL
From: osstest service owner <osstest-admin@xenproject.org>
To: xen-devel@lists.xenproject.org
Date: Sat, 28 Sep 2024 13:48:25 +0000

.
Subject: [libvirt test] 187886: tolerable all pass - PUSHED
From: osstest service owner <osstest-admin@xenproject.org>
To: xen-devel@lists.xenproject.org
Date: Sat, 28 Sep 2024 16:16:29 +0000

.
Subject: [qemu-mainline test] 187887: regressions - FAIL
From: osstest service owner <osstest-admin@xenproject.org>
To: xen-devel@lists.xenproject.org
Date: Sat, 28 Sep 2024 21:56:31 +0000

.
Subject: [linux-linus test] 187889: tolerable FAIL - PUSHED
From: osstest service owner <osstest-admin@xenproject.org>
To: xen-devel@lists.xenproject.org
Date: Sun, 29 Sep 2024 00:29:36 +0000

.
Subject: [qemu-mainline test] 187891: regressions - FAIL
From: osstest service owner <osstest-admin@xenproject.org>
To: xen-devel@lists.xenproject.org
Date: Sun, 29 Sep 2024 07:20:05 +0000

.
Subject: [xen-unstable test] 187892: tolerable FAIL
From: osstest service owner <osstest-admin@xenproject.org>
To: xen-devel@lists.xenproject.org
Date: Sun, 29 Sep 2024 10:16:02 +0000

.
Subject: [qemu-mainline test] 187894: regressions - FAIL
From: osstest service owner <osstest-admin@xenproject.org>
To: xen-devel@lists.xenproject.org
Date: Sun, 29 Sep 2024 14:50:55 +0000

.
