linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] AF_RXRPC: Configure crypto correctly for AF_RXRPC
@ 2007-11-28 14:37 David Howells
  2007-11-30 12:07 ` Herbert Xu
  0 siblings, 1 reply; 5+ messages in thread
From: David Howells @ 2007-11-28 14:37 UTC (permalink / raw)
  To: mingo, akpm; +Cc: linux-kernel, netdev, dhowells

AF_RXRPC uses the crypto services, so should depend on or select CRYPTO.

Signed-off-by: David Howells <dhowells@redhat.com>
---

 net/rxrpc/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/net/rxrpc/Kconfig b/net/rxrpc/Kconfig
index e662f1d..0d3103c 100644
--- a/net/rxrpc/Kconfig
+++ b/net/rxrpc/Kconfig
@@ -5,6 +5,7 @@
 config AF_RXRPC
 	tristate "RxRPC session sockets"
 	depends on INET && EXPERIMENTAL
+	select CRYPTO
 	select KEYS
 	help
 	  Say Y or M here to include support for RxRPC session sockets (just


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

* Re: [PATCH] AF_RXRPC: Configure crypto correctly for AF_RXRPC
  2007-11-28 14:37 [PATCH] AF_RXRPC: Configure crypto correctly for AF_RXRPC David Howells
@ 2007-11-30 12:07 ` Herbert Xu
  2007-11-30 12:11   ` Ingo Molnar
  0 siblings, 1 reply; 5+ messages in thread
From: Herbert Xu @ 2007-11-30 12:07 UTC (permalink / raw)
  To: David Howells; +Cc: mingo, akpm, linux-kernel, netdev

On Wed, Nov 28, 2007 at 02:37:53PM +0000, David Howells wrote:
> AF_RXRPC uses the crypto services, so should depend on or select CRYPTO.
> 
> Signed-off-by: David Howells <dhowells@redhat.com>

Patch applied to net-2.6.  Thanks.
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

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

* Re: [PATCH] AF_RXRPC: Configure crypto correctly for AF_RXRPC
  2007-11-30 12:07 ` Herbert Xu
@ 2007-11-30 12:11   ` Ingo Molnar
  2007-11-30 13:36     ` Herbert Xu
  0 siblings, 1 reply; 5+ messages in thread
From: Ingo Molnar @ 2007-11-30 12:11 UTC (permalink / raw)
  To: Herbert Xu; +Cc: David Howells, akpm, linux-kernel, netdev


* Herbert Xu <herbert@gondor.apana.org.au> wrote:

> On Wed, Nov 28, 2007 at 02:37:53PM +0000, David Howells wrote:
> > AF_RXRPC uses the crypto services, so should depend on or select CRYPTO.
> > 
> > Signed-off-by: David Howells <dhowells@redhat.com>
> 
> Patch applied to net-2.6.  Thanks.

aimed at 2.6.24 merging, right?

	Ingo

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

* Re: [PATCH] AF_RXRPC: Configure crypto correctly for AF_RXRPC
  2007-11-30 12:11   ` Ingo Molnar
@ 2007-11-30 13:36     ` Herbert Xu
  0 siblings, 0 replies; 5+ messages in thread
From: Herbert Xu @ 2007-11-30 13:36 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: herbert, dhowells, akpm, linux-kernel, netdev

Ingo Molnar <mingo@elte.hu> wrote:
>
>> Patch applied to net-2.6.  Thanks.
> 
> aimed at 2.6.24 merging, right?

Yep.  net-2.6 is for 2.6.24 while net-2.6.25 is for 2.6.25.

Cheers,
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

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

* [PATCH] AF_RXRPC: Configure crypto correctly for AF_RXRPC
  2007-11-22 15:33 [build bug] ./net/rxrpc/ar-key.c fails to build Ingo Molnar
@ 2007-11-28 14:53 ` David Howells
  0 siblings, 0 replies; 5+ messages in thread
From: David Howells @ 2007-11-28 14:53 UTC (permalink / raw)
  To: mingo, akpm; +Cc: linux-kernel, netdev, dhowells

AF_RXRPC uses the crypto services, so should depend on or select CRYPTO.

Signed-off-by: David Howells <dhowells@redhat.com>
---

 net/rxrpc/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/net/rxrpc/Kconfig b/net/rxrpc/Kconfig
index e662f1d..0d3103c 100644
--- a/net/rxrpc/Kconfig
+++ b/net/rxrpc/Kconfig
@@ -5,6 +5,7 @@
 config AF_RXRPC
 	tristate "RxRPC session sockets"
 	depends on INET && EXPERIMENTAL
+	select CRYPTO
 	select KEYS
 	help
 	  Say Y or M here to include support for RxRPC session sockets (just


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

end of thread, other threads:[~2007-11-30 13:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-28 14:37 [PATCH] AF_RXRPC: Configure crypto correctly for AF_RXRPC David Howells
2007-11-30 12:07 ` Herbert Xu
2007-11-30 12:11   ` Ingo Molnar
2007-11-30 13:36     ` Herbert Xu
  -- strict thread matches above, loose matches on Subject: below --
2007-11-22 15:33 [build bug] ./net/rxrpc/ar-key.c fails to build Ingo Molnar
2007-11-28 14:53 ` [PATCH] AF_RXRPC: Configure crypto correctly for AF_RXRPC David Howells

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).