|
@@ -1657,7 +1657,7 @@ static int cn_print_exe_file(struct core_name *cn)
|
|
|
|
|
|
exe_file = get_mm_exe_file(current->mm);
|
|
exe_file = get_mm_exe_file(current->mm);
|
|
if (!exe_file)
|
|
if (!exe_file)
|
|
- return cn_printf(cn, "(unknown)");
|
|
|
|
|
|
+ return cn_printf(cn, "%s (path unknown)", current->comm);
|
|
|
|
|
|
pathbuf = kmalloc(PATH_MAX, GFP_TEMPORARY);
|
|
pathbuf = kmalloc(PATH_MAX, GFP_TEMPORARY);
|
|
if (!pathbuf) {
|
|
if (!pathbuf) {
|