public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Olaf Hering <olh@suse.de>
To: Andrew Morton <akpm@osdl.org>, linux-kernel@vger.kernel.org
Cc: Andreas Kleen <ak@suse.de>
Subject: [PATCH] add MODULE_ALIAS for x86_64 aes
Date: Mon, 8 Aug 2005 19:33:36 +0200	[thread overview]
Message-ID: <20050808173336.GA11503@suse.de> (raw)


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");

             reply	other threads:[~2005-08-08 17:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-08 17:33 Olaf Hering [this message]
2005-08-08 17:51 ` [PATCH] add MODULE_ALIAS for x86_64 aes 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050808173336.GA11503@suse.de \
    --to=olh@suse.de \
    --cc=ak@suse.de \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox