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: Tue, 02 Apr 2024 18:43:04 +0800
From: Xi Ruoyao <xry111@...111.site>
To: Wentao Guan <guanwentao@...ontech.com>, zhaotianrui@...ngson.cn
Cc: loongarch@...ts.linux.dev, linux-kernel@...r.kernel.org, Yuli Wang
	 <wangyuli@...ontech.com>, kvm@...r.kernel.org
Subject: Re: [PATCH] LoongArch: KVM: Remove useless MODULE macro for
 MODULE_DEVICE_TABLE

This should be Cc'ed to the KVM list.

On Tue, 2024-04-02 at 18:39 +0800, Wentao Guan wrote:
> MODULE_DEVICE_TABLE use ifdef MODULE macro in module.h,
> just clean it up.
> 
> Suggested-by: Yuli Wang <wangyuli@...ontech.com>
> Signed-off-by: Wentao Guan <guanwentao@...ontech.com>
> ---
>  arch/loongarch/kvm/main.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/arch/loongarch/kvm/main.c b/arch/loongarch/kvm/main.c
> index 86a2f2d0cb27..7f2bd9a0814c 100644
> --- a/arch/loongarch/kvm/main.c
> +++ b/arch/loongarch/kvm/main.c
> @@ -410,10 +410,8 @@ static void kvm_loongarch_exit(void)
>  module_init(kvm_loongarch_init);
>  module_exit(kvm_loongarch_exit);
>  
> -#ifdef MODULE
>  static const struct cpu_feature kvm_feature[] = {
>  	{ .feature = cpu_feature(LOONGARCH_LVZ) },
>  	{},
>  };
>  MODULE_DEVICE_TABLE(cpu, kvm_feature);
> -#endif

-- 
Xi Ruoyao <xry111@...111.site>
School of Aerospace Science and Technology, Xidian University

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ