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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 7 Jun 2007 21:27:54 +0200
From:	Adrian Bunk <bunk@...sta.de>
To:	Jan Engelhardt <jengelh@...ux01.gwdg.de>
Cc:	Andrew Morton <akpm@...ux-foundation.org>,
	Herbert Xu <herbert@...dor.apana.org.au>,
	Mariusz Kozlowski <m.kozlowski@...land.pl>,
	linux-kernel@...r.kernel.org
Subject: Re: 2.6.22-rc4-mm1

On Thu, Jun 07, 2007 at 08:54:50AM +0200, Jan Engelhardt wrote:
> 
> On Jun 6 2007 16:42, Andrew Morton wrote:
> 
> >> If so then you sent to it me :)
> >
> >You merged it ;)
> >
> >> Should I drop it?
> >
> >Sure, Jan will fix it up, I assume.  I might have broken it while repairing
> >the reject storm which occurred when that durned HAS_IOMEM thing went in
> >all over the tree.
> 
> /me points at Herbert
> Andrew would not add options between the "menuconfig CRYPTO" and
> the "if CRYPTO" line... :)
> 
> 
> 	Jan
> 
> 
> ===
> 
> Unbreak the crypto menu breakage.
> 
> Signed-off-by: Jan Engelhardt <jengelh@....de>
> 
> ---
>  crypto/Kconfig |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> Index: linux-2.6.22-rc4/crypto/Kconfig
> ===================================================================
> --- linux-2.6.22-rc4.orig/crypto/Kconfig
> +++ linux-2.6.22-rc4/crypto/Kconfig
> @@ -7,6 +7,8 @@ menuconfig CRYPTO
>  	help
>  	  This option provides the core Cryptographic API.
>  
> +if CRYPTO
> +
>  #
>  # Generic algorithms support
>  #
> @@ -18,8 +20,6 @@ config XOR_BLOCKS
>  #
>  source "crypto/async_tx/Kconfig"
>  
> -if CRYPTO
> -
>  config CRYPTO_ALGAPI
>  	tristate
>  	help

This seems to be buggy since the options in crypto/async_tx/Kconfig do 
not depend on the crypto subsystem (and they are not user visible 
options that get select'ed).

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

-
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