mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Rusty Russell <rusty@rustcorp.com.au>
To: "Randy.Dunlap" <rddunlap@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Loading a module multtiple times
Date: Thu, 01 May 2003 16:22:10 +1000	[thread overview]
Message-ID: <20030501062800.3B9652C01B@lists.samba.org> (raw)
In-Reply-To: Your message of "Wed, 30 Apr 2003 22:10:37 MST." <33490.4.64.196.31.1051765837.squirrel@www.osdl.org>

In message <33490.4.64.196.31.1051765837.squirrel@www.osdl.org> you write:
> Argh, I looked thru insmod.c but not modprobe.c for a solution.

Well, you *could* do:

	for i in `seq 1 9`; do
		sed "s/dummy/dumm$i/g" < dummy.ko > dumm$i.ko
		insmod dumm$i.ko
	done

But don't 8)

Rusty.
--
  Anyone who quotes me in their sig is an idiot. -- Rusty Russell.

  reply	other threads:[~2003-05-01  6:15 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-30 21:05 Randy.Dunlap
2003-04-30 22:42 ` Kai Germaschewski
2003-05-01  2:12 ` Rusty Russell
2003-05-01  5:10   ` Randy.Dunlap
2003-05-01  6:22     ` Rusty Russell [this message]
2003-05-01 10:09       ` Alan Cox
2003-04-30 21:59 Chuck Ebbert
2003-05-01 11:54 Chuck Ebbert

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=20030501062800.3B9652C01B@lists.samba.org \
    --to=rusty@rustcorp.com.au \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rddunlap@osdl.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

all inboxes | Powered by JetHome®