From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933930AbcDFJQ4 (ORCPT ); Wed, 6 Apr 2016 05:16:56 -0400 Received: from mx2.suse.de ([195.135.220.15]:60904 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932159AbcDFJQy (ORCPT ); Wed, 6 Apr 2016 05:16:54 -0400 Subject: Re: [PATCH] cpuset: use static key better and convert to new API To: kbuild test robot References: <201604061600.UbEyxDC5%fengguang.wu@intel.com> Cc: kbuild-all@01.org, Li Zefan , Andrew Morton , Mel Gorman , Peter Zijlstra , David Rientjes , cgroups@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org From: Vlastimil Babka Message-ID: <5704D402.5040705@suse.cz> Date: Wed, 6 Apr 2016 11:16:50 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 In-Reply-To: <201604061600.UbEyxDC5%fengguang.wu@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/06/2016 10:56 AM, kbuild test robot wrote: > Hi Vlastimil, > > [auto build test ERROR on v4.6-rc2] > [also build test ERROR on next-20160406] > [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] > > url: https://github.com/0day-ci/linux/commits/Vlastimil-Babka/cpuset-use-static-key-better-and-convert-to-new-API/20160406-164542 > config: x86_64-randconfig-x011-201614 (attached as .config) > reproduce: > # save the attached .config to linux build tree > make ARCH=x86_64 > > All errors (new ones prefixed by >>): > > mm/page_alloc.c: In function 'get_page_from_freelist': >>> mm/page_alloc.c:2653:5: error: implicit declaration of function '__cpuset_zone_allowed' [-Werror=implicit-function-declaration] Ah, forgot about !CONFIG_CPUSETS. Sorry, I'll send v2. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vlastimil Babka Subject: Re: [PATCH] cpuset: use static key better and convert to new API Date: Wed, 6 Apr 2016 11:16:50 +0200 Message-ID: <5704D402.5040705@suse.cz> References: <201604061600.UbEyxDC5%fengguang.wu@intel.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <201604061600.UbEyxDC5%fengguang.wu@intel.com> Sender: owner-linux-mm@kvack.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: kbuild test robot Cc: kbuild-all@01.org, Li Zefan , Andrew Morton , Mel Gorman , Peter Zijlstra , David Rientjes , cgroups@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org On 04/06/2016 10:56 AM, kbuild test robot wrote: > Hi Vlastimil, > > [auto build test ERROR on v4.6-rc2] > [also build test ERROR on next-20160406] > [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] > > url: https://github.com/0day-ci/linux/commits/Vlastimil-Babka/cpuset-use-static-key-better-and-convert-to-new-API/20160406-164542 > config: x86_64-randconfig-x011-201614 (attached as .config) > reproduce: > # save the attached .config to linux build tree > make ARCH=x86_64 > > All errors (new ones prefixed by >>): > > mm/page_alloc.c: In function 'get_page_from_freelist': >>> mm/page_alloc.c:2653:5: error: implicit declaration of function '__cpuset_zone_allowed' [-Werror=implicit-function-declaration] Ah, forgot about !CONFIG_CPUSETS. Sorry, I'll send v2. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org