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, 15 Oct 2019 09:31:43 -0700 (PDT)
From:   Palmer Dabbelt <palmer@...ive.com>
To:     j.neuschaefer@....net
CC:     linux-kernel@...r.kernel.org, Christoph Hellwig <hch@....de>,
        j.neuschaefer@....net, tglx@...utronix.de, jason@...edaemon.net,
        maz@...nel.org
Subject:     Re: [PATCH] irqchip: Place CONFIG_SIFIVE_PLIC into the menu

On Wed, 02 Oct 2019 07:44:52 PDT (-0700), j.neuschaefer@....net wrote:
> Somehow CONFIG_SIFIVE_PLIC ended up outside of the "IRQ chip support"
> menu.
>
> Fixes: 8237f8bc4f6e ("irqchip: add a SiFive PLIC driver")
> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@....net>
> ---
>  drivers/irqchip/Kconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
> index ccbb8973a324..97f9c001d8ff 100644
> --- a/drivers/irqchip/Kconfig
> +++ b/drivers/irqchip/Kconfig
> @@ -483,8 +483,6 @@ config TI_SCI_INTA_IRQCHIP
>  	  If you wish to use interrupt aggregator irq resources managed by the
>  	  TI System Controller, say Y here. Otherwise, say N.
>
> -endmenu
> -
>  config SIFIVE_PLIC
>  	bool "SiFive Platform-Level Interrupt Controller"
>  	depends on RISCV
> @@ -496,3 +494,5 @@ config SIFIVE_PLIC
>  	   interrupt sources are subordinate to the PLIC.
>
>  	   If you don't know what to do here, say Y.
> +
> +endmenu

Reviewed-by: Palmer Dabbelt <palmer@...ive.com>
Acked-by: Palmer Dabbelt <palmer@...ive.com>

I'm assuming this is going through the irqchip tree.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ