On Wed, 30 Jul 2014 14:22:35 +0530 Chintan Pandya <cpandya@xxxxxxxxxxxxxx> wrote: > __kmap_atomic_idx >= KM_TYPE_NR or < ZERO is a bug. > Report it even if CONFIG_DEBUG_HIGHMEM is not enabled. > That saves much debugging efforts. Please take considerably more care when preparing patch changelogs. kmap_atomic() is a very commonly called function so we'll need much more detail than this to justify adding overhead to it. I don't think CONFIG_DEBUG_HIGHMEM really needs to exist. We could do s/CONFIG_DEBUG_HIGHMEM/CONFIG_DEBUG_VM/g and perhaps your secret bug whatever it was would have been found more easily. -- 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>