lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 17 Dec 2017 06:18:48 +0800
From:   kbuild test robot <lkp@...el.com>
To:     Tom Herbert <tom@...ntonium.net>
Cc:     kbuild-all@...org, davem@...emloft.net, netdev@...r.kernel.org,
        roopa@...ulusnetworks.com, rohit@...ntonium.net,
        Tom Herbert <tom@...ntonium.net>
Subject: [RFC PATCH] ila: ila_notify() can be static


Fixes: bdefe11e33bb ("ila: Route notify")
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---
 ila_lwt.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/ipv6/ila/ila_lwt.c b/net/ipv6/ila/ila_lwt.c
index 303c91e..fbf6273 100644
--- a/net/ipv6/ila/ila_lwt.c
+++ b/net/ipv6/ila/ila_lwt.c
@@ -51,7 +51,7 @@ static size_t ila_rslv_msgsize(void)
 	return len;
 }
 
-void ila_notify(struct net *net, struct sk_buff *skb, struct ila_lwt *lwt)
+static void ila_notify(struct net *net, struct sk_buff *skb, struct ila_lwt *lwt)
 {
 	struct ipv6hdr *ip6h = ipv6_hdr(skb);
 	int flags = NLM_F_MULTI;

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ