Hi, This patch series allows depmod to also check symbol versions for CONFIG_MODVERSIONS enabled kernels. The first two patches are trivial cleanups, the third one extends load_symbols() and load_dep_syms() to optionally load symbol versions by searching __crc_* symbols and looking into the __versions section, respectively. Michal Marek (3): elfops: clean up load_symbols() elfops: kill first argument of load_dep_syms() depmod: add ability to check symbol versions depmod.c | 100 ++++++++++++++++++++++++++++------- elfops.h | 17 ++----- elfops_core.c | 161 ++++++++++++++++++++++++++++++++++++++++++++++----------- 3 files changed, 214 insertions(+), 64 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-modules" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html