All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 5/5] just realized that it's broken
@ 2009-01-30 10:48 Jan Beulich
  2009-01-30 11:35 ` Keir Fraser
  2009-02-04  8:27 ` Jan Beulich
  0 siblings, 2 replies; 4+ messages in thread
From: Jan Beulich @ 2009-01-30 10:48 UTC (permalink / raw)
  To: xen-devel

This patch was moving the cpumask out of struct page_info into the page
itself, but I just realized that this it not valid, since the purpose of the mask
is to avoid a later TLB flush, hence the base assumption is that the page
might still be in the TLB of some CPU, thus making it possible for a mis-
behaved guest to still write to that page.

Sorry for the mis-numbering,
Jan

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

end of thread, other threads:[~2009-02-04  8:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-30 10:48 [PATCH 5/5] just realized that it's broken Jan Beulich
2009-01-30 11:35 ` Keir Fraser
2009-02-04  8:27 ` Jan Beulich
2009-02-04  8:49   ` Keir Fraser

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.