All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] IOMMU: use ioremap()
@ 2013-07-10 10:36 Jan Beulich
  2013-07-10 10:48 ` [PATCH 1/2] VT-d: " Jan Beulich
  2013-07-10 10:49 ` [PATCH 2/2] AMD IOMMU: " Jan Beulich
  0 siblings, 2 replies; 10+ messages in thread
From: Jan Beulich @ 2013-07-10 10:36 UTC (permalink / raw)
  To: xen-devel; +Cc: Jacob Shin, xiantao.zhang, suravee.suthikulpanit

Both AMD IOMMU and VT-d code used iounmap() in their error cleanup
path for something not established via ioremap(), leading to crashes
if those error paths actually get used.

1: VT-d: use ioremap()
2: AMD IOMMU: use ioremap()

Signed-off-by: Jan Beulich <jbeulich@suse.com>

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

end of thread, other threads:[~2013-07-11 14:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-10 10:36 [PATCH 0/2] IOMMU: use ioremap() Jan Beulich
2013-07-10 10:48 ` [PATCH 1/2] VT-d: " Jan Beulich
2013-07-10 11:37   ` Keir Fraser
2013-07-11  8:19   ` [PATCH v2 " Jan Beulich
2013-07-10 10:49 ` [PATCH 2/2] AMD IOMMU: " Jan Beulich
2013-07-10 11:37   ` Keir Fraser
2013-07-10 17:12   ` Suravee Suthikulanit
2013-07-11  8:14     ` Jan Beulich
2013-07-11  8:22   ` [PATCH v2 " Jan Beulich
2013-07-11 14:05     ` Suravee Suthikulanit

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.