virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] virt: acrn: Remove unusted list 'acrn_irqfd_clients'
@ 2024-05-04 17:47 linux
  2024-05-18  0:12 ` Dr. David Alan Gilbert
  0 siblings, 1 reply; 6+ messages in thread
From: linux @ 2024-05-04 17:47 UTC (permalink / raw)
  To: fei1.li; +Cc: linux-kernel, virtualization, Dr. David Alan Gilbert

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

It doesn't look like this was ever used.

Build tested only.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
---
 drivers/virt/acrn/irqfd.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/virt/acrn/irqfd.c b/drivers/virt/acrn/irqfd.c
index d4ad211dce7a3..346cf0be4aac7 100644
--- a/drivers/virt/acrn/irqfd.c
+++ b/drivers/virt/acrn/irqfd.c
@@ -16,8 +16,6 @@
 
 #include "acrn_drv.h"
 
-static LIST_HEAD(acrn_irqfd_clients);
-
 /**
  * struct hsm_irqfd - Properties of HSM irqfd
  * @vm:		Associated VM pointer
-- 
2.45.0


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

* Re: [PATCH] virt: acrn: Remove unusted list 'acrn_irqfd_clients'
  2024-05-04 17:47 [PATCH] virt: acrn: Remove unusted list 'acrn_irqfd_clients' linux
@ 2024-05-18  0:12 ` Dr. David Alan Gilbert
  2024-05-20  2:31   ` Fei Li
  0 siblings, 1 reply; 6+ messages in thread
From: Dr. David Alan Gilbert @ 2024-05-18  0:12 UTC (permalink / raw)
  To: fei1.li; +Cc: linux-kernel, virtualization

* linux@treblig.org (linux@treblig.org) wrote:
> From: "Dr. David Alan Gilbert" <linux@treblig.org>
> 
> It doesn't look like this was ever used.
> 
> Build tested only.
> 
> Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>

Ping

> ---
>  drivers/virt/acrn/irqfd.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/drivers/virt/acrn/irqfd.c b/drivers/virt/acrn/irqfd.c
> index d4ad211dce7a3..346cf0be4aac7 100644
> --- a/drivers/virt/acrn/irqfd.c
> +++ b/drivers/virt/acrn/irqfd.c
> @@ -16,8 +16,6 @@
>  
>  #include "acrn_drv.h"
>  
> -static LIST_HEAD(acrn_irqfd_clients);
> -
>  /**
>   * struct hsm_irqfd - Properties of HSM irqfd
>   * @vm:		Associated VM pointer
> -- 
> 2.45.0
> 
-- 
 -----Open up your eyes, open up your mind, open up your code -------   
/ Dr. David Alan Gilbert    |       Running GNU/Linux       | Happy  \ 
\        dave @ treblig.org |                               | In Hex /
 \ _________________________|_____ http://www.treblig.org   |_______/

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

* Re: [PATCH] virt: acrn: Remove unusted list 'acrn_irqfd_clients'
  2024-05-18  0:12 ` Dr. David Alan Gilbert
@ 2024-05-20  2:31   ` Fei Li
  2024-07-18 17:43     ` Dr. David Alan Gilbert
  0 siblings, 1 reply; 6+ messages in thread
From: Fei Li @ 2024-05-20  2:31 UTC (permalink / raw)
  To: Dr. David Alan Gilbert; +Cc: linux-kernel, virtualization

On 2024-05-18 at 00:12:46 +0000, Dr. David Alan Gilbert wrote:
> * linux@treblig.org (linux@treblig.org) wrote:
> > From: "Dr. David Alan Gilbert" <linux@treblig.org>
> > 
> > It doesn't look like this was ever used.
> > 
> > Build tested only.
> > 
> > Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
> 
> Ping

Acked-by: Fei Li <fei1.li@intel.com>

Thanks.

> 
> > ---
> >  drivers/virt/acrn/irqfd.c | 2 --
> >  1 file changed, 2 deletions(-)
> > 
> > diff --git a/drivers/virt/acrn/irqfd.c b/drivers/virt/acrn/irqfd.c
> > index d4ad211dce7a3..346cf0be4aac7 100644
> > --- a/drivers/virt/acrn/irqfd.c
> > +++ b/drivers/virt/acrn/irqfd.c
> > @@ -16,8 +16,6 @@
> >  
> >  #include "acrn_drv.h"
> >  
> > -static LIST_HEAD(acrn_irqfd_clients);
> > -
> >  /**
> >   * struct hsm_irqfd - Properties of HSM irqfd
> >   * @vm:		Associated VM pointer
> > -- 
> > 2.45.0
> > 
> -- 
>  -----Open up your eyes, open up your mind, open up your code -------   
> / Dr. David Alan Gilbert    |       Running GNU/Linux       | Happy  \ 
> \        dave @ treblig.org |                               | In Hex /
>  \ _________________________|_____ http://www.treblig.org   |_______/
> 

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

* Re: [PATCH] virt: acrn: Remove unusted list 'acrn_irqfd_clients'
  2024-05-20  2:31   ` Fei Li
@ 2024-07-18 17:43     ` Dr. David Alan Gilbert
  2024-07-19  0:37       ` Li, Fei1
  0 siblings, 1 reply; 6+ messages in thread
From: Dr. David Alan Gilbert @ 2024-07-18 17:43 UTC (permalink / raw)
  To: Fei Li; +Cc: linux-kernel, virtualization

* Fei Li (fei1.li@intel.com) wrote:
> On 2024-05-18 at 00:12:46 +0000, Dr. David Alan Gilbert wrote:
> > * linux@treblig.org (linux@treblig.org) wrote:
> > > From: "Dr. David Alan Gilbert" <linux@treblig.org>
> > > 
> > > It doesn't look like this was ever used.
> > > 
> > > Build tested only.
> > > 
> > > Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
> > 
> > Ping
> 
> Acked-by: Fei Li <fei1.li@intel.com>

Hi Fei,
  Do you know which way this is likely to get picked up?
(I don't see it in -next)

 Thanks,

Dave

> Thanks.
> 
> > 
> > > ---
> > >  drivers/virt/acrn/irqfd.c | 2 --
> > >  1 file changed, 2 deletions(-)
> > > 
> > > diff --git a/drivers/virt/acrn/irqfd.c b/drivers/virt/acrn/irqfd.c
> > > index d4ad211dce7a3..346cf0be4aac7 100644
> > > --- a/drivers/virt/acrn/irqfd.c
> > > +++ b/drivers/virt/acrn/irqfd.c
> > > @@ -16,8 +16,6 @@
> > >  
> > >  #include "acrn_drv.h"
> > >  
> > > -static LIST_HEAD(acrn_irqfd_clients);
> > > -
> > >  /**
> > >   * struct hsm_irqfd - Properties of HSM irqfd
> > >   * @vm:		Associated VM pointer
> > > -- 
> > > 2.45.0
> > > 
> > -- 
> >  -----Open up your eyes, open up your mind, open up your code -------   
> > / Dr. David Alan Gilbert    |       Running GNU/Linux       | Happy  \ 
> > \        dave @ treblig.org |                               | In Hex /
> >  \ _________________________|_____ http://www.treblig.org   |_______/
> > 
> 
-- 
 -----Open up your eyes, open up your mind, open up your code -------   
/ Dr. David Alan Gilbert    |       Running GNU/Linux       | Happy  \ 
\        dave @ treblig.org |                               | In Hex /
 \ _________________________|_____ http://www.treblig.org   |_______/

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

* RE: [PATCH] virt: acrn: Remove unusted list 'acrn_irqfd_clients'
  2024-07-18 17:43     ` Dr. David Alan Gilbert
@ 2024-07-19  0:37       ` Li, Fei1
  2024-07-19 16:01         ` Dr. David Alan Gilbert
  0 siblings, 1 reply; 6+ messages in thread
From: Li, Fei1 @ 2024-07-19  0:37 UTC (permalink / raw)
  To: Dr. David Alan Gilbert
  Cc: linux-kernel@vger.kernel.org, virtualization@lists.linux.dev

> -----Original Message-----
> From: Dr. David Alan Gilbert <linux@treblig.org>
> Sent: Friday, July 19, 2024 1:44 AM
> To: Li, Fei1 <fei1.li@intel.com>
> Cc: linux-kernel@vger.kernel.org; virtualization@lists.linux.dev
> Subject: Re: [PATCH] virt: acrn: Remove unusted list 'acrn_irqfd_clients'
> 
> * Fei Li (fei1.li@intel.com) wrote:
> > On 2024-05-18 at 00:12:46 +0000, Dr. David Alan Gilbert wrote:
> > > * linux@treblig.org (linux@treblig.org) wrote:
> > > > From: "Dr. David Alan Gilbert" <linux@treblig.org>
> > > >
> > > > It doesn't look like this was ever used.
> > > >
> > > > Build tested only.
> > > >
> > > > Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
> > >
> > > Ping
> >
> > Acked-by: Fei Li <fei1.li@intel.com>
> 
> Hi Fei,
>   Do you know which way this is likely to get picked up?
> (I don't see it in -next)
> 
>  Thanks,
> 
> Dave
> 
> > Thanks.

Hi Dave

For this patch, you could refer to https://lore.kernel.org/all/20210910094708.3430340-1-bigeasy@linutronix.de/ to cc Thomas Gleixner <tglx@linutronix.de> to help review.

Thanks.

> >
> > >
> > > > ---
> > > >  drivers/virt/acrn/irqfd.c | 2 --
> > > >  1 file changed, 2 deletions(-)
> > > >
> > > > diff --git a/drivers/virt/acrn/irqfd.c b/drivers/virt/acrn/irqfd.c
> > > > index d4ad211dce7a3..346cf0be4aac7 100644
> > > > --- a/drivers/virt/acrn/irqfd.c
> > > > +++ b/drivers/virt/acrn/irqfd.c
> > > > @@ -16,8 +16,6 @@
> > > >
> > > >  #include "acrn_drv.h"
> > > >
> > > > -static LIST_HEAD(acrn_irqfd_clients);
> > > > -
> > > >  /**
> > > >   * struct hsm_irqfd - Properties of HSM irqfd
> > > >   * @vm:		Associated VM pointer
> > > > --
> > > > 2.45.0
> > > >
> > > --
> > >  -----Open up your eyes, open up your mind, open up your code -------
> > > / Dr. David Alan Gilbert    |       Running GNU/Linux       | Happy  \
> > > \        dave @ treblig.org |                               | In Hex /
> > >  \ _________________________|_____ http://www.treblig.org   |_______/
> > >
> >
> --
>  -----Open up your eyes, open up your mind, open up your code -------
> / Dr. David Alan Gilbert    |       Running GNU/Linux       | Happy  \
> \        dave @ treblig.org |                               | In Hex /
>  \ _________________________|_____ http://www.treblig.org   |_______/

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

* Re: [PATCH] virt: acrn: Remove unusted list 'acrn_irqfd_clients'
  2024-07-19  0:37       ` Li, Fei1
@ 2024-07-19 16:01         ` Dr. David Alan Gilbert
  0 siblings, 0 replies; 6+ messages in thread
From: Dr. David Alan Gilbert @ 2024-07-19 16:01 UTC (permalink / raw)
  To: Li, Fei1, tglx
  Cc: linux-kernel@vger.kernel.org, virtualization@lists.linux.dev

* Li, Fei1 (fei1.li@intel.com) wrote:
> > -----Original Message-----
> > From: Dr. David Alan Gilbert <linux@treblig.org>
> > Sent: Friday, July 19, 2024 1:44 AM
> > To: Li, Fei1 <fei1.li@intel.com>
> > Cc: linux-kernel@vger.kernel.org; virtualization@lists.linux.dev
> > Subject: Re: [PATCH] virt: acrn: Remove unusted list 'acrn_irqfd_clients'
> > 
> > * Fei Li (fei1.li@intel.com) wrote:
> > > On 2024-05-18 at 00:12:46 +0000, Dr. David Alan Gilbert wrote:
> > > > * linux@treblig.org (linux@treblig.org) wrote:
> > > > > From: "Dr. David Alan Gilbert" <linux@treblig.org>
> > > > >
> > > > > It doesn't look like this was ever used.
> > > > >
> > > > > Build tested only.
> > > > >
> > > > > Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
> > > >
> > > > Ping
> > >
> > > Acked-by: Fei Li <fei1.li@intel.com>
> > 
> > Hi Fei,
> >   Do you know which way this is likely to get picked up?
> > (I don't see it in -next)
> > 
> >  Thanks,
> > 
> > Dave
> > 
> > > Thanks.
> 
> Hi Dave
> 
> For this patch, you could refer to https://lore.kernel.org/all/20210910094708.3430340-1-bigeasy@linutronix.de/ to cc Thomas Gleixner <tglx@linutronix.de> to help review.

OK, I've added Thomas to the To: on this mail;
note he's not listed in Maintainers for drivers/virt/acrn

Dave

> Thanks.
> 
> > >
> > > >
> > > > > ---
> > > > >  drivers/virt/acrn/irqfd.c | 2 --
> > > > >  1 file changed, 2 deletions(-)
> > > > >
> > > > > diff --git a/drivers/virt/acrn/irqfd.c b/drivers/virt/acrn/irqfd.c
> > > > > index d4ad211dce7a3..346cf0be4aac7 100644
> > > > > --- a/drivers/virt/acrn/irqfd.c
> > > > > +++ b/drivers/virt/acrn/irqfd.c
> > > > > @@ -16,8 +16,6 @@
> > > > >
> > > > >  #include "acrn_drv.h"
> > > > >
> > > > > -static LIST_HEAD(acrn_irqfd_clients);
> > > > > -
> > > > >  /**
> > > > >   * struct hsm_irqfd - Properties of HSM irqfd
> > > > >   * @vm:		Associated VM pointer
> > > > > --
> > > > > 2.45.0
> > > > >
> > > > --
> > > >  -----Open up your eyes, open up your mind, open up your code -------
> > > > / Dr. David Alan Gilbert    |       Running GNU/Linux       | Happy  \
> > > > \        dave @ treblig.org |                               | In Hex /
> > > >  \ _________________________|_____ http://www.treblig.org   |_______/
> > > >
> > >
> > --
> >  -----Open up your eyes, open up your mind, open up your code -------
> > / Dr. David Alan Gilbert    |       Running GNU/Linux       | Happy  \
> > \        dave @ treblig.org |                               | In Hex /
> >  \ _________________________|_____ http://www.treblig.org   |_______/
> 
-- 
 -----Open up your eyes, open up your mind, open up your code -------   
/ Dr. David Alan Gilbert    |       Running GNU/Linux       | Happy  \ 
\        dave @ treblig.org |                               | In Hex /
 \ _________________________|_____ http://www.treblig.org   |_______/

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

end of thread, other threads:[~2024-07-19 16:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-04 17:47 [PATCH] virt: acrn: Remove unusted list 'acrn_irqfd_clients' linux
2024-05-18  0:12 ` Dr. David Alan Gilbert
2024-05-20  2:31   ` Fei Li
2024-07-18 17:43     ` Dr. David Alan Gilbert
2024-07-19  0:37       ` Li, Fei1
2024-07-19 16:01         ` Dr. David Alan Gilbert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).