Hi Andrew, On Fri, Nov 21, 2014 at 01:21:05PM -0800, Andrew Morton wrote: > On Sat, 22 Nov 2014 01:20:17 +0800 kbuild test robot <fengguang.wu@xxxxxxxxx> wrote: > > > tree: git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma mm-numa-protnone-v3r3 > > head: e5d6f2e502e06020eeb0f852a5ed853802799eb3 > > commit: 17d9af0e32bdc4f263e23daefea699ed463bb87c [83/362] mm, compaction: simplify deferred compaction > > config: x86_64-allnoconfig (attached as .config) > > reproduce: > > git checkout 17d9af0e32bdc4f263e23daefea699ed463bb87c > > # save the attached .config to linux build tree > > make ARCH=x86_64 > > > > Note: the balancenuma/mm-numa-protnone-v3r3 HEAD e5d6f2e502e06020eeb0f852a5ed853802799eb3 builds fine. > > It only hurts bisectibility. > > > > All error/warnings: > > > > In file included from kernel/sysctl.c:43:0: > > >> include/linux/compaction.h:108:1: error: expected identifier or '(' before '{' token > > { > > That's fixed in the next patch, > mm-compaction-simplify-deferred-compaction-fix.patch. > > Your bisectbot broke again :) Sorry about that! I checked it quickly and find the root cause is, the check for your XXX-fix patches was limited to 3 trees: (next|mmotm|memcg) and now we see it in the balancenuma tree. The fix would be simple: just remove the extra tree test. :) Thanks, Fengguang -- 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>