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>] [day] [month] [year] [list]
Date:	Wed, 10 Aug 2016 15:20:42 -0500
From:	Gary R Hook <ghook@....com>
To:	<linux-kernel@...r.kernel.org>
CC:	Herbert Xu <herbert@...dor.apana.org.au>
Subject: D'oh! (Re: robot build error)

I know that this hasn't come through the mail server yet, but please ignore.


> [PATCH] crypto: CCP - build error: label 'e_hwrng' undefined
>
> Gary R Hook Wed, 10 Aug 2016 12:27:28 -0700
>
> Fix goto target for when registration fails
>
> Reported-by: kbuild test robot <fengguang...@...el.com>
> Signed-off-by: Gary R Hook <gary.h...@....com>
> ---
>  drivers/crypto/ccp/ccp-dev-v5.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
>
> diff --git a/drivers/crypto/ccp/ccp-dev-v5.c
> b/drivers/crypto/ccp/ccp-dev-v5.c
> index 4086714..114675e 100644
> --- a/drivers/crypto/ccp/ccp-dev-v5.c
> +++ b/drivers/crypto/ccp/ccp-dev-v5.c
> @@ -835,7 +835,7 @@ static int ccp5_init(struct ccp_device *ccp)
>         /* Register the DMA engine support */
>         ret = ccp_dmaengine_register(ccp);
>         if (ret)
> -               goto e_hwrng;
> +               goto e_kthread;
>
>         return 0;
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
> the body of a message to majord...@...r.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ