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
| ||
|
Message-Id: <20170521.134320.732370789803344305.davem@davemloft.net> Date: Sun, 21 May 2017 13:43:20 -0400 (EDT) From: David Miller <davem@...emloft.net> To: stephen@...workplumber.org Cc: netdev@...r.kernel.org, sthemmin@...rosoft.com Subject: Re: [PATCH net-next 3/9] udp: make local function static From: Stephen Hemminger <stephen@...workplumber.org> Date: Fri, 19 May 2017 09:55:50 -0700 > udp_queue_rcv_skb was global but only used in one file. > Identified by this warning: > net/ipv4/udp.c:1775:5: warning: no previous prototype for ‘udp_queue_rcv_skb’ [-Wmissing-prototypes] > int udp_queue_rcv_skb(struct sock *sk, struct sk_buff *skb) > > Signed-off-by: Stephen Hemminger <sthemmin@...rosoft.com> Already fixed in net-next, please generate patches against current sources.
Powered by blists - more mailing lists