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:   Fri, 12 Mar 2021 11:10:55 +0800
From:   kernel test robot <lkp@...el.com>
To:     ishaangandhi <ishaangandhi@...il.com>, davem@...emloft.net
Cc:     kbuild-all@...ts.01.org, ishaangandhi@...il.com,
        netdev@...r.kernel.org, willemb@...gle.com
Subject: [RFC PATCH] icmp: icmp_identify_arrival_interface() can be static


Reported-by: kernel test robot <lkp@...el.com>
Signed-off-by: kernel test robot <lkp@...el.com>
---
 icmp.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/ipv4/icmp.c b/net/ipv4/icmp.c
index 8b63f2853e7b9..8cd003f5c8f59 100644
--- a/net/ipv4/icmp.c
+++ b/net/ipv4/icmp.c
@@ -586,8 +586,8 @@ static struct rtable *icmp_route_lookup(struct net *net,
  *  - ICMPv4 Parameter Problem
  */
 
-void icmp_identify_arrival_interface(struct sk_buff *skb, struct net *net, int room,
-				     struct icmphdr *icmph)
+static void icmp_identify_arrival_interface(struct sk_buff *skb, struct net *net, int room,
+					    struct icmphdr *icmph)
 {
 	unsigned int ext_len, if_index, orig_len, offset, extra_space_needed,
 		     word_aligned_orig_len, mtu, name_len, name_subobj_len;

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ