Hi, Say that I have a proprietary closed-source ia64 kernel module that I can't rebuild because I'm missing some additional bits (IP library and Intel compiler runtime library). Guess who I'm talking about ;-) I however know the exact kernel source and gcc versions that were used to build this module. I'm however missing the original kernel configuration, so had to guess it (among other things). Using zx1_defconfig as first attempt, I've built a kernel that cannot load the module at the moment. But diff'ing System.map of the kernel that I've just recompiled with the one of the kernel that was used to build the proprietary module shows that the entry points of matching symbols are identical. Similarly, diff'ing the Module.symvers of my kernel against the one of the kernel that was used to build the proprietary module shows the same exported functions, but different hex signatures. I'm thus wondering if there's a way to rebuild a kernel, passing it in some ways the information in a given System.map and/or Module.symvers file in order to impose the entry points of the kernel symbols and the hex signatures of the exported functions. Thanks, Emeric -- To unsubscribe from this list: send the line "unsubscribe linux-ia64" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
![]() |