lvs-devel
|
To: | Jakub Kicinski <kuba@xxxxxxxxxx>, "David S. Miller" <davem@xxxxxxxxxxxxx>, Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx>, Eric Dumazet <edumazet@xxxxxxxxxx> |
---|---|
Subject: | [PATCH net-next v1 0/4] Fix W=1 compilation warnings in net/* folder |
Cc: | Leon Romanovsky <leonro@xxxxxxxxxx>, coreteam@xxxxxxxxxxxxx, Florian Westphal <fw@xxxxxxxxx>, Hideaki YOSHIFUJI <yoshfuji@xxxxxxxxxxxxxx>, Jozsef Kadlecsik <kadlec@xxxxxxxxxxxxx>, Julian Anastasov <ja@xxxxxx>, linux-kernel@xxxxxxxxxxxxxxx, lvs-devel@xxxxxxxxxxxxxxx, Matteo Croce <mcroce@xxxxxxxxxx>, netdev@xxxxxxxxxxxxxxx, netfilter-devel@xxxxxxxxxxxxxxx, Simon Horman <horms@xxxxxxxxxxxx> |
From: | Leon Romanovsky <leon@xxxxxxxxxx> |
Date: | Wed, 3 Feb 2021 12:16:08 +0200 |
From: Leon Romanovsky <leonro@xxxxxxxxxx> Changelog: v1: * Removed Fixes lines. * Changed target from net to be net-next. * Patch 1: Moved function declaration to be outside config instead games with if/endif. * Patch 3: Moved declarations to new header file. v0: https://lore.kernel.org/lkml/20210202135544.3262383-1-leon@xxxxxxxxxx ------------------------------------------------------------------ Hi, This short series fixes W=1 compilation warnings which I experienced when tried to compile net/* folder. Thanks Leon Romanovsky (4): ipv6: silence compilation warning for non-IPV6 builds ipv6: move udp declarations to net/udp.h net/core: move gro function declarations to separate header netfilter: move handlers to net/ip_vs.h include/linux/icmpv6.h | 2 +- include/net/gro.h | 12 ++++++++++++ include/net/ip_vs.h | 11 +++++++++++ include/net/udp.h | 3 +++ net/core/dev.c | 7 +------ net/ipv6/ip6_input.c | 3 +-- net/netfilter/ipvs/ip_vs_core.c | 12 ------------ 7 files changed, 29 insertions(+), 21 deletions(-) create mode 100644 include/net/gro.h -- 2.29.2 |
<Prev in Thread] | Current Thread | [Next in Thread> |
---|---|---|
|
Previous by Date: | Re: [PATCH net 1/4] ipv6: silence compilation warning for non-IPV6 builds, Jakub Kicinski |
---|---|
Next by Date: | [PATCH net-next v1 1/4] ipv6: silence compilation warning for non-IPV6 builds, Leon Romanovsky |
Previous by Thread: | [PATCH net 0/4] Fix W=1 compilation warnings in net/* folder, Leon Romanovsky |
Next by Thread: | [PATCH net-next v1 1/4] ipv6: silence compilation warning for non-IPV6 builds, Leon Romanovsky |
Indexes: | [Date] [Thread] [Top] [All Lists] |