public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Rusty Russell <rusty@rustcorp.com.au>
To: William Lee Irwin III <wli@holomorphy.com>
Cc: linux-kernel@vger.kernel.org,
	Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de>,
	sfr@canb.auug.org.au
Subject: Re: [PATCH] Initcall depends automagic
Date: Fri, 19 Jul 2002 11:29:13 +1000	[thread overview]
Message-ID: <20020719014425.7F9F5415E@lists.samba.org> (raw)
In-Reply-To: Your message of "Thu, 18 Jul 2002 00:44:21 MST." <20020718074421.GN1096@holomorphy.com>

In message <20020718074421.GN1096@holomorphy.com> you write:
> On Thu, Jul 18, 2002 at 05:36:09PM +1000, Rusty Russell wrote:
> > This patch generates initcall ordering based on the theory that if A.o
> > references a symbol in B.o, then B.o's initcall must preceed A.o's.
> 
> Any chance you can post the strongly connected components of the
> dependency graph?

Hmm, I don't have that at the moment, but apply the patch and do a
build, and you'll get a ".defs" file for each .o file, eg
kernel/futex.o.defs which contains U and T lines (as per nm output)
showing what symbols it defines and requires.

Then you can do all the analysis you need 8)

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

  reply	other threads:[~2002-07-19  1:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-18  7:36 [PATCH] Initcall depends automagic Rusty Russell
2002-07-18  7:44 ` William Lee Irwin III
2002-07-19  1:29   ` Rusty Russell [this message]
2002-07-19  1:50     ` William Lee Irwin III

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=20020719014425.7F9F5415E@lists.samba.org \
    --to=rusty@rustcorp.com.au \
    --cc=kai@tp1.ruhr-uni-bochum.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    --cc=wli@holomorphy.com \
    /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