Signed-off-by: Kazuhito Hagio <k-hagio-ab@xxxxxxx> --- kernel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel.c b/kernel.c index 013a9a4d08f4..d6b25ddd1186 100644 --- a/kernel.c +++ b/kernel.c @@ -4569,7 +4569,7 @@ do_module_cmd(ulong flag, char *modref, ulong address, "MODULE"), mkstring(buf2, maxnamelen, LJUST, "NAME"), mkstring(buf4, VADDR_PRLEN, CENTER|LJUST, - "BASE"), + MODULE_MEMORY() ? "TEXT_BASE" : "BASE"), mkstring(buf3, maxsizelen, RJUST, "SIZE")); } -- 2.31.1 -- Crash-utility mailing list Crash-utility@xxxxxxxxxx https://listman.redhat.com/mailman/listinfo/crash-utility Contribution Guidelines: https://github.com/crash-utility/crash/wiki