On Thu, Jan 04, 2018 at 05:25:47PM +0800, kbuild test robot wrote: > tree: aaron/for_lkp_skl_2sp2_test > head: 6c9381b65892222cbe2214fb22af9043f9ce1065 > commit: cebd3951aaa6936a2dd70e925a5d5667b896da23 [151/225] mm: remove __GFP_COLD > config: x86_64-randconfig-x009-201800 (attached as .config) > compiler: gcc-7 (Debian 7.2.0-12) 7.2.1 20171025 > reproduce: > git checkout cebd3951aaa6936a2dd70e925a5d5667b896da23 > # save the attached .config to linux build tree > make ARCH=x86_64 > This looks like a backport of some description. __GFP_COLD is removed in all cases in mainline so I'm guessing this is specific to Aaron's tree. The fix is to eliminate __GFP_COLD and just use GFP_KERNEL. -- Mel Gorman SUSE Labs -- 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>