All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] crypto: user - add MODULE_ALIAS
@ 2014-11-24 16:12 Stephan Mueller
  2014-11-26 12:10 ` Herbert Xu
  0 siblings, 1 reply; 4+ messages in thread
From: Stephan Mueller @ 2014-11-24 16:12 UTC (permalink / raw)
  To: Herbert Xu; +Cc: Steffen Klassert, linux-kernel, linux-crypto

To allow automatic loading of the crypto_user kernel module, the netlink
MODULE_ALIAS is added.

Signed-off-by: Stephan Mueller <smueller@chronox.de>
---
 crypto/crypto_user.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/crypto/crypto_user.c b/crypto/crypto_user.c
index e2a34fe..255df95 100644
--- a/crypto/crypto_user.c
+++ b/crypto/crypto_user.c
@@ -537,3 +537,4 @@ module_exit(crypto_user_exit);
 MODULE_LICENSE("GPL");
 MODULE_AUTHOR("Steffen Klassert <steffen.klassert@secunet.com>");
 MODULE_DESCRIPTION("Crypto userspace configuration API");
+MODULE_ALIAS("net-pf-16-proto-21");
-- 
2.1.0

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

* Re: [PATCH] crypto: user - add MODULE_ALIAS
  2014-11-24 16:12 [PATCH] crypto: user - add MODULE_ALIAS Stephan Mueller
@ 2014-11-26 12:10 ` Herbert Xu
  0 siblings, 0 replies; 4+ messages in thread
From: Herbert Xu @ 2014-11-26 12:10 UTC (permalink / raw)
  To: Stephan Mueller; +Cc: Steffen Klassert, linux-kernel, linux-crypto

On Mon, Nov 24, 2014 at 05:12:45PM +0100, Stephan Mueller wrote:
> To allow automatic loading of the crypto_user kernel module, the netlink
> MODULE_ALIAS is added.
> 
> Signed-off-by: Stephan Mueller <smueller@chronox.de>

Applied.
-- 
Email: Herbert Xu <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] 4+ messages in thread

* Re: [PATCH] crypto: user - add MODULE_ALIAS
  2014-11-21  5:47 Stephan Mueller
@ 2014-11-24 14:48 ` Herbert Xu
  0 siblings, 0 replies; 4+ messages in thread
From: Herbert Xu @ 2014-11-24 14:48 UTC (permalink / raw)
  To: Stephan Mueller; +Cc: Steffen Klassert, linux-kernel

On Fri, Nov 21, 2014 at 06:47:03AM +0100, Stephan Mueller wrote:
> To allow automatic loading of the crypto_user kernel module, the netlink
> MODULE_ALIAS is added.
> 
> Signed-off-by: Stephan Mueller <smueller@chronox.de>

Please resend your patches with a cc to the crypto mailing list.

Thanks,
-- 
Email: Herbert Xu <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] 4+ messages in thread

* [PATCH] crypto: user - add MODULE_ALIAS
@ 2014-11-21  5:47 Stephan Mueller
  2014-11-24 14:48 ` Herbert Xu
  0 siblings, 1 reply; 4+ messages in thread
From: Stephan Mueller @ 2014-11-21  5:47 UTC (permalink / raw)
  To: Herbert Xu; +Cc: Steffen Klassert, linux-kernel

To allow automatic loading of the crypto_user kernel module, the netlink
MODULE_ALIAS is added.

Signed-off-by: Stephan Mueller <smueller@chronox.de>
---
 crypto/crypto_user.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/crypto/crypto_user.c b/crypto/crypto_user.c
index e2a34fe..255df95 100644
--- a/crypto/crypto_user.c
+++ b/crypto/crypto_user.c
@@ -537,3 +537,4 @@ module_exit(crypto_user_exit);
 MODULE_LICENSE("GPL");
 MODULE_AUTHOR("Steffen Klassert <steffen.klassert@secunet.com>");
 MODULE_DESCRIPTION("Crypto userspace configuration API");
+MODULE_ALIAS("net-pf-16-proto-21");
-- 
2.1.0



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

end of thread, other threads:[~2014-11-26 12:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-24 16:12 [PATCH] crypto: user - add MODULE_ALIAS Stephan Mueller
2014-11-26 12:10 ` Herbert Xu
  -- strict thread matches above, loose matches on Subject: below --
2014-11-21  5:47 Stephan Mueller
2014-11-24 14:48 ` Herbert Xu

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.