Hello Hugh, On Thu, Mar 17, 2016 at 02:34:23PM -0700, Hugh Dickins wrote: > Andrew, please ignore my reservations about Andrea's KSM max sharing > patch. The diversions I created (IPIs etc), and my rash promise to > think about it more, are serving no purpose but to delay a fix to a > real problem. Even if this fix is not quite what I dreamt of, it has > the great commendation of being self-contained within ksm.c, affecting > nothing else: so long as Andrea has time to support it, I think we're I'll have time to support if if any problem arises yes. > good with it. Let Mel or I come up with better when we've devised it: > but I doubt that will be soon (I got no further on what else to do > about the compaction-migration case). Agreed, the page migration case is what made me lean towards this self contained solution, and then it has the benefit of solving all other cases at the same time. On the plus side the rmap_walk can remain "atomic" this way, so it may generally result in higher reliability not having to break it in the middle just because it's taking too long. This way there will be one less unknown variable into the equation. We could still relax it in the future if we'll need, but we won't be forced to. Thanks! Andrea -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>