commit | a5dd69707424a35d2d2cc094e870f595ad61e916 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Fri May 09 16:24:21 2008 +1000 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri May 09 07:45:18 2008 -0700 |
tree | dd9dffe6748358bac9a8699f7d8ad9e205886a67 | |
parent | 6c2545eefffc452e52302c96c955d9aa26353aa9 [diff] |
module: be more picky about allowing missing module versions We allow missing __versions sections, because modprobe --force strips it. It makes less sense to allow sections where there's no version for a specific symbol the module uses, so disallow that. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>