Merge branch 'ima-kexec-fixes' into next-integrity
This commit is contained in:
commit
cccb0efdef
3 changed files with 13 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue