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-next>] [day] [month] [year] [list]
Date:   Tue, 23 Jun 2020 15:31:10 -0700
From:   Eric Dumazet <edumazet@...gle.com>
To:     "David S . Miller" <davem@...emloft.net>
Cc:     netdev <netdev@...r.kernel.org>,
        Eric Dumazet <edumazet@...gle.com>,
        Eric Dumazet <eric.dumazet@...il.com>
Subject: [PATCH net-next 0/5] net: adress some sparse warnings

This series adds missing declarations and move others to
address W=1 C=1 warnings in tcp and udp.

Eric Dumazet (5):
  tcp: add declarations to avoid warnings
  tcp: move ipv6_specific declaration to remove a warning
  tcp: move ipv4_specific to tcp include file
  net: move tcp gro declarations to net/tcp.h
  udp: move gro declarations to net/udp.h

 include/net/tcp.h       | 10 ++++++++++
 include/net/transp_v6.h |  3 ---
 include/net/udp.h       |  7 +++++++
 net/ipv4/af_inet.c      |  6 ------
 net/ipv6/ip6_offload.c  |  8 ++------
 net/mptcp/protocol.h    |  5 -----
 6 files changed, 19 insertions(+), 20 deletions(-)

-- 
2.27.0.111.gc72c7da667-goog

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ