From: linuxram@us.ibm.com (Ram Pai)
To: sam@ravnborg.org
Cc: agruen@suse.de, akpm@osdl.org, arjan@infradead.org,
bunk@stusta.de, greg@kroah.com, hch@infradead.org,
jbeulich@novell.com, linux-kernel@vger.kernel.org,
linuxram@us.ibm.com, mathur@us.ibm.com
Subject: [PATCH 1/4] KBUILD: overview
Date: Wed, 10 May 2006 16:55:46 -0700 (PDT) [thread overview]
Message-ID: <20060510235546.3006547002E@localhost> (raw)
Patch 2/4: adds export-type information of each exported symbol in
Module.symvers file.
Patch 3/4: Builds on functionality provided by patch 2. It prevents kbuild from
producing modules that won't load.
Patch 4/4: provides the report generation functionality, using the
functionality provided by patch 2.
A report generated by executing
make allmodconfig
make exportcheck
is available at http://www.sudhaa.com/~ram/misc/new_export_report.txt
This report lists:
1. the usage count of all exported symbols by in-kernel modules.
2. For each in-kernel module lists
a) the in-kernel modules it depend on.
b) list of exported symbols from that in-kernel modules it
depend on.
The same report can also be generated by executing from the top level
directory:
perl scripts/export_report.pl
reply other threads:[~2006-05-10 23:56 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20060510235546.3006547002E@localhost \
--to=linuxram@us.ibm.com \
--cc=agruen@suse.de \
--cc=akpm@osdl.org \
--cc=arjan@infradead.org \
--cc=bunk@stusta.de \
--cc=greg@kroah.com \
--cc=hch@infradead.org \
--cc=jbeulich@novell.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mathur@us.ibm.com \
--cc=sam@ravnborg.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.