linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: chengang@emindsoft.com.cn
Cc: kbuild-all@01.org, akpm@linux-foundation.org, trivial@kernel.org,
	mhocko@suse.cz, dan.j.williams@intel.com, iamjoonsoo.kim@lge.com,
	vbabka@suse.cz, baiyaowei@cmss.chinamobile.com,
	vkuznets@redhat.com, linux-mm@kvack.org,
	linux-kernel@vger.kernel.org,
	Chen Gang <gang.chen.5i5j@gmail.com>
Subject: Re: [PATCH trivial] include/linux/memory_hotplug.h: Clean up code
Date: Fri, 10 Jun 2016 14:11:34 +0800	[thread overview]
Message-ID: <201606101451.xfKpSBrt%fengguang.wu@intel.com> (raw)
In-Reply-To: <1465530462-8285-1-git-send-email-chengang@emindsoft.com.cn>

[-- Attachment #1: Type: text/plain, Size: 1989 bytes --]

Hi,

[auto build test ERROR on next-20160609]
[also build test ERROR on v4.7-rc2]
[cannot apply to v4.7-rc2 v4.7-rc1 v4.6-rc7]
[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/chengang-emindsoft-com-cn/include-linux-memory_hotplug-h-Clean-up-code/20160610-114959
config: blackfin-TCM-BF537_defconfig (attached as .config)
compiler: bfin-uclinux-gcc (GCC) 4.6.3
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=blackfin 

All errors (new ones prefixed by >>):

   In file included from include/linux/mmzone.h:741:0,
                    from include/linux/gfp.h:5,
                    from include/linux/kmod.h:22,
                    from include/linux/module.h:13,
                    from include/linux/moduleloader.h:5,
                    from arch/blackfin/kernel/module.c:9:
   include/linux/memory_hotplug.h: In function 'mhp_notimplemented':
>> include/linux/memory_hotplug.h:225:2: error: 'mod' undeclared (first use in this function)
   include/linux/memory_hotplug.h:225:2: note: each undeclared identifier is reported only once for each function it appears in

vim +/mod +225 include/linux/memory_hotplug.h

   219	static inline void zone_span_writelock(struct zone *zone) {}
   220	static inline void zone_span_writeunlock(struct zone *zone) {}
   221	static inline void zone_seqlock_init(struct zone *zone) {}
   222	
   223	static inline int mhp_notimplemented(const char *func)
   224	{
 > 225		pr_warn("%s() called, with CONFIG_MEMORY_HOTPLUG disabled\n", func);
   226		dump_stack();
   227		return -ENOSYS;
   228	}

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 10870 bytes --]

  reply	other threads:[~2016-06-10  6:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-10  3:47 chengang
2016-06-10  6:11 ` kbuild test robot [this message]
2016-06-10  9:07   ` Chen Gang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201606101451.xfKpSBrt%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=akpm@linux-foundation.org \
    --cc=baiyaowei@cmss.chinamobile.com \
    --cc=chengang@emindsoft.com.cn \
    --cc=dan.j.williams@intel.com \
    --cc=gang.chen.5i5j@gmail.com \
    --cc=iamjoonsoo.kim@lge.com \
    --cc=kbuild-all@01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=mhocko@suse.cz \
    --cc=trivial@kernel.org \
    --cc=vbabka@suse.cz \
    --cc=vkuznets@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox