lkml.org 
[lkml]   [2005]   [Aug]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] add MODULE_ALIAS for x86_64 aes

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");
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-08-08 19:36    [W:0.047 / U:1.692 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site