Knowing which modules are loaded can be useful.
/proc/modules is slightly less human-readable than the output of
"lsmod", but also includes the load address, which might plausibly be
useful for decoding a stack trace (although I've never used it for
that myself)
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
'cat /proc/partitions',
'virsh capabilities',
'cat /proc/self/limits',
+ 'cat /proc/modules',
) {
try_cmd_output_save($cmd);
}