From: Leon Romanovsky <leon@kernel•org>
To: Jakub Kicinski <kuba@kernel•org>,
"David S. Miller" <davem@davemloft•net>,
Pablo Neira Ayuso <pablo@netfilter•org>,
Eric Dumazet <edumazet@google•com>
Cc: Leon Romanovsky <leonro@nvidia•com>,
coreteam@netfilter•org, Florian Westphal <fw@strlen•de>,
Hideaki YOSHIFUJI <yoshfuji@linux-ipv6•org>,
Jozsef Kadlecsik <kadlec@netfilter•org>,
Julian Anastasov <ja@ssi•bg>,
linux-kernel@vger•kernel.org, lvs-devel@vger•kernel.org,
Matteo Croce <mcroce@redhat•com>,
netdev@vger•kernel.org, netfilter-devel@vger•kernel.org,
Simon Horman <horms@verge•net.au>
Subject: [PATCH net-next v1 0/4] Fix W=1 compilation warnings in net/* folder
Date: Wed, 3 Feb 2021 12:16:08 +0200 [thread overview]
Message-ID: <20210203101612.4004322-1-leon@kernel.org> (raw)
From: Leon Romanovsky <leonro@nvidia•com>
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@kernel.org
------------------------------------------------------------------
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
next reply other threads:[~2021-02-03 10:17 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-03 10:16 Leon Romanovsky [this message]
2021-02-03 10:16 ` [PATCH net-next v1 1/4] ipv6: silence compilation warning for non-IPV6 builds Leon Romanovsky
2021-02-03 10:16 ` [PATCH net-next v1 2/4] ipv6: move udp declarations to net/udp.h Leon Romanovsky
2021-02-03 10:16 ` [PATCH net-next v1 3/4] net/core: move gro function declarations to separate header Leon Romanovsky
2021-02-03 13:22 ` Leon Romanovsky
2021-02-03 10:16 ` [PATCH net-next v1 4/4] netfilter: move handlers to net/ip_vs.h Leon Romanovsky
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=20210203101612.4004322-1-leon@kernel.org \
--to=leon@kernel$(echo .)org \
--cc=coreteam@netfilter$(echo .)org \
--cc=davem@davemloft$(echo .)net \
--cc=edumazet@google$(echo .)com \
--cc=fw@strlen$(echo .)de \
--cc=horms@verge$(echo .)net.au \
--cc=ja@ssi$(echo .)bg \
--cc=kadlec@netfilter$(echo .)org \
--cc=kuba@kernel$(echo .)org \
--cc=leonro@nvidia$(echo .)com \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=lvs-devel@vger$(echo .)kernel.org \
--cc=mcroce@redhat$(echo .)com \
--cc=netdev@vger$(echo .)kernel.org \
--cc=netfilter-devel@vger$(echo .)kernel.org \
--cc=pablo@netfilter$(echo .)org \
--cc=yoshfuji@linux-ipv6$(echo .)org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox