All of lore.kernel.org
 help / color / mirror / Atom feed
* [to-be-updated] ecryptfs-depends-on-crypto.patch removed from -mm tree
@ 2009-09-29  0:18 akpm
  2009-09-29  0:22 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: akpm @ 2009-09-29  0:18 UTC (permalink / raw)
  To: randy.dunlap, tyhicks, mm-commits


The patch titled
     ecryptfs: depends on CRYPTO
has been removed from the -mm tree.  Its filename was
     ecryptfs-depends-on-crypto.patch

This patch was dropped because an updated version will be merged

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: ecryptfs: depends on CRYPTO
From: Randy Dunlap <randy.dunlap@oracle.com>

ecryptfs uses crypto APIs so it should depend on CRYPTO.
Otherwise many build errors occur. [63 lines not pasted]

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Tyler Hicks <tyhicks@linux.vnet.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 fs/ecryptfs/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN fs/ecryptfs/Kconfig~ecryptfs-depends-on-crypto fs/ecryptfs/Kconfig
--- a/fs/ecryptfs/Kconfig~ecryptfs-depends-on-crypto
+++ a/fs/ecryptfs/Kconfig
@@ -1,6 +1,6 @@
 config ECRYPT_FS
 	tristate "eCrypt filesystem layer support (EXPERIMENTAL)"
-	depends on EXPERIMENTAL && KEYS && NET
+	depends on EXPERIMENTAL && KEYS && NET && CRYPTO
 	select CRYPTO_ECB
 	select CRYPTO_CBC
 	help
_

Patches currently in -mm which might be from randy.dunlap@oracle.com are

linux-next.patch
input-drivers-input-xpadc-improve-xbox-360-wireless-support-and-add-sysfs-interface.patch
isdn-fix-netjet-build-errors.patch
scsi-fix-func-names-in-kernel-doc.patch
ecryptfs-depends-on-crypto.patch
readahead-add-blk_run_backing_dev.patch
pcmcia-fix-controller-printk-warnings.patch
reiser4-export-remove_from_page_cache-fix.patch


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

* Re: [to-be-updated] ecryptfs-depends-on-crypto.patch removed from -mm tree
  2009-09-29  0:18 [to-be-updated] ecryptfs-depends-on-crypto.patch removed from -mm tree akpm
@ 2009-09-29  0:22 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2009-09-29  0:22 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm, tyhicks

On Mon, 28 Sep 2009 17:18:30 -0700 akpm@linux-foundation.org wrote:

> 
> The patch titled
>      ecryptfs: depends on CRYPTO
> has been removed from the -mm tree.  Its filename was
>      ecryptfs-depends-on-crypto.patch
> 
> This patch was dropped because an updated version will be merged

what updated version?  hm, we'll see.


> The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
> 
> ------------------------------------------------------
> Subject: ecryptfs: depends on CRYPTO
> From: Randy Dunlap <randy.dunlap@oracle.com>
> 
> ecryptfs uses crypto APIs so it should depend on CRYPTO.
> Otherwise many build errors occur. [63 lines not pasted]
> 
> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
> Cc: Tyler Hicks <tyhicks@linux.vnet.ibm.com>
> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
> ---
> 
>  fs/ecryptfs/Kconfig |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff -puN fs/ecryptfs/Kconfig~ecryptfs-depends-on-crypto fs/ecryptfs/Kconfig
> --- a/fs/ecryptfs/Kconfig~ecryptfs-depends-on-crypto
> +++ a/fs/ecryptfs/Kconfig
> @@ -1,6 +1,6 @@
>  config ECRYPT_FS
>  	tristate "eCrypt filesystem layer support (EXPERIMENTAL)"
> -	depends on EXPERIMENTAL && KEYS && NET
> +	depends on EXPERIMENTAL && KEYS && NET && CRYPTO
>  	select CRYPTO_ECB
>  	select CRYPTO_CBC
>  	help


---
~Randy

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

end of thread, other threads:[~2009-09-29  0:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-29  0:18 [to-be-updated] ecryptfs-depends-on-crypto.patch removed from -mm tree akpm
2009-09-29  0:22 ` Randy Dunlap

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.