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] [day] [month] [year] [list]
Message-ID: <aa024fce-9882-3bbe-9a3c-08e461408241@loongson.cn>
Date: Tue, 11 Feb 2025 20:14:50 +0800
From: bibo mao <maobibo@...ngson.cn>
To: Masahiro Yamada <masahiroy@...nel.org>,
 Tianrui Zhao <zhaotianrui@...ngson.cn>, Huacai Chen <chenhuacai@...nel.org>,
 kvm@...r.kernel.org, loongarch@...ts.linux.dev
Cc: linux-kernel@...r.kernel.org, WANG Xuerui <kernel@...0n.name>
Subject: Re: [PATCH] LoongArch: KVM: remove unnecessary header include path

On 2025/2/10 下午6:21, Masahiro Yamada wrote:
> arch/loongarch/kvm/ includes local headers with the double-quote form
> (#include "..."). Also, TRACE_INCLUDE_PATH in arch/loongarch/kvm/trace.h
> is relative to include/trace/.
> 
> Hence, the local header search path is unneeded.
> 
> Signed-off-by: Masahiro Yamada <masahiroy@...nel.org>
> ---
> 
>   arch/loongarch/kvm/Makefile | 2 --
>   1 file changed, 2 deletions(-)
> 
> diff --git a/arch/loongarch/kvm/Makefile b/arch/loongarch/kvm/Makefile
> index 3a01292f71cc..f4c8e35c216a 100644
> --- a/arch/loongarch/kvm/Makefile
> +++ b/arch/loongarch/kvm/Makefile
> @@ -3,8 +3,6 @@
>   # Makefile for LoongArch KVM support
>   #
>   
> -ccflags-y += -I $(src)
> -
>   include $(srctree)/virt/kvm/Makefile.kvm
>   
>   obj-$(CONFIG_KVM) += kvm.o
> 
Reviewed-by: Bibo Mao <maobibo@...ngson.cn>


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ