]> git.neil.brown.name Git - history.git/commit
[PATCH] modules: put srcversion checksum in each modinfo section
authorMatt Domsch <matt_domsch@dell.com>
Wed, 20 Oct 2004 01:37:33 +0000 (18:37 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 20 Oct 2004 01:37:33 +0000 (18:37 -0700)
commit1184aeda646af14b91609552436f722e12117e0b
treea46fde13ec80545a22e3b23458ad666eb4edc3e0
parent77bcf0fa9d57bbba95a2e4d053d450bab4438253
[PATCH] modules: put srcversion checksum in each modinfo section

Separate the module source and header checksum into a separate modinfo
field srcversion.

With CONFIG_MODULE_SRCVERSION_ALL=y, put srcversion into every module, not
just those with MODULE_VERSION("something").

Patch by Rusty Russell, trivial merging and testing by Matt Domsch

Signed-off-by: Matt Domsch <Matt_Domsch@dell.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/module.h
init/Kconfig
scripts/Makefile.modpost
scripts/mod/modpost.c
scripts/mod/modpost.h
scripts/mod/sumversion.c