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:	Tue, 15 Mar 2016 00:34:52 +0200
From:	Vladimir Zapolskiy <vz@...ia.com>
To:	Krzysztof Kozlowski <k.kozlowski@...sung.com>,
	Herbert Xu <herbert@...dor.apana.org.au>,
	"David S. Miller" <davem@...emloft.net>,
	linux-crypto@...r.kernel.org, linux-kernel@...r.kernel.org,
	linux-samsung-soc@...r.kernel.org
Subject: Re: [PATCH] crypto: s5p-sss - Enable COMPILE_TEST

On 14.03.2016 06:20, Krzysztof Kozlowski wrote:
> Get some build coverage of S5P/Exynos AES H/W acceleration driver.
> Driver uses DMA and devm_ioremap_resource() so add DMA and IOMEM
> dependencies for the compile testing.
> 
> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@...sung.com>
> 
> ---
> 
> Compile-tested on x86, x86_64, ppc64, arm, arm64 and mips.
> ---
>  drivers/crypto/Kconfig | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig
> index 477fffdb4f49..7a51ac0ac290 100644
> --- a/drivers/crypto/Kconfig
> +++ b/drivers/crypto/Kconfig
> @@ -342,7 +342,8 @@ config CRYPTO_DEV_SAHARA
>  
>  config CRYPTO_DEV_S5P
>  	tristate "Support for Samsung S5PV210/Exynos crypto accelerator"
> -	depends on ARCH_S5PV210 || ARCH_EXYNOS
> +	depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
> +	depends on HAS_IOMEM && HAS_DMA
>  	select CRYPTO_AES
>  	select CRYPTO_BLKCIPHER
>  	help
> 

Acked-by: Vladimir Zapolskiy <vz@...ia.com>

--
With best wishes,
Vladimir

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ