diff options
Diffstat (limited to 'kexec/crashdump.h')
-rw-r--r-- | kexec/crashdump.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kexec/crashdump.h b/kexec/crashdump.h index 682dd53..bb3649f 100644 --- a/kexec/crashdump.h +++ b/kexec/crashdump.h @@ -5,5 +5,7 @@ extern int get_crash_notes_per_cpu(int cpu, uint64_t *addr); /* Need to find a better way to determine per cpu notes section size. */ #define MAX_NOTE_BYTES 1024 +/* Expecting ELF headers to fit in 4K. Increase it if you need more. */ +#define KCORE_ELF_HEADERS_SIZE 4096 #endif /* CRASHDUMP_H */ |