On 04/29/2014 02:21 PM, John Stultz wrote: > Another few weeks and another volatile ranges patchset... > > After getting the sense that the a major objection to the earlier > patches was the introduction of a new syscall (and its somewhat > strange dual length/purged-bit return values), I spent some time > trying to rework the vma manipulations so we can be we won't fail > mid-way through changing volatility (basically making it atomic). > I think I have it working, and thus, there is no longer the > need for a new syscall, and we can go back to using madvise() > to set and unset pages as volatile. Johannes: To get some feedback, maybe I'll needle you directly here a bit. :) Does moving this interface to madvise help reduce your objections? I feel like your cleaning-the-dirty-bit idea didn't work out, but I was hoping that by reworking the vma manipulations to be atomic, we could move to madvise and still avoid the new syscall that you seemed bothered by. But I've not really heard much from you recently so I worry your concerns on this were actually elsewhere, and I'm just churning the patch needlessly. thanks -john -- 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>