• Kai Germaschewski's avatar
    kbuild/modules: Check module symbol versions on insmod · d2fdc759
    Kai Germaschewski authored
    Yeah, the final step!
      
    Now that we've got the checksums for the exported symbols and the
    checksums of the unresolved symbols for the module we're loading,
    let's compare and see.
      
    Again, we allow to load a module which has the version info stripped,
    but taint the kernel in that case.
    d2fdc759
module.c 41 KB