Linux RDMA and InfiniBand development
 help / color / mirror / Atom feed
* [PATCH 0/4] RDMA deadcode
@ 2024-12-21  1:40 linux
  2024-12-21  1:40 ` [PATCH 1/4] RDMA/core: Remove unused ib_ud_header_unpack linux
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: linux @ 2024-12-21  1:40 UTC (permalink / raw)
  To: jgg, leon, linux-rdma; +Cc: linux-kernel, Dr. David Alan Gilbert

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

A small collection of function deadcoding, for functions that
haven't been used for between 5 and 20 years.

These are all entire function removals, and are build tested
only.

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


Dr. David Alan Gilbert (4):
  RDMA/core: Remove unused ib_ud_header_unpack
  RDMA/core: Remove unused ib_find_exact_cached_pkey
  RDMA/core: Remove unused ibdev_printk
  RDMA/core: Remove unused ib_copy_path_rec_from_user

 drivers/infiniband/core/cache.c           | 35 ----------
 drivers/infiniband/core/device.c          | 17 -----
 drivers/infiniband/core/ud_header.c       | 83 -----------------------
 drivers/infiniband/core/uverbs_marshall.c | 42 ------------
 include/rdma/ib_cache.h                   | 16 -----
 include/rdma/ib_marshall.h                |  3 -
 include/rdma/ib_pack.h                    |  3 -
 include/rdma/ib_verbs.h                   |  3 -
 8 files changed, 202 deletions(-)

-- 
2.47.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-12-24 10:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-21  1:40 [PATCH 0/4] RDMA deadcode linux
2024-12-21  1:40 ` [PATCH 1/4] RDMA/core: Remove unused ib_ud_header_unpack linux
2024-12-23  3:29   ` Kalesh Anakkur Purayil
2024-12-21  1:40 ` [PATCH 2/4] RDMA/core: Remove unused ib_find_exact_cached_pkey linux
2024-12-23  3:31   ` Kalesh Anakkur Purayil
2024-12-21  1:40 ` [PATCH 3/4] RDMA/core: Remove unused ibdev_printk linux
2024-12-21  1:40 ` [PATCH 4/4] RDMA/core: Remove unused ib_copy_path_rec_from_user linux
2024-12-23  3:28   ` Kalesh Anakkur Purayil
2024-12-24 10:00 ` [PATCH 0/4] RDMA deadcode Leon Romanovsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox