All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0 of 2] Two p2m bug fixes
@ 2012-01-13  5:33 Andres Lagar-Cavilla
  2012-01-13  5:33 ` [PATCH 1 of 2] x86/mm: Don't ASSERT() for a valid mfn on paged p2m entries in guest_physmap_add Andres Lagar-Cavilla
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Andres Lagar-Cavilla @ 2012-01-13  5:33 UTC (permalink / raw)
  To: xen-devel; +Cc: andres, tim, adin

- An assert for an invalid mfn was being triggered in 
  guest_physmap_add_entry, even though the target gfn was paged out.

- Fix how gfn's are put when mapping grants.

Signed-off-by: Andres Lagar-Cavilla <andres@lagarcavilla.org>
Signed-off-by: Adin Scannell <adin@scannell.ca>

 xen/arch/x86/mm/p2m.c    |  4 ++--
 xen/common/grant_table.c |  8 ++++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

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

end of thread, other threads:[~2012-01-19 10:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-13  5:33 [PATCH 0 of 2] Two p2m bug fixes Andres Lagar-Cavilla
2012-01-13  5:33 ` [PATCH 1 of 2] x86/mm: Don't ASSERT() for a valid mfn on paged p2m entries in guest_physmap_add Andres Lagar-Cavilla
2012-01-13  5:33 ` [PATCH 2 of 2] Correct p2m unlocking during grant table map Andres Lagar-Cavilla
2012-01-19 10:44 ` [PATCH 0 of 2] Two p2m bug fixes Tim Deegan

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.