On 2015-01-23 13:48, Andrey Ryabinin wrote: > On 01/23/2015 03:35 PM, Michal Marek wrote: >> 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. >> > > How about moving the whole kasan stuff into scripts/Makefile.kasan > and just include it in generic Makefile? That would be even better! Thanks, 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>