All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] vpci: allow unaligned accesses by the hardware domain
@ 2026-08-06 15:26 Roger Pau Monne
  2026-08-06 15:26 ` [PATCH v2 1/2] x86/pci: prevent cross-device accesses in pci_mmcfg_{read,write}() Roger Pau Monne
  2026-08-06 15:26 ` [PATCH v2 2/2] xen/vpci: allow unaligned accesses by the hardware domain Roger Pau Monne
  0 siblings, 2 replies; 8+ messages in thread
From: Roger Pau Monne @ 2026-08-06 15:26 UTC (permalink / raw)
  To: xen-devel
  Cc: Roger Pau Monne, Jan Beulich, Andrew Cooper, Teddy Astie,
	Anthony PERARD, Stewart Hildebrand

Hello,

Mostly the same as v1, plus an additional patch that refuses accesses
that cross a device boundary in pci_mmcfg_{read,write}() itself.

Thanks, Roger.

Roger Pau Monne (2):
  x86/pci: prevent cross-device accesses in pci_mmcfg_{read,write}()
  xen/vpci: allow unaligned accesses by the hardware domain

 tools/include/xen-tools/common-macros.h | 2 ++
 xen/arch/x86/x86_64/mmconfig_64.c       | 6 ++++--
 xen/arch/x86/x86_64/pci.c               | 8 ++++----
 xen/drivers/vpci/vpci.c                 | 6 ++++--
 4 files changed, 14 insertions(+), 8 deletions(-)

-- 
2.53.0



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2026-08-10 15:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-06 15:26 [PATCH v2 0/2] vpci: allow unaligned accesses by the hardware domain Roger Pau Monne
2026-08-06 15:26 ` [PATCH v2 1/2] x86/pci: prevent cross-device accesses in pci_mmcfg_{read,write}() Roger Pau Monne
2026-08-07  6:22   ` Jan Beulich
2026-08-07  8:01     ` Roger Pau Monné
2026-08-10 15:40   ` Stewart Hildebrand
2026-08-06 15:26 ` [PATCH v2 2/2] xen/vpci: allow unaligned accesses by the hardware domain Roger Pau Monne
2026-08-07  6:39   ` Jan Beulich
2026-08-10 15:41   ` Stewart Hildebrand

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.