[Crash-utility] [PATCH] mod: introduce -v option to display modules with valid version
With this option, we can get module version easily in kdump, it's helpful when developing external modules. crash> mod -v NAME VERSION ahci 3.0 vxlan 0.1.2.1 dca1.12.1 ... Signed-off-by: Sun Feng --- defs.h| 3 +++ help.c| 12 +++- kernel
[Crash-utility] [PATCH] Add 'mod -v' option to display module with valid version
With this option, we can get module version easily in kdump, it's helpful when developing external modules. Signed-off-by: Sun Feng --- defs.h| 3 +++ help.c| 12 +++- kernel.c | 46 +- symbols.c