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-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2025043030-theology-driveway-20b8@gregkh>
Date: Wed, 30 Apr 2025 09:25:47 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: linux@...blig.org
Cc: tglx@...utronix.de, fei1.li@...el.com, linux-kernel@...r.kernel.org
Subject: Re: [REPOST PATCH] virt: acrn: Remove unused list
 'acrn_irqfd_clients'

On Wed, Apr 30, 2025 at 01:36:23AM +0100, linux@...blig.org wrote:
> From: "Dr. David Alan Gilbert" <linux@...blig.org>
> 
> It doesn't look like this was ever used.
> 
> Build tested only.
> 
> Signed-off-by: Dr. David Alan Gilbert <linux@...blig.org>
> Acked-by: Fei Li <fei1.li@...el.com>
> ---
> This is a repost of the patch originally posted last in May
> last year as id 20240504174725.93495-1-linux@...blig.org and
> Ack'd by Fei Li on 20th May, in Zkq183IzBA6cV9FE@...islifei-OptiPlex-7090
> No one picked it up.
> (Fixed one typo in the subject line)
> 
>  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 b7da24ca1475..64d32c8fbf79 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);
> -

Odd, why doesn't the compiler complain about this?

I'll queue it up in a bit, thanks!

greg k-h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ