From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.suse.de ([195.135.220.15]:44589 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751105AbcL1Iv1 (ORCPT ); Wed, 28 Dec 2016 03:51:27 -0500 Date: Wed, 28 Dec 2016 09:51:17 +0100 From: Michal Hocko To: kbuild test robot Cc: kbuild-all@01.org, Nils Holland , Mel Gorman , Johannes Weiner , Vladimir Davydov , Tetsuo Handa , linux-kernel@vger.kernel.org, linux-mm@kvack.org, Chris Mason , David Sterba , linux-btrfs@vger.kernel.org Subject: Re: [PATCH] mm, vmscan: consider eligible zones in get_scan_count Message-ID: <20161228085116.GC11470@dhcp22.suse.cz> References: <20161227155532.GI1308@dhcp22.suse.cz> <201612280000.aOluloG2%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <201612280000.aOluloG2%fengguang.wu@intel.com> Sender: linux-btrfs-owner@vger.kernel.org List-ID: On Wed 28-12-16 00:28:38, kbuild test robot wrote: > Hi Michal, > > [auto build test ERROR on mmotm/master] > [also build test ERROR on v4.10-rc1 next-20161224] > [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] > > url: https://github.com/0day-ci/linux/commits/Michal-Hocko/mm-vmscan-consider-eligible-zones-in-get_scan_count/20161228-000917 > base: git://git.cmpxchg.org/linux-mmotm.git master > config: i386-tinyconfig (attached as .config) > compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 > reproduce: > # save the attached .config to linux build tree > make ARCH=i386 > > All errors (new ones prefixed by >>): > > mm/vmscan.c: In function 'lruvec_lru_size_zone_idx': > >> mm/vmscan.c:264:10: error: implicit declaration of function 'lruvec_zone_lru_size' [-Werror=implicit-function-declaration] > size = lruvec_zone_lru_size(lruvec, lru, zid); this patch depends on the previous one http://lkml.kernel.org/r/20161226124839.GB20715@dhcp22.suse.cz -- Michal Hocko SUSE Labs From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wj0-f200.google.com (mail-wj0-f200.google.com [209.85.210.200]) by kanga.kvack.org (Postfix) with ESMTP id 0FC8A6B025E for ; Wed, 28 Dec 2016 03:51:23 -0500 (EST) Received: by mail-wj0-f200.google.com with SMTP id qs7so34863257wjc.4 for ; Wed, 28 Dec 2016 00:51:23 -0800 (PST) Received: from mx2.suse.de (mx2.suse.de. [195.135.220.15]) by mx.google.com with ESMTPS id hv9si53045566wjb.232.2016.12.28.00.51.21 for (version=TLS1 cipher=AES128-SHA bits=128/128); Wed, 28 Dec 2016 00:51:21 -0800 (PST) Date: Wed, 28 Dec 2016 09:51:17 +0100 From: Michal Hocko Subject: Re: [PATCH] mm, vmscan: consider eligible zones in get_scan_count Message-ID: <20161228085116.GC11470@dhcp22.suse.cz> References: <20161227155532.GI1308@dhcp22.suse.cz> <201612280000.aOluloG2%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201612280000.aOluloG2%fengguang.wu@intel.com> Sender: owner-linux-mm@kvack.org List-ID: To: kbuild test robot Cc: kbuild-all@01.org, Nils Holland , Mel Gorman , Johannes Weiner , Vladimir Davydov , Tetsuo Handa , linux-kernel@vger.kernel.org, linux-mm@kvack.org, Chris Mason , David Sterba , linux-btrfs@vger.kernel.org On Wed 28-12-16 00:28:38, kbuild test robot wrote: > Hi Michal, > > [auto build test ERROR on mmotm/master] > [also build test ERROR on v4.10-rc1 next-20161224] > [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] > > url: https://github.com/0day-ci/linux/commits/Michal-Hocko/mm-vmscan-consider-eligible-zones-in-get_scan_count/20161228-000917 > base: git://git.cmpxchg.org/linux-mmotm.git master > config: i386-tinyconfig (attached as .config) > compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 > reproduce: > # save the attached .config to linux build tree > make ARCH=i386 > > All errors (new ones prefixed by >>): > > mm/vmscan.c: In function 'lruvec_lru_size_zone_idx': > >> mm/vmscan.c:264:10: error: implicit declaration of function 'lruvec_zone_lru_size' [-Werror=implicit-function-declaration] > size = lruvec_zone_lru_size(lruvec, lru, zid); this patch depends on the previous one http://lkml.kernel.org/r/20161226124839.GB20715@dhcp22.suse.cz -- Michal Hocko SUSE Labs -- 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