All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] interface hardening fixes
@ 2026-07-07  7:07 Christian Borntraeger
  2026-07-07  7:07 ` [PATCH v2 1/5] s390x/sclp: reject invalid write event data headers Christian Borntraeger
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Christian Borntraeger @ 2026-07-07  7:07 UTC (permalink / raw)
  To: Cornelia Huck
  Cc: qemu-devel, qemu-s390x, Halil Pasic, Matthew Rosato, Eric Farman,
	Christian Borntraeger, Jason Herne, Richard Henderson,
	Ilya Leoshkevich, David Hildenbrand, Hendrik Brueckner

Several fixes that improve the guest->host error handling.

v1->v2:
- add missing signoff
- add RBs

Christian Borntraeger (1):
  s390x/sclp: reject invalid write event data headers

Eric Farman (1):
  s390x/css: limit number of CHPIDs in description

Matthew Rosato (3):
  s390x/pci: Tighten region detection for BAR read/write
  s390x/pci: Shrink RPCIT ranges to registered window
  s390x/ioinst: Require strict length and format for SEI CHSC handler

 hw/s390x/css.c            | 17 +++++++++++++++++
 hw/s390x/event-facility.c |  6 ++++++
 hw/s390x/s390-pci-inst.c  | 32 ++++++++++++++++++++++++++++++--
 target/s390x/ioinst.c     | 20 ++++++++++++++++++++
 4 files changed, 73 insertions(+), 2 deletions(-)

-- 
2.53.0



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

end of thread, other threads:[~2026-07-07 12:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-07  7:07 [PATCH v2 0/5] interface hardening fixes Christian Borntraeger
2026-07-07  7:07 ` [PATCH v2 1/5] s390x/sclp: reject invalid write event data headers Christian Borntraeger
2026-07-07  7:07 ` [PATCH v2 2/5] s390x/pci: Tighten region detection for BAR read/write Christian Borntraeger
2026-07-07  7:07 ` [PATCH v2 3/5] s390x/pci: Shrink RPCIT ranges to registered window Christian Borntraeger
2026-07-07  7:07 ` [PATCH v2 4/5] s390x/ioinst: Require strict length and format for SEI CHSC handler Christian Borntraeger
2026-07-07  7:07 ` [PATCH v2 5/5] s390x/css: limit number of CHPIDs in description Christian Borntraeger
2026-07-07 11:59 ` [PATCH v2 0/5] interface hardening fixes Cornelia Huck

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.