public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] add MODULE_ALIAS for x86_64 aes
@ 2005-08-08 17:33 Olaf Hering
  2005-08-08 17:51 ` Andrew Morton
  0 siblings, 1 reply; 7+ messages in thread
From: Olaf Hering @ 2005-08-08 17:33 UTC (permalink / raw)
  To: Andrew Morton, linux-kernel; +Cc: Andreas Kleen


modprobe aes does not work on x86_64. i386 has a similar line,
this could be the right fix. Would be nice to have in 2.6.13 final.

Signed-off-by: Olaf Hering <olh@suse.de>

 arch/x86_64/crypto/aes.c |    1 +
 1 files changed, 1 insertion(+)

Index: linux-2.6.13-rc6-aes/arch/x86_64/crypto/aes.c
===================================================================
--- linux-2.6.13-rc6-aes.orig/arch/x86_64/crypto/aes.c
+++ linux-2.6.13-rc6-aes/arch/x86_64/crypto/aes.c
@@ -322,3 +322,4 @@ module_exit(aes_fini);
 
 MODULE_DESCRIPTION("Rijndael (AES) Cipher Algorithm");
 MODULE_LICENSE("GPL");
+MODULE_ALIAS("aes");

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

end of thread, other threads:[~2005-08-11 22:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-08 17:33 [PATCH] add MODULE_ALIAS for x86_64 aes Olaf Hering
2005-08-08 17:51 ` Andrew Morton
2005-08-08 17:55   ` Olaf Hering
2005-08-08 20:10     ` Olaf Hering
2005-08-09  4:16       ` James Morris
2005-08-11 12:28         ` [AES] Add module alias to x86_64 implementation Herbert Xu
2005-08-11 22:35           ` David S. Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox