mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/1] Drivers: hv: hv_balloon: do not online pages in offline blocks
@ 2015-03-25 18:01 Vitaly Kuznetsov
  2015-03-25 18:02 ` [PATCH 1/1] " Vitaly Kuznetsov
  2015-03-25 18:31 ` [PATCH 0/1] " KY Srinivasan
  0 siblings, 2 replies; 5+ messages in thread
From: Vitaly Kuznetsov @ 2015-03-25 18:01 UTC (permalink / raw)
  To: K. Y. Srinivasan; +Cc: Haiyang Zhang, devel, linux-kernel, Dexuan Cui

Patch 1/1 is rather a hackaround. The root cause of the issue is the fact that
we're adding not fully backed memory blocks and allow to online them. It is 
relatively easy to forbid that and add only fully backed 128Mb regions. The whole
driver code will be much simpler: hv_bring_pgs_online() and hv_online_page()
will go away, ha_region_mutex won't probably be required,... Please let me know
if you think I should follow this way.

Vitaly Kuznetsov (1):
  Drivers: hv: hv_balloon: do not online pages in offline blocks

 drivers/hv/hv_balloon.c | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

-- 
1.9.3


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

end of thread, other threads:[~2015-03-27 14:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-25 18:01 [PATCH 0/1] Drivers: hv: hv_balloon: do not online pages in offline blocks Vitaly Kuznetsov
2015-03-25 18:02 ` [PATCH 1/1] " Vitaly Kuznetsov
2015-03-25 18:31 ` [PATCH 0/1] " KY Srinivasan
2015-03-26  9:39   ` Vitaly Kuznetsov
2015-03-27 14:28     ` KY Srinivasan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome