All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Ludvig <mludvig@suse.cz>
To: "David S. Miller" <davem@redhat.com>, James Morris <jmorris@redhat.com>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] crypto_null autoload
Date: Thu, 22 Apr 2004 23:17:23 +0200	[thread overview]
Message-ID: <40883663.5020506@suse.cz> (raw)

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

Hi,

the attached patch enables autoload of crypto_null module. Please apply.

Michal Ludvig
-- 
SUSE Labs                    mludvig@suse.cz
(+420) 296.545.373        http://www.suse.cz
Personal homepage http://www.logix.cz/michal

[-- Attachment #2: kernel-cryptonull.diff --]
[-- Type: text/plain, Size: 353 bytes --]

--- linux-2.6.5.orig/crypto/crypto_null.c	2004-04-04 05:36:58.000000000 +0200
+++ linux-2.6.5/crypto/crypto_null.c	2004-04-22 22:47:22.323413336 +0200
@@ -94,6 +94,10 @@
 	.cia_decrypt		=	null_decrypt } }
 };
 
+MODULE_ALIAS("compress_null");
+MODULE_ALIAS("digest_null");
+MODULE_ALIAS("cipher_null");
+
 static int __init init(void)
 {
 	int ret = 0;

             reply	other threads:[~2004-04-22 21:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-22 21:17 Michal Ludvig [this message]
2004-04-23 14:06 ` [PATCH] crypto_null autoload James Morris
2004-04-27 12:36   ` Michal Ludvig
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=40883663.5020506@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.