[PATCH 0/4] RDMA deadcode

linux@treblig.org posted 4 patches 1 year, 1 month ago
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(-)
[PATCH 0/4] RDMA deadcode
Posted by linux@treblig.org 1 year, 1 month ago
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
Re: [PATCH 0/4] RDMA deadcode
Posted by Leon Romanovsky 1 year, 1 month ago
On Sat, 21 Dec 2024 01:40:17 +0000, linux@treblig.org wrote:
> 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.
> 
> [...]

Applied, thanks!

[1/4] RDMA/core: Remove unused ib_ud_header_unpack
      https://git.kernel.org/rdma/rdma/c/30dd62fa3954cb
[2/4] RDMA/core: Remove unused ib_find_exact_cached_pkey
      https://git.kernel.org/rdma/rdma/c/ddc8fab40b9ae3
[3/4] RDMA/core: Remove unused ibdev_printk
      https://git.kernel.org/rdma/rdma/c/750efbb9c307f7
[4/4] RDMA/core: Remove unused ib_copy_path_rec_from_user
      https://git.kernel.org/rdma/rdma/c/2028c2958775c4

Best regards,
-- 
Leon Romanovsky <leon@kernel.org>