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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241102151625.39535-1-linux@treblig.org>
Date: Sat,  2 Nov 2024 15:16:21 +0000
From: linux@...blig.org
To: ecree.xilinx@...il.com,
	habetsm.xilinx@...il.com,
	andrew+netdev@...n.ch,
	davem@...emloft.net,
	edumazet@...gle.com,
	kuba@...nel.org,
	pabeni@...hat.com
Cc: netdev@...r.kernel.org,
	linux-net-drivers@....com,
	linux-kernel@...r.kernel.org,
	"Dr. David Alan Gilbert" <linux@...blig.org>
Subject: [PATCH net-next 0/4] A pile of sfc deadcode

From: "Dr. David Alan Gilbert" <linux@...blig.org>

This is a collection of deadcode removal in the sfc
drivers;  the split is vaguely where I found them in
the tree, with some left over.

This has been build tested and booted on an x86 VM,
but I fon't have the hardware to test; however
it's all full function removal.

Signed-off-by: Dr. David Alan Gilbert <linux@...blig.org>


Dr. David Alan Gilbert (4):
  sfc: Remove falcon deadcode
  sfc: Remove unused efx_mae_mport_vf
  sfc: Remove unused mcdi functions
  sfc: Remove more unused functions

 drivers/net/ethernet/sfc/efx.c          |  8 ---
 drivers/net/ethernet/sfc/efx.h          |  1 -
 drivers/net/ethernet/sfc/efx_common.c   | 16 ------
 drivers/net/ethernet/sfc/efx_common.h   |  1 -
 drivers/net/ethernet/sfc/falcon/efx.c   |  8 ---
 drivers/net/ethernet/sfc/falcon/efx.h   |  1 -
 drivers/net/ethernet/sfc/falcon/farch.c | 22 -------
 drivers/net/ethernet/sfc/falcon/nic.c   | 11 ----
 drivers/net/ethernet/sfc/falcon/nic.h   |  5 --
 drivers/net/ethernet/sfc/falcon/tx.c    |  8 ---
 drivers/net/ethernet/sfc/falcon/tx.h    |  3 -
 drivers/net/ethernet/sfc/mae.c          | 11 ----
 drivers/net/ethernet/sfc/mae.h          |  1 -
 drivers/net/ethernet/sfc/mcdi.c         | 76 -------------------------
 drivers/net/ethernet/sfc/mcdi.h         | 10 ----
 drivers/net/ethernet/sfc/ptp.c          |  5 --
 drivers/net/ethernet/sfc/ptp.h          |  1 -
 drivers/net/ethernet/sfc/tx.c           |  8 ---
 drivers/net/ethernet/sfc/tx.h           |  3 -
 19 files changed, 199 deletions(-)

-- 
2.47.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ