| Age | Commit message (Collapse) | Author | Files | Lines |
|
Fixes some subtle perl coding bug observed
by Jan Engelhardt <[email protected]>
This patch applies on top of Adrian's fix.
Signed-off-by: Ram Pai <[email protected]>
Acked-by: Jan Engelhardt <[email protected]>
Signed-off-by: Sam Ravnborg <[email protected]>
|
|
This patch fixes an annoying bug of export_report.pl missing the usages
of some exports.
Signed-off-by: Adrian Bunk <[email protected]>
Signed-off-by: Sam Ravnborg <[email protected]>
|
|
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 <[email protected]>
Signed-off-by: Sam Ravnborg <[email protected]>
|