OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3366-gdbdee60
Gerrit Code Review
gerrit@openafs.org
Thu, 7 Feb 2013 15:27:50 -0800 (PST)
The following commit has been merged in the master branch:
commit dbdee60a83d72d38a04a0eeb2a5324cf497e57e3
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date: Sun Jan 27 20:52:39 2013 -0500
Linux: Detect undefined symbols in kernel modules
Undefined symbols in the kernel modules are not currently detected
at build time. As a result, buildbot may indicate success while
the resulting kernel modules are unusable.
In the kernel build process, modpost warns about missing symbols
but does not return an error in the case of external modules.
Detect these warnings and cause the libafs build to fail.
Change-Id: I2c428a5ce7e3a0d10178679f789b3d787719c397
Reviewed-on: http://gerrit.openafs.org/8981
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Simon Wilkinson <simonxwilkinson@gmail.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
src/libafs/.gitignore | 1 +
src/libafs/MakefileProto.LINUX.in | 10 +++++++++-
2 files changed, 10 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository