13 Oct, 2007

2 commits


25 Jun, 2006

1 commit

  • The following patch provides the ability to generate a report of
    (1) All the exported symbols and their in-kernel-module usage count
    (2) For each module, lists the modules and their exported symbols, on
    which it depends.

    the report can be generated by executing:
    perl scripts/export_report

    The tool warns if the modules are not build using MODVERSIONING.

    Signed-off-by: Ram Pai
    Signed-off-by: Sam Ravnborg

    Ram Pai