The current code depends on user level code to bring online memory segments that have been hot added. Change this code to online memory in the same context that is hot adding the memory. This patch set implements the necessary infrastructure for making it possible to online memory segments from within a driver. K. Y. Srinivasan (2): Drivers: base: memory: Export functionality for "in kernel" onlining of memory Drivers: hv: balloon: Online the hot-added memory "in context" drivers/base/memory.c | 35 +++++++++++++++++++++++++++++++++++ drivers/hv/hv_balloon.c | 20 +++----------------- include/linux/memory.h | 5 +++++ 3 files changed, 43 insertions(+), 17 deletions(-) -- 1.7.4.1 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel