On 2015-01-21 17:51, Andrey Ryabinin wrote: > +ifdef CONFIG_KASAN_INLINE > + call_threshold := 10000 > +else > + call_threshold := 0 > +endif Can you please move this to a Kconfig helper like you did with CONFIG_KASAN_SHADOW_OFFSET? Despite occasional efforts to reduce the size of the main Makefile, it has been growing over time. With this patch set, we are approaching 2.6.28's record of 1669 lines. Michal -- 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>