Project Description

Usually, Linux kernel exported symbols have
suffixes like _R12345678, which is a checksum from
the function return value type and parameter type.
If the module and kernel have different suffixes
for the same function, they have different idea
about function interface and insmod will refuse to
load such a module. But sometimes this mechanism
is too protective, and for function with the same
interface generates different checksums. Kernel
Symbol Manipulator (KSM) allows you to work around
this limitation.

(This Description is auto-translated) Try to translate to Japanese Show Original Description

Review
Your rating
Review this project