This is a note to let you know that I've just added the patch titled
nfsd: v4 support requires CRYPTO
to the 2.6.39-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
nfsd-v4-support-requires-crypto.patch
and it can be found in the queue-2.6.39 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From be1f4084b4824301e640e81d63b6275cd99ee6a1 Mon Sep 17 00:00:00 2001
From: Randy Dunlap <[email protected]>
Date: Mon, 6 Jun 2011 11:22:17 -0700
Subject: nfsd: v4 support requires CRYPTO
From: Randy Dunlap <[email protected]>
commit be1f4084b4824301e640e81d63b6275cd99ee6a1 upstream.
nfsd V4 support uses crypto interfaces, so select CRYPTO
to fix build errors in 2.6.39:
ERROR: "crypto_destroy_tfm" [fs/nfsd/nfsd.ko] undefined!
ERROR: "crypto_alloc_base" [fs/nfsd/nfsd.ko] undefined!
Reported-by: Wakko Warner <[email protected]>
Signed-off-by: Randy Dunlap <[email protected]>
Signed-off-by: J. Bruce Fields <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
fs/nfsd/Kconfig | 1 +
1 file changed, 1 insertion(+)
--- a/fs/nfsd/Kconfig
+++ b/fs/nfsd/Kconfig
@@ -82,6 +82,7 @@ config NFSD_V4
select NFSD_V3
select FS_POSIX_ACL
select SUNRPC_GSS
+ select CRYPTO
help
This option enables support in your system's NFS server for
version 4 of the NFS protocol (RFC 3530).
Patches currently in stable-queue which might be from [email protected]
are
queue-2.6.39/bug.h-fix-build-with-config_printk-disabled.patch
queue-2.6.39/nfsd-v4-support-requires-crypto.patch
queue-2.6.39/bug.h-move-ratelimit-warn-interfaces-to-ratelimit.h.patch
_______________________________________________
stable mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/stable