All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] amd_iommu: Fix Coverity issues from 11.1 pull request
@ 2026-06-23  0:58 Alejandro Jimenez
  2026-06-23  0:58 ` [PATCH 1/2] amd_iommu: Return int from page walk status helpers Alejandro Jimenez
  2026-06-23  0:58 ` [PATCH 2/2] amd_iommu: Fully initialize XT interrupt message state Alejandro Jimenez
  0 siblings, 2 replies; 8+ messages in thread
From: Alejandro Jimenez @ 2026-06-23  0:58 UTC (permalink / raw)
  To: qemu-devel
  Cc: peter.maydell, mst, sarunkod, pbonzini, richard.henderson,
	alejandro.j.jimenez

Address two Coverity issues reported during scan/review of changes included in
the recent pull request:
https://lore.kernel.org/all/cover.1781463125.git.mst@redhat.com/

- Fix return types of page walk helpers so they return int type status values.
- Fully initialize a local X86IOMMUIrq structure used when building MSI messages
in the XT enabled case, avoiding later use of an uninitialized field.

A larger fix for the bitfield and host endianness correctness issue Peter
Maydell pointed out will be sent separately.

Thank you,

Alejandro

Alejandro Jimenez (2):
  amd_iommu: Return int from page walk status helpers
  amd_iommu: Fully initialize XT interrupt message state

 hw/i386/amd_iommu.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


base-commit: b83371668192a705b878e909c5ae9c1233cbd5fb
-- 
2.47.3



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

end of thread, other threads:[~2026-06-24  6:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-23  0:58 [PATCH 0/2] amd_iommu: Fix Coverity issues from 11.1 pull request Alejandro Jimenez
2026-06-23  0:58 ` [PATCH 1/2] amd_iommu: Return int from page walk status helpers Alejandro Jimenez
2026-06-23  8:43   ` Peter Maydell
2026-06-23  0:58 ` [PATCH 2/2] amd_iommu: Fully initialize XT interrupt message state Alejandro Jimenez
2026-06-23  8:44   ` Peter Maydell
2026-06-23 18:37     ` Michael S. Tsirkin
2026-06-23 21:57       ` Alejandro Jimenez
2026-06-24  6:55         ` Michael S. Tsirkin

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.