[PATCH 0/3] vmci deadcode

linux@treblig.org posted 3 patches 3 months, 4 weeks ago
drivers/misc/vmw_vmci/vmci_context.c    |  54 ----------
drivers/misc/vmw_vmci/vmci_context.h    |   2 -
drivers/misc/vmw_vmci/vmci_doorbell.c   |  53 ----------
drivers/misc/vmw_vmci/vmci_queue_pair.c | 133 ------------------------
include/linux/vmw_vmci_api.h            |   7 --
5 files changed, 249 deletions(-)
[PATCH 0/3] vmci deadcode
Posted by linux@treblig.org 3 months, 4 weeks ago
From: "Dr. David Alan Gilbert" <linux@treblig.org>

Hi,
  This is a set of deadcode removal in vmw_vmci; all of
the removals are whole function removals for functions
that were added in 2013 but haven't been used.

Build tested only.

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


Dr. David Alan Gilbert (3):
  misc: vmw_vmci: Remove unused vmci_ctx functions
  misc: vmw_vmci: Remove unused vmci_doorbell_notify
  misc: vmw_vmci: Remove unused qpair functions

 drivers/misc/vmw_vmci/vmci_context.c    |  54 ----------
 drivers/misc/vmw_vmci/vmci_context.h    |   2 -
 drivers/misc/vmw_vmci/vmci_doorbell.c   |  53 ----------
 drivers/misc/vmw_vmci/vmci_queue_pair.c | 133 ------------------------
 include/linux/vmw_vmci_api.h            |   7 --
 5 files changed, 249 deletions(-)

-- 
2.49.0
Re: [PATCH 0/3] vmci deadcode
Posted by Geethu Joseph 3 months, 3 weeks ago
On Sat, Jun 14, 2025 at 6:33 AM <linux@treblig.org> wrote:
>
> From: "Dr. David Alan Gilbert" <linux@treblig.org>
>
> Hi,
>   This is a set of deadcode removal in vmw_vmci; all of
> the removals are whole function removals for functions
> that were added in 2013 but haven't been used.
>
> Build tested only.
>
> Dave
> Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
>

Acked-by Geethu Joseph <geethu.joseph@broadcom.com>

>
> Dr. David Alan Gilbert (3):
>   misc: vmw_vmci: Remove unused vmci_ctx functions
>   misc: vmw_vmci: Remove unused vmci_doorbell_notify
>   misc: vmw_vmci: Remove unused qpair functions
>
>  drivers/misc/vmw_vmci/vmci_context.c    |  54 ----------
>  drivers/misc/vmw_vmci/vmci_context.h    |   2 -
>  drivers/misc/vmw_vmci/vmci_doorbell.c   |  53 ----------
>  drivers/misc/vmw_vmci/vmci_queue_pair.c | 133 ------------------------
>  include/linux/vmw_vmci_api.h            |   7 --
>  5 files changed, 249 deletions(-)
>
> --
> 2.49.0
>