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:   Wed, 21 Sep 2022 17:04:50 +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>,
        <nbd@....name>, <lorenzo@...nel.org>, <ryder.lee@...iatek.com>,
        <shayne.chen@...iatek.com>, <sean.wang@...iatek.com>,
        <kvalo@...nel.org>, <matthias.bgg@...il.com>, <amcohen@...dia.com>,
        <stephen@...workplumber.org>, <cuigaosheng1@...wei.com>
CC:     <netdev@...r.kernel.org>, <linux-wireless@...r.kernel.org>,
        <linux-arm-kernel@...ts.infradead.org>,
        <linux-mediatek@...ts.infradead.org>
Subject: [PATCH 0/5] Remove useless inline functions from net

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

Gaosheng Cui (5):
  mlxsw: reg: Remove unused inline function mlxsw_reg_sftr2_pack()
  mt76: Remove unused inline function mt76_wcid_mask_test()
  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 | 16 ----------------
 drivers/net/wireless/mediatek/mt76/util.h |  6 ------
 include/net/dst.h                         |  6 ------
 include/net/neighbour.h                   |  5 -----
 include/net/sock.h                        |  5 -----
 5 files changed, 38 deletions(-)

-- 
2.25.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ