All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Mathieu Xhonneux <m.xhonneux@gmail.com>
Cc: kbuild-all@01.org, netdev@vger.kernel.org, dlebrun@google.com,
	alexei.starovoitov@gmail.com
Subject: [RFC PATCH] ipv6: sr: lwt_seg6local_verifier_ops can be static
Date: Fri, 11 May 2018 08:05:01 +0800	[thread overview]
Message-ID: <20180511000501.GA16434@intel11> (raw)
In-Reply-To: <d1d96894aaa863de51ecd65efa724342c4e13063.1525898587.git.m.xhonneux@gmail.com>


Fixes: e7d82c64d15a ("ipv6: sr: Add seg6local action End.BPF")
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
 filter.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/core/filter.c b/net/core/filter.c
index ce10f20..9e47c86 100644
--- a/net/core/filter.c
+++ b/net/core/filter.c
@@ -6195,13 +6195,13 @@ const struct bpf_prog_ops lwt_xmit_prog_ops = {
 	.test_run		= bpf_prog_test_run_skb,
 };
 
-const struct bpf_verifier_ops lwt_seg6local_verifier_ops = {
+static const struct bpf_verifier_ops lwt_seg6local_verifier_ops = {
 	.get_func_proto		= lwt_seg6local_func_proto,
 	.is_valid_access	= lwt_is_valid_access,
 	.convert_ctx_access	= bpf_convert_ctx_access,
 };
 
-const struct bpf_prog_ops lwt_seg6local_prog_ops = {
+static const struct bpf_prog_ops lwt_seg6local_prog_ops = {
 	.test_run		= bpf_prog_test_run_skb,
 };
 

  parent reply	other threads:[~2018-05-11  0:05 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-09 21:16 [PATCH bpf-next v4 0/6] ipv6: sr: introduce seg6local End.BPF action Mathieu Xhonneux
2018-05-09 19:20 ` Mathieu Xhonneux
2018-05-09 21:16 ` [PATCH bpf-next v4 1/6] ipv6: sr: make seg6.h includable without IPv6 Mathieu Xhonneux
2018-05-09 21:16 ` [PATCH bpf-next v4 2/6] ipv6: sr: export function lookup_nexthop Mathieu Xhonneux
2018-05-09 21:16 ` [PATCH bpf-next v4 3/6] bpf: Add IPv6 Segment Routing helpers Mathieu Xhonneux
2018-05-09 21:16 ` [PATCH bpf-next v4 4/6] bpf: Split lwt inout verifier structures Mathieu Xhonneux
2018-05-09 21:16 ` [PATCH bpf-next v4 5/6] ipv6: sr: Add seg6local action End.BPF Mathieu Xhonneux
2018-05-11  0:05   ` kbuild test robot
2018-05-11  0:05   ` kbuild test robot [this message]
2018-05-09 21:16 ` [PATCH bpf-next v4 6/6] selftests/bpf: test for seg6local End.BPF action Mathieu Xhonneux

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=20180511000501.GA16434@intel11 \
    --to=lkp@intel.com \
    --cc=alexei.starovoitov@gmail.com \
    --cc=dlebrun@google.com \
    --cc=kbuild-all@01.org \
    --cc=m.xhonneux@gmail.com \
    --cc=netdev@vger.kernel.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.