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]
Date:	Fri, 11 Nov 2011 14:32:17 -0600
From:	Linas Vepstas <linasvepstas@...il.com>
To:	Paul Bolle <pebolle@...cali.nl>
Cc:	Richard Kuo <rkuo@...eaurora.org>, linux-hexagon@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] hexagon: drop selects of bogus Kconfig symbols

We needed these in the 2.6.3x series, and failed to notice when they went away.

Acked-by: Linas Vepstas <linasvepstas@...il.com>

On 10 November 2011 14:07, Paul Bolle <pebolle@...cali.nl> wrote:
> There are no Kconfig symbols named GENERIC_HARDIRQS_NO__DO_IRQ and
> GENERIC_HARDIRQS_NO_DEPRECATED. The two select statements for these
> symbols are nops. Drop these.
>
> Signed-off-by: Paul Bolle <pebolle@...cali.nl>
> ---
> Tested by running "yes "" | make ARCH=hexagon config" before and after
> applying this patch. Identical .config files were generated.
>
>  arch/hexagon/Kconfig |    2 --
>  1 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/arch/hexagon/Kconfig b/arch/hexagon/Kconfig
> index 02513c2..f03740e 100644
> --- a/arch/hexagon/Kconfig
> +++ b/arch/hexagon/Kconfig
> @@ -18,8 +18,6 @@ config HEXAGON
>        select GENERIC_ATOMIC64
>        select HAVE_PERF_EVENTS
>        select HAVE_GENERIC_HARDIRQS
> -       select GENERIC_HARDIRQS_NO__DO_IRQ
> -       select GENERIC_HARDIRQS_NO_DEPRECATED
>        # GENERIC_ALLOCATOR is used by dma_alloc_coherent()
>        select GENERIC_ALLOCATOR
>        select GENERIC_IRQ_SHOW
> --
> 1.7.4.4
>
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-hexagon" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ