From: kbuild test robot <lkp-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
To: Martin KaFai Lau <kafai-b10kYP2dOMg@public.gmane.org>
Cc: kbuild-all-JC7UmRfGjtg@public.gmane.org,
cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Alexei Starovoitov <ast-b10kYP2dOMg@public.gmane.org>,
Daniel Borkmann <daniel-FeC+5ew28dpmcu3hnIyYJQ@public.gmane.org>,
Tejun Heo <tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
kernel-team-b10kYP2dOMg@public.gmane.org
Subject: Re: [PATCH -next 3/4] cgroup: bpf: Add bpf_skb_in_cgroup_proto
Date: Wed, 22 Jun 2016 09:25:52 +0800 [thread overview]
Message-ID: <201606220914.aaVsGDUt%fengguang.wu@intel.com> (raw)
In-Reply-To: <1466555002-1316296-4-git-send-email-kafai-b10kYP2dOMg@public.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 1792 bytes --]
Hi,
[auto build test ERROR on next-20160621]
url: https://github.com/0day-ci/linux/commits/Martin-KaFai-Lau/cgroup-bpf-cgroup2-membership-test-on-skb/20160622-082800
config: i386-randconfig-s1-201625 (attached as .config)
compiler: gcc-6 (Debian 6.1.1-1) 6.1.1 20160430
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
All error/warnings (new ones prefixed by >>):
net/core/filter.c: In function 'bpf_skb_in_cgroup':
>> net/core/filter.c:2049:30: error: implicit declaration of function 'sock_cgroup_ptr' [-Werror=implicit-function-declaration]
return cgroup_is_descendant(sock_cgroup_ptr(&sk->sk_cgrp_data), cgrp);
^~~~~~~~~~~~~~~
>> net/core/filter.c:2049:30: warning: passing argument 1 of 'cgroup_is_descendant' makes pointer from integer without a cast [-Wint-conversion]
In file included from include/net/netprio_cgroup.h:17:0,
from include/linux/netdevice.h:48,
from net/core/filter.c:31:
include/linux/cgroup.h:492:20: note: expected 'struct cgroup *' but argument is of type 'int'
static inline bool cgroup_is_descendant(struct cgroup *cgrp,
^~~~~~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors
vim +/sock_cgroup_ptr +2049 net/core/filter.c
2043 return -E2BIG;
2044
2045 cgrp = READ_ONCE(array->ptrs[i]);
2046 if (unlikely(!cgrp))
2047 return -ENOENT;
2048
> 2049 return cgroup_is_descendant(sock_cgroup_ptr(&sk->sk_cgrp_data), cgrp);
2050 }
2051
2052 static const struct bpf_func_proto bpf_skb_in_cgroup_proto = {
---
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: 27072 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: kbuild test robot <lkp@intel.com>
To: Martin KaFai Lau <kafai@fb.com>
Cc: kbuild-all@01.org, cgroups@vger.kernel.org,
linux-kernel@vger.kernel.org, netdev@vger.kernel.org,
Alexei Starovoitov <ast@fb.com>,
Daniel Borkmann <daniel@iogearbox.net>, Tejun Heo <tj@kernel.org>,
kernel-team@fb.com
Subject: Re: [PATCH -next 3/4] cgroup: bpf: Add bpf_skb_in_cgroup_proto
Date: Wed, 22 Jun 2016 09:25:52 +0800 [thread overview]
Message-ID: <201606220914.aaVsGDUt%fengguang.wu@intel.com> (raw)
In-Reply-To: <1466555002-1316296-4-git-send-email-kafai@fb.com>
[-- Attachment #1: Type: text/plain, Size: 1792 bytes --]
Hi,
[auto build test ERROR on next-20160621]
url: https://github.com/0day-ci/linux/commits/Martin-KaFai-Lau/cgroup-bpf-cgroup2-membership-test-on-skb/20160622-082800
config: i386-randconfig-s1-201625 (attached as .config)
compiler: gcc-6 (Debian 6.1.1-1) 6.1.1 20160430
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
All error/warnings (new ones prefixed by >>):
net/core/filter.c: In function 'bpf_skb_in_cgroup':
>> net/core/filter.c:2049:30: error: implicit declaration of function 'sock_cgroup_ptr' [-Werror=implicit-function-declaration]
return cgroup_is_descendant(sock_cgroup_ptr(&sk->sk_cgrp_data), cgrp);
^~~~~~~~~~~~~~~
>> net/core/filter.c:2049:30: warning: passing argument 1 of 'cgroup_is_descendant' makes pointer from integer without a cast [-Wint-conversion]
In file included from include/net/netprio_cgroup.h:17:0,
from include/linux/netdevice.h:48,
from net/core/filter.c:31:
include/linux/cgroup.h:492:20: note: expected 'struct cgroup *' but argument is of type 'int'
static inline bool cgroup_is_descendant(struct cgroup *cgrp,
^~~~~~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors
vim +/sock_cgroup_ptr +2049 net/core/filter.c
2043 return -E2BIG;
2044
2045 cgrp = READ_ONCE(array->ptrs[i]);
2046 if (unlikely(!cgrp))
2047 return -ENOENT;
2048
> 2049 return cgroup_is_descendant(sock_cgroup_ptr(&sk->sk_cgrp_data), cgrp);
2050 }
2051
2052 static const struct bpf_func_proto bpf_skb_in_cgroup_proto = {
---
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: 27072 bytes --]
next prev parent reply other threads:[~2016-06-22 1:25 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-22 0:23 [PATCH -next 0/4] cgroup: bpf: cgroup2 membership test on skb Martin KaFai Lau
2016-06-22 0:23 ` Martin KaFai Lau
2016-06-22 0:23 ` Martin KaFai Lau
2016-06-22 0:23 ` [PATCH -next 2/4] cgroup: bpf: Add BPF_MAP_TYPE_CGROUP_ARRAY Martin KaFai Lau
2016-06-22 0:23 ` Martin KaFai Lau
2016-06-22 1:15 ` Alexei Starovoitov
[not found] ` <1466555002-1316296-3-git-send-email-kafai-b10kYP2dOMg@public.gmane.org>
2016-06-22 2:33 ` kbuild test robot
2016-06-22 2:33 ` kbuild test robot
[not found] ` <1466555002-1316296-1-git-send-email-kafai-b10kYP2dOMg@public.gmane.org>
2016-06-22 0:23 ` [PATCH -next 1/4] cgroup: Add cgroup_get_from_fd Martin KaFai Lau
2016-06-22 0:23 ` Martin KaFai Lau
2016-06-22 0:23 ` Martin KaFai Lau
2016-06-22 15:35 ` Tejun Heo
2016-06-22 0:23 ` [PATCH -next 3/4] cgroup: bpf: Add bpf_skb_in_cgroup_proto Martin KaFai Lau
2016-06-22 0:23 ` Martin KaFai Lau
2016-06-22 0:23 ` Martin KaFai Lau
2016-06-22 1:15 ` Alexei Starovoitov
2016-06-22 6:19 ` Martin KaFai Lau
2016-06-22 6:19 ` Martin KaFai Lau
[not found] ` <1466555002-1316296-4-git-send-email-kafai-b10kYP2dOMg@public.gmane.org>
2016-06-22 1:25 ` kbuild test robot [this message]
2016-06-22 1:25 ` kbuild test robot
2016-06-22 2:15 ` kbuild test robot
2016-06-22 2:15 ` kbuild test robot
2016-06-22 0:23 ` [PATCH -next 4/4] cgroup: bpf: Add an example to do cgroup checking in BPF Martin KaFai Lau
2016-06-22 0:23 ` Martin KaFai Lau
2016-06-22 0:23 ` Martin KaFai Lau
[not found] ` <1466555002-1316296-5-git-send-email-kafai-b10kYP2dOMg@public.gmane.org>
2016-06-22 1:19 ` Alexei Starovoitov
2016-06-22 1:19 ` Alexei Starovoitov
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=201606220914.aaVsGDUt%fengguang.wu@intel.com \
--to=lkp-ral2jqcrhueavxtiumwx3w@public.gmane.org \
--cc=ast-b10kYP2dOMg@public.gmane.org \
--cc=cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=daniel-FeC+5ew28dpmcu3hnIyYJQ@public.gmane.org \
--cc=kafai-b10kYP2dOMg@public.gmane.org \
--cc=kbuild-all-JC7UmRfGjtg@public.gmane.org \
--cc=kernel-team-b10kYP2dOMg@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.