From: kbuild test robot <fengguang.wu@intel.com>
To: Johannes Weiner <hannes@cmpxchg.org>
Cc: kbuild-all@01.org, Andrew Morton <akpm@linux-foundation.org>,
Linux Memory Management List <linux-mm@kvack.org>
Subject: [linux-next:master 7194/7206] mm/memcontrol.c:4243:10: error: too many arguments to function 'memcg_propagate_kmem'
Date: Fri, 18 Dec 2015 21:30:15 +0800 [thread overview]
Message-ID: <201512182111.lVMlmpFk%fengguang.wu@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1604 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: f7ac28a6971b43a2ee8bb47c0ef931b38f7888cf
commit: a5ed904c50398922239b05e7f97c02c47cd9ae35 [7194/7206] mm: memcontrol: clean up alloc, online, offline, free functions
config: i386-randconfig-r0-201550 (attached as .config)
reproduce:
git checkout a5ed904c50398922239b05e7f97c02c47cd9ae35
# save the attached .config to linux build tree
make ARCH=i386
All errors (new ones prefixed by >>):
mm/memcontrol.c: In function 'memcg_update_kmem_limit':
mm/memcontrol.c:2989:9: error: implicit declaration of function 'memcg_online_kmem' [-Werror=implicit-function-declaration]
ret = memcg_online_kmem(memcg);
^
mm/memcontrol.c: In function 'mem_cgroup_css_alloc':
>> mm/memcontrol.c:4243:10: error: too many arguments to function 'memcg_propagate_kmem'
error = memcg_propagate_kmem(parent, memcg);
^
mm/memcontrol.c:2962:12: note: declared here
static int memcg_propagate_kmem(struct mem_cgroup *memcg)
^
cc1: some warnings being treated as errors
vim +/memcg_propagate_kmem +4243 mm/memcontrol.c
4237 /* The following stuff does not apply to the root */
4238 if (!parent) {
4239 root_mem_cgroup = memcg;
4240 return &memcg->css;
4241 }
4242
> 4243 error = memcg_propagate_kmem(parent, memcg);
4244 if (error)
4245 goto fail;
4246
---
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: 28258 bytes --]
reply other threads:[~2015-12-18 13:31 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=201512182111.lVMlmpFk%fengguang.wu@intel.com \
--to=fengguang.wu@intel.com \
--cc=akpm@linux-foundation.org \
--cc=hannes@cmpxchg.org \
--cc=kbuild-all@01.org \
--cc=linux-mm@kvack.org \
/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