All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Ludvig <mludvig@suse.cz>
To: James Morris <jmorris@redhat.com>
Cc: "David S. Miller" <davem@redhat.com>, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] crypto_null autoload
Date: Tue, 27 Apr 2004 14:36:56 +0200	[thread overview]
Message-ID: <408E53E8.50305@suse.cz> (raw)
In-Reply-To: <Xine.LNX.4.44.0404231005130.26066-100000@thoron.boston.redhat.com>

[-- Attachment #1: Type: text/plain, Size: 481 bytes --]

James Morris told me that:
> On Thu, 22 Apr 2004, Michal Ludvig wrote:
>>the attached patch enables autoload of crypto_null module. Please apply.
> 
> It would be nice to also have these for:
> 
> alias des3_ede des
> alias sha384 sha512

Attached.

Michal Ludvig
-- 
SUSE Labs                    mludvig@suse.cz | Cray is the only computer
(+420) 296.545.373        http://www.suse.cz | that runs an endless loop
Personal homepage http://www.logix.cz/michal | in just four hours.

[-- Attachment #2: kernel-crypto-autoload-des+sha.diff --]
[-- Type: text/plain, Size: 754 bytes --]

diff -upr linux-2.6.5.orig/crypto/des.c linux-2.6.5/crypto/des.c
--- linux-2.6.5.orig/crypto/des.c	2004-04-04 05:38:22.000000000 +0200
+++ linux-2.6.5/crypto/des.c	2004-04-26 13:09:08.847375208 +0200
@@ -1269,6 +1269,8 @@ static struct crypto_alg des3_ede_alg = 
 	.cia_decrypt	  	=	des3_ede_decrypt } }
 };
 
+MODULE_ALIAS("des3_ede");
+
 static int __init init(void)
 {
 	int ret = 0;
diff -upr linux-2.6.5.orig/crypto/sha512.c linux-2.6.5/crypto/sha512.c
--- linux-2.6.5.orig/crypto/sha512.c	2004-04-04 05:38:18.000000000 +0200
+++ linux-2.6.5/crypto/sha512.c	2004-04-26 13:09:45.647780696 +0200
@@ -348,6 +348,8 @@ static struct crypto_alg sha384 = {
         }
 };
 
+MODULE_ALIAS("sha384");
+
 static int __init init(void)
 {
         int ret = 0;

  reply	other threads:[~2004-04-27 12:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-22 21:17 [PATCH] crypto_null autoload Michal Ludvig
2004-04-23 14:06 ` James Morris
2004-04-27 12:36   ` Michal Ludvig [this message]
2004-04-27 17:26     ` 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=408E53E8.50305@suse.cz \
    --to=mludvig@suse.cz \
    --cc=davem@redhat.com \
    --cc=jmorris@redhat.com \
    --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 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.