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]
Message-ID: <20241013203831.88051-1-linux@treblig.org>
Date: Sun, 13 Oct 2024 21:38:25 +0100
From: linux@...blig.org
To: bharat@...lsio.com,
	davem@...emloft.net,
	edumazet@...gle.com,
	kuba@...nel.org,
	pabeni@...hat.com
Cc: netdev@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	"Dr. David Alan Gilbert" <linux@...blig.org>
Subject: [PATCH net-next 0/6] cxgb4: Deadcode removal

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

Hi,
  This is a bunch of deadcode removal in cxgb4.
It's all complete function removal rather than any actual change to
logic.

Build and boot tested, but I don't have the hardware to test
the actual card.

Dave

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


Dr. David Alan Gilbert (6):
  cxgb4: Remove unused cxgb4_alloc/free_encap_mac_filt
  cxgb4: Remove unused cxgb4_alloc/free_raw_mac_filt
  cxgb4: Remove unused cxgb4_get_srq_entry
  cxgb4: Remove unused cxgb4_scsi_init
  cxgb4: Remove unused cxgb4_l2t_alloc_switching
  cxgb4: Remove unused t4_free_ofld_rxqs

 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h    | 23 -----
 .../net/ethernet/chelsio/cxgb4/cxgb4_main.c   | 12 ---
 .../net/ethernet/chelsio/cxgb4/cxgb4_mps.c    | 98 -------------------
 .../net/ethernet/chelsio/cxgb4/cxgb4_uld.h    |  2 -
 drivers/net/ethernet/chelsio/cxgb4/l2t.c      | 19 ----
 drivers/net/ethernet/chelsio/cxgb4/l2t.h      |  2 -
 drivers/net/ethernet/chelsio/cxgb4/sge.c      | 16 ---
 drivers/net/ethernet/chelsio/cxgb4/srq.c      | 58 -----------
 drivers/net/ethernet/chelsio/cxgb4/srq.h      |  2 -
 9 files changed, 232 deletions(-)

-- 
2.47.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ