linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/4] Fix W=1 compilation warnings in net/* folder
@ 2021-02-03 13:51 Leon Romanovsky
  2021-02-05  5:07 ` Jakub Kicinski
  0 siblings, 1 reply; 2+ messages in thread
From: Leon Romanovsky @ 2021-02-03 13:51 UTC (permalink / raw)
  To: Jakub Kicinski, David S. Miller, Pablo Neira Ayuso, Eric Dumazet
  Cc: Leon Romanovsky, coreteam, Florian Westphal, Hideaki YOSHIFUJI,
	Jozsef Kadlecsik, Julian Anastasov, linux-kernel, lvs-devel,
	Matteo Croce, netdev, netfilter-devel, Simon Horman

From: Leon Romanovsky <leonro@nvidia.com>

Changelog:
v2:
 * Patch 3: Added missing include file.
v1: https://lore.kernel.org/lkml/20210203101612.4004322-1-leon@kernel.org
 * 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/ipv6/ip6_offload.c          |  1 +
 net/netfilter/ipvs/ip_vs_core.c | 12 ------------
 8 files changed, 30 insertions(+), 21 deletions(-)
 create mode 100644 include/net/gro.h

--
2.29.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH net-next v2 0/4] Fix W=1 compilation warnings in net/* folder
  2021-02-03 13:51 [PATCH net-next v2 0/4] Fix W=1 compilation warnings in net/* folder Leon Romanovsky
@ 2021-02-05  5:07 ` Jakub Kicinski
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Kicinski @ 2021-02-05  5:07 UTC (permalink / raw)
  To: Leon Romanovsky
  Cc: David S. Miller, Pablo Neira Ayuso, Eric Dumazet,
	Leon Romanovsky, coreteam, Florian Westphal, Hideaki YOSHIFUJI,
	Jozsef Kadlecsik, Julian Anastasov, linux-kernel, lvs-devel,
	Matteo Croce, netdev, netfilter-devel, Simon Horman

On Wed,  3 Feb 2021 15:51:08 +0200 Leon Romanovsky wrote:
> From: Leon Romanovsky <leonro@nvidia.com>
> 
> Changelog:
> v2:
>  * Patch 3: Added missing include file.
> v1: https://lore.kernel.org/lkml/20210203101612.4004322-1-leon@kernel.org
>  * 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

Applied, thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-05  5:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-03 13:51 [PATCH net-next v2 0/4] Fix W=1 compilation warnings in net/* folder Leon Romanovsky
2021-02-05  5:07 ` Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).