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, 19 Jul 2022 09:06:16 +0800
From:   Huacai Chen <chenhuacai@...nel.org>
To:     Jianmin Lv <lvjianmin@...ngson.cn>
Cc:     Thomas Gleixner <tglx@...utronix.de>,
        Marc Zyngier <maz@...nel.org>,
        LKML <linux-kernel@...r.kernel.org>, loongarch@...ts.linux.dev,
        Hanjun Guo <guohanjun@...wei.com>,
        Lorenzo Pieralisi <lorenzo.pieralisi@....com>,
        Jiaxun Yang <jiaxun.yang@...goat.com>,
        Huacai Chen <chenhuacai@...ngson.cn>
Subject: Re: [PATCH V16 07/14] irqchip: remove COMPILE_TEST for pch-pic and pch-msi

Hi, Jianmin,

This patch can be squashed into "irqchip/loongson-pch-pic: Add ACPI
init support" and "irqchip/loongson-pch-msi: Add ACPI init support",
thanks.

Huacai

On Mon, Jul 18, 2022 at 10:13 PM Jianmin Lv <lvjianmin@...ngson.cn> wrote:
>
> From: Huacai Chen <chenhuacai@...ngson.cn>
>
> Loongson's pch-pic and pch-msi will have some arch-specific
> code, so we remove the COMPILE_TEST dependency to avoid build
> warnings.
>
> Signed-off-by: Huacai Chen <chenhuacai@...ngson.cn>
> Signed-off-by: Jianmin Lv <lvjianmin@...ngson.cn>
> ---
>  drivers/irqchip/Kconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
> index c1d527f..8844e6b 100644
> --- a/drivers/irqchip/Kconfig
> +++ b/drivers/irqchip/Kconfig
> @@ -574,7 +574,7 @@ config LOONGSON_HTVEC
>
>  config LOONGSON_PCH_PIC
>         bool "Loongson PCH PIC Controller"
> -       depends on MACH_LOONGSON64 || COMPILE_TEST
> +       depends on MACH_LOONGSON64
>         default MACH_LOONGSON64
>         select IRQ_DOMAIN_HIERARCHY
>         select IRQ_FASTEOI_HIERARCHY_HANDLERS
> @@ -583,7 +583,7 @@ config LOONGSON_PCH_PIC
>
>  config LOONGSON_PCH_MSI
>         bool "Loongson PCH MSI Controller"
> -       depends on MACH_LOONGSON64 || COMPILE_TEST
> +       depends on MACH_LOONGSON64
>         depends on PCI
>         default MACH_LOONGSON64
>         select IRQ_DOMAIN_HIERARCHY
> --
> 1.8.3.1
>
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ