All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V6 0/3] Vm_event memory introspection helpers
@ 2015-07-15  8:45 Razvan Cojocaru
  2015-07-15  8:45 ` [PATCH V6 1/3] xen/mem_access: Support for memory-content hiding Razvan Cojocaru
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Razvan Cojocaru @ 2015-07-15  8:45 UTC (permalink / raw)
  To: xen-devel
  Cc: jun.nakajima, wei.liu2, kevin.tian, keir, ian.campbell,
	stefano.stabellini, george.dunlap, andrew.cooper3, eddie.dong,
	Aravind.Gopalakrishnan, jbeulich, tlengyel, suravee.suthikulpanit,
	boris.ostrovsky, ian.jackson

This series addresses reviews addressed to V5. All patches have
at least one ack, and the modifications are minor.

Patch 2/3 has not been modified at all, and the only modification
in patch 3/3 is that it now uses vzalloc() / vfree() instead of
xzalloc_array() / xfree(), and both patch 3/3 and 1/3 now set
the allocated data to NULL after freeing it on domain destruction
paths.

Patch 1/3 does has slightly more modifications, however they are
mostly cosmetic (the only non-cosmetic one is that the patch now
bypasses a hvm_copy_from_guest_phys() call that did no harm but
was unnecessary).

As discussed, I've kept the better-safe-than-sorry approach of
freeing allocated data on both domain destruction paths and
vm_event_cleanup(), based on the comments in
shadow_final_teardown(), which imply that it is theoretically
possible to end up on a domain destruction path without
domain_kill() being called (and domain_kill() does the
vm_event_cleanup()).

[PATCH V6 1/3] xen/mem_access: Support for memory-content hiding
[PATCH V6 2/3] xen/vm_event: Support for guest-requested events
[PATCH V6 3/3] xen/vm_event: Deny register writes if refused by
vm_event reply


Thanks in advance for your reviews,
Razvan

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

end of thread, other threads:[~2015-07-15 10:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-15  8:45 [PATCH V6 0/3] Vm_event memory introspection helpers Razvan Cojocaru
2015-07-15  8:45 ` [PATCH V6 1/3] xen/mem_access: Support for memory-content hiding Razvan Cojocaru
2015-07-15 10:10   ` George Dunlap
2015-07-15 10:21     ` Jan Beulich
2015-07-15 10:38       ` George Dunlap
2015-07-15 10:41         ` Razvan Cojocaru
2015-07-15 10:21     ` Razvan Cojocaru
2015-07-15  8:45 ` [PATCH V6 2/3] xen/vm_event: Support for guest-requested events Razvan Cojocaru
2015-07-15  8:45 ` [PATCH V6 3/3] xen/vm_event: Deny register writes if refused by vm_event reply Razvan Cojocaru
2015-07-15 10:21 ` [PATCH V6 0/3] Vm_event memory introspection helpers Wei Liu

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.