The patch titled ecryptfs-public-key-transport-mechanism fix has been added to the -mm tree. Its filename is ecryptfs-public-key-transport-mechanism-fix.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: ecryptfs-public-key-transport-mechanism fix From: Michael Halcrow <mhalcrow@xxxxxxxxxx> Add net build dependency to eCryptfs Kconfig entry. Signed-off-by: Michael Halcrow <mhalcrow@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/Kconfig | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN fs/Kconfig~ecryptfs-public-key-transport-mechanism-fix fs/Kconfig --- a/fs/Kconfig~ecryptfs-public-key-transport-mechanism-fix +++ a/fs/Kconfig @@ -1101,7 +1101,7 @@ config AFFS_FS config ECRYPT_FS tristate "eCrypt filesystem layer support (EXPERIMENTAL)" - depends on EXPERIMENTAL && KEYS && CRYPTO + depends on EXPERIMENTAL && KEYS && CRYPTO && NET help Encrypted filesystem that operates on the VFS layer. See <file:Documentation/ecryptfs.txt> to learn more about _ Patches currently in -mm which might be from mhalcrow@xxxxxxxxxx are origin.patch ecryptfs-public-key-transport-mechanism.patch ecryptfs-public-key-transport-mechanism-fix.patch ecryptfs-public-key-packet-management.patch ecryptfs-public-key-packet-management-slab-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html