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:   Thu, 22 Sep 2022 16:38:53 +0800
From:   Gaosheng Cui <cuigaosheng1@...wei.com>
To:     <idosch@...dia.com>, <petrm@...dia.com>, <davem@...emloft.net>,
        <edumazet@...gle.com>, <kuba@...nel.org>, <pabeni@...hat.com>,
        <cuigaosheng1@...wei.com>
CC:     <netdev@...r.kernel.org>
Subject: [PATCH net-next,v2 0/4] Remove useless inline functions from net

v2:
  1. Take the wireless patch("mlxsw: reg: Remove unused inline function
  mlxsw_reg_sftr2_pack()")out of the series.
  2. Remove the entire SFTR-V2 register in the patch("mlxsw: reg: Remove
  deprecated code about SFTR-V2 Register").
  3. Change Subject prefix to "PATCH net-next".
  Thanks for taking time to review the patch.

v1:
  This series contains a few cleanup patches, to remove unused
  inline functions who's caller have been removed. Thanks!

Gaosheng Cui (4):
  mlxsw: reg: Remove deprecated code about SFTR-V2 Register
  neighbour: Remove unused inline function neigh_key_eq16()
  net: Remove unused inline function sk_nulls_node_init()
  net: Remove unused inline function dst_hold_and_use()

 drivers/net/ethernet/mellanox/mlxsw/reg.h | 71 -----------------------
 include/net/dst.h                         |  6 --
 include/net/neighbour.h                   |  5 --
 include/net/sock.h                        |  5 --
 4 files changed, 87 deletions(-)

-- 
2.25.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ