Merge branch 'ima-kexec-fixes' into next-integrity

This commit is contained in:
Mimi Zohar 2021-02-10 16:34:06 -05:00
commit cccb0efdef
3 changed files with 13 additions and 0 deletions

View file

@ -300,6 +300,11 @@ struct kimage {
/* Information for loading purgatory */
struct purgatory_info purgatory_info;
#endif
#ifdef CONFIG_IMA_KEXEC
/* Virtual address of IMA measurement buffer for kexec syscall */
void *ima_buffer;
#endif
};
/* kexec interface functions */