All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fs/cifs/Kconfig: CIFS depends on CRYPTO_HMAC
@ 2010-11-12 18:41 Jody Bruchon
  0 siblings, 0 replies; 4+ messages in thread
From: Jody Bruchon @ 2010-11-12 18:41 UTC (permalink / raw)
  To: linux-kernel

linux-2.6.37-rc1: I compiled a kernel with CIFS which subsequently 
failed with an error indicating it couldn't initialize crypto module 
"hmacmd5".  CONFIG_CRYPTO_HMAC=y fixed the problem.

This patch makes CIFS depend on CRYPTO_HMAC in kconfig.

Signed-off-by: Jody Bruchon <jody@nctritech.com>
---

diff -Naur linux-2.6.37-rc1/fs/cifs/Kconfig b/fs/cifs/Kconfig
--- linux-2.6.37-rc1/fs/cifs/Kconfig    2010-11-12 13:22:31.742999981 -0500
+++ b/fs/cifs/Kconfig    2010-11-12 13:22:27.528998658 -0500
@@ -4,6 +4,7 @@
      select NLS
      select CRYPTO
      select CRYPTO_MD5
+    select CRYPTO_HMAC
      select CRYPTO_ARC4
      help
        This is the client VFS module for the Common Internet File System



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] fs/cifs/Kconfig: CIFS depends on CRYPTO_HMAC
@ 2010-11-13 20:09 Jody Bruchon
       [not found] ` <4CDEF060.2050000-CwlhuK3P8e+1Z/+hSey0Gg@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Jody Bruchon @ 2010-11-13 20:09 UTC (permalink / raw)
  To: linux-cifs-u79uwXL29TY76Z2rM5mHXA

  I sent this patch in to LKML, but later realized it should probably go 
here.  I don't subscribe to the list, so please CC me directly with any 
replies.  Thanks!

Jody Bruchon

-------- Original Message --------
Subject: 	[PATCH] fs/cifs/Kconfig: CIFS depends on CRYPTO_HMAC
Date: 	Fri, 12 Nov 2010 13:41:06 -0500
From: 	Jody Bruchon <jody-CwlhuK3P8e+1Z/+hSey0Gg@public.gmane.org>
To: 	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org


linux-2.6.37-rc1: I compiled a kernel with CIFS which subsequently
failed with an error indicating it couldn't initialize crypto module
"hmacmd5".  CONFIG_CRYPTO_HMAC=y fixed the problem.

This patch makes CIFS depend on CRYPTO_HMAC in kconfig.

Signed-off-by: Jody Bruchon<jody-CwlhuK3P8e+1Z/+hSey0Gg@public.gmane.org>
---

diff -Naur linux-2.6.37-rc1/fs/cifs/Kconfig b/fs/cifs/Kconfig
--- linux-2.6.37-rc1/fs/cifs/Kconfig    2010-11-12 13:22:31.742999981 -0500
+++ b/fs/cifs/Kconfig    2010-11-12 13:22:27.528998658 -0500
@@ -4,6 +4,7 @@
      select NLS
      select CRYPTO
      select CRYPTO_MD5
+    select CRYPTO_HMAC
      select CRYPTO_ARC4
      help
        This is the client VFS module for the Common Internet File System

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] fs/cifs/Kconfig: CIFS depends on CRYPTO_HMAC
  2010-11-13 20:09 Jody Bruchon
@ 2010-11-14  3:37     ` Steve French
  0 siblings, 0 replies; 4+ messages in thread
From: Steve French @ 2010-11-14  3:37 UTC (permalink / raw)
  To: Jody Bruchon; +Cc: linux-cifs-u79uwXL29TY76Z2rM5mHXA, LKML

Merged the equivalent of this - thx.

On Sat, Nov 13, 2010 at 2:09 PM, Jody Bruchon <jody-CwlhuK3P8e+1Z/+hSey0Gg@public.gmane.org> wrote:
>  I sent this patch in to LKML, but later realized it should probably go
> here.  I don't subscribe to the list, so please CC me directly with any
> replies.  Thanks!
>
> Jody Bruchon
>
> -------- Original Message --------
> Subject:        [PATCH] fs/cifs/Kconfig: CIFS depends on CRYPTO_HMAC
> Date:   Fri, 12 Nov 2010 13:41:06 -0500
> From:   Jody Bruchon <jody-CwlhuK3P8e+1Z/+hSey0Gg@public.gmane.org>
> To:     linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
>
>
> linux-2.6.37-rc1: I compiled a kernel with CIFS which subsequently
> failed with an error indicating it couldn't initialize crypto module
> "hmacmd5".  CONFIG_CRYPTO_HMAC=y fixed the problem.
>
> This patch makes CIFS depend on CRYPTO_HMAC in kconfig.
>
> Signed-off-by: Jody Bruchon<jody-CwlhuK3P8e+1Z/+hSey0Gg@public.gmane.org>
> ---
>
> diff -Naur linux-2.6.37-rc1/fs/cifs/Kconfig b/fs/cifs/Kconfig
> --- linux-2.6.37-rc1/fs/cifs/Kconfig    2010-11-12 13:22:31.742999981 -0500
> +++ b/fs/cifs/Kconfig    2010-11-12 13:22:27.528998658 -0500
> @@ -4,6 +4,7 @@
>     select NLS
>     select CRYPTO
>     select CRYPTO_MD5
> +    select CRYPTO_HMAC
>     select CRYPTO_ARC4
>     help
>       This is the client VFS module for the Common Internet File System
>
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>



-- 
Thanks,

Steve

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] fs/cifs/Kconfig: CIFS depends on CRYPTO_HMAC
@ 2010-11-14  3:37     ` Steve French
  0 siblings, 0 replies; 4+ messages in thread
From: Steve French @ 2010-11-14  3:37 UTC (permalink / raw)
  To: Jody Bruchon; +Cc: linux-cifs, LKML

Merged the equivalent of this - thx.

On Sat, Nov 13, 2010 at 2:09 PM, Jody Bruchon <jody@nctritech.com> wrote:
>  I sent this patch in to LKML, but later realized it should probably go
> here.  I don't subscribe to the list, so please CC me directly with any
> replies.  Thanks!
>
> Jody Bruchon
>
> -------- Original Message --------
> Subject:        [PATCH] fs/cifs/Kconfig: CIFS depends on CRYPTO_HMAC
> Date:   Fri, 12 Nov 2010 13:41:06 -0500
> From:   Jody Bruchon <jody@nctritech.com>
> To:     linux-kernel@vger.kernel.org
>
>
> linux-2.6.37-rc1: I compiled a kernel with CIFS which subsequently
> failed with an error indicating it couldn't initialize crypto module
> "hmacmd5".  CONFIG_CRYPTO_HMAC=y fixed the problem.
>
> This patch makes CIFS depend on CRYPTO_HMAC in kconfig.
>
> Signed-off-by: Jody Bruchon<jody@nctritech.com>
> ---
>
> diff -Naur linux-2.6.37-rc1/fs/cifs/Kconfig b/fs/cifs/Kconfig
> --- linux-2.6.37-rc1/fs/cifs/Kconfig    2010-11-12 13:22:31.742999981 -0500
> +++ b/fs/cifs/Kconfig    2010-11-12 13:22:27.528998658 -0500
> @@ -4,6 +4,7 @@
>     select NLS
>     select CRYPTO
>     select CRYPTO_MD5
> +    select CRYPTO_HMAC
>     select CRYPTO_ARC4
>     help
>       This is the client VFS module for the Common Internet File System
>
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>



-- 
Thanks,

Steve

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-11-14  3:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-12 18:41 [PATCH] fs/cifs/Kconfig: CIFS depends on CRYPTO_HMAC Jody Bruchon
  -- strict thread matches above, loose matches on Subject: below --
2010-11-13 20:09 Jody Bruchon
     [not found] ` <4CDEF060.2050000-CwlhuK3P8e+1Z/+hSey0Gg@public.gmane.org>
2010-11-14  3:37   ` Steve French
2010-11-14  3:37     ` Steve French

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.