All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Avoid QEMU OOM on huge request from guest
@ 2025-12-14  9:09 zhenwei pi
  2025-12-14  9:09 ` [PATCH 1/2] hw/virtio/virtio-crypto: verify asym request size zhenwei pi
  2025-12-14  9:09 ` [PATCH 2/2] cryptodev-builtin: Limit the maximum size zhenwei pi
  0 siblings, 2 replies; 6+ messages in thread
From: zhenwei pi @ 2025-12-14  9:09 UTC (permalink / raw)
  To: qemu-devel
  Cc: mst, arei.gonglei, nakamurajames123, qemu-security, mcascell,
	zhenwei pi

Fix two issues in this series:
- Verify asym request size from device level
- Limit the maximum size for cryptodev builtin driver

zhenwei pi (2):
  hw/virtio/virtio-crypto: verify asym request size
  cryptodev-builtin: Limit the maximum size

 backends/cryptodev-builtin.c | 9 +++------
 hw/virtio/virtio-crypto.c    | 7 +++++++
 2 files changed, 10 insertions(+), 6 deletions(-)

-- 
2.43.0



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

end of thread, other threads:[~2025-12-20 17:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-14  9:09 [PATCH 0/2] Avoid QEMU OOM on huge request from guest zhenwei pi
2025-12-14  9:09 ` [PATCH 1/2] hw/virtio/virtio-crypto: verify asym request size zhenwei pi
2025-12-18 10:43   ` Mauro Matteo Cascella
2025-12-19  0:24     ` zhenwei pi
2025-12-20 17:45   ` Michael Tokarev
2025-12-14  9:09 ` [PATCH 2/2] cryptodev-builtin: Limit the maximum size zhenwei pi

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.