All of lore.kernel.org
 help / color / mirror / Atom feed
* Avoid alloc for xsave before xsave_init
@ 2011-01-13 18:48 Wei, Gang
  2011-01-13 20:21 ` Huang2, Wei
  2011-01-13 21:13 ` Keir Fraser
  0 siblings, 2 replies; 10+ messages in thread
From: Wei, Gang @ 2011-01-13 18:48 UTC (permalink / raw)
  To: xen-devel@lists.xensource.com; +Cc: Keir Fraser, Wei, Gang

While debugging some weird booting failure bugs, just found currently, xsave_alloc_save_area will be called in init_idle_domain->scheduler_init->alloc_vcpu->vcpu_initialise calls, it is earlier than xsave_init called in identity_cpu(). This may causing buffer overflow on xmem_pool. I am thinking about how to fix it.

Jimmy

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

end of thread, other threads:[~2011-01-16 15:23 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-13 18:48 Avoid alloc for xsave before xsave_init Wei, Gang
2011-01-13 20:21 ` Huang2, Wei
2011-01-13 21:15   ` Keir Fraser
2011-01-13 23:54     ` Wei Huang
2011-01-14  5:20     ` Wei, Gang
2011-01-14  7:11       ` Wei, Gang
2011-01-14 10:48         ` Keir Fraser
2011-01-16 15:23           ` Wei, Gang
2011-01-13 21:13 ` Keir Fraser
2011-01-14  5:06   ` Wei, Gang

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.