On Wed, 01 Oct 2014 17:39:39 -0400 Sasha Levin <sasha.levin@xxxxxxxxxx> wrote: > > It looks fairly cheap - I wonder if it should simply fall under > > CONFIG_DEBUG_VM rather than the new CONFIG_DEBUG_VM_POISON. > > Config options are cheap as well :) Thing is, lots of people are enabling CONFIG_DEBUG_VM, but a smaller number of people will enable CONFIG_DEBUG_VM_POISON. Less coverage. Defaulting to y if CONFIG_DEBUG_VM might help, but if people do `make oldconfig' when CONFIG_DEBUG_VM=n, their CONFIG_DEBUG_VM_POISON will get set to `n' and will remain that way when they set CONFIG_DEBUG_VM again. -- 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>