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]
Date: Fri, 21 Jun 2024 02:48:07 -0700
From: Saurabh Singh Sengar <ssengar@...ux.microsoft.com>
To: Rachel Menge <rachelmenge@...ux.microsoft.com>
Cc: linux-hyperv@...r.kernel.org, kys@...rosoft.com, haiyangz@...rosoft.com,
	wei.liu@...nel.org, decui@...rosoft.com, longli@...rosoft.com,
	chrco@...ux.microsoft.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Drivers: hv: Remove deprecated hv_fcopy declarations

On Thu, Jun 20, 2024 at 06:50:40PM -0400, Rachel Menge wrote:
> There are lingering hv_fcopy declarations which do not have definitions.
> The fcopy driver was removed in commit ec314f61e4fc ("Drivers: hv: Remove
> fcopy driver").
> 
> Therefore, remove the hv_fcopy declarations which are no longer needed
> or defined.
> 
> Fixes: ec314f61e4fc ("Drivers: hv: Remove fcopy driver")
> Signed-off-by: Rachel Menge <rachelmenge@...ux.microsoft.com>
> ---
>  drivers/hv/hyperv_vmbus.h | 6 ------
>  1 file changed, 6 deletions(-)
> 
> diff --git a/drivers/hv/hyperv_vmbus.h b/drivers/hv/hyperv_vmbus.h
> index 76ac5185a01a..d2856023d53c 100644
> --- a/drivers/hv/hyperv_vmbus.h
> +++ b/drivers/hv/hyperv_vmbus.h
> @@ -380,12 +380,6 @@ void hv_vss_deinit(void);
>  int hv_vss_pre_suspend(void);
>  int hv_vss_pre_resume(void);
>  void hv_vss_onchannelcallback(void *context);
> -
> -int hv_fcopy_init(struct hv_util_service *srv);
> -void hv_fcopy_deinit(void);
> -int hv_fcopy_pre_suspend(void);
> -int hv_fcopy_pre_resume(void);
> -void hv_fcopy_onchannelcallback(void *context);
>  void vmbus_initiate_unload(bool crash);
>  
>  static inline void hv_poll_channel(struct vmbus_channel *channel,
> -- 
> 2.34.1
>
Thanks for the patch,
Reviewed-by: Saurabh Sengar <ssengar@...ux.microsoft.com> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ