diff options
| author | Mimi Zohar <zohar@linux.ibm.com> | 2021-02-11 00:34:06 +0300 |
|---|---|---|
| committer | Mimi Zohar <zohar@linux.ibm.com> | 2021-02-11 00:34:06 +0300 |
| commit | cccb0efdef01e8a9f44ac38e081c485f92fac3a4 (patch) | |
| tree | 14f523df71288692520ec98cf851330a0431d666 /include/linux | |
| parent | b3f82afc1041a6a7d5347a01883f4aab7ec133b2 (diff) | |
| parent | f31e3386a4e92ba6eda7328cb508462956c94c64 (diff) | |
| download | linux-cccb0efdef01e8a9f44ac38e081c485f92fac3a4.tar.xz | |
Merge branch 'ima-kexec-fixes' into next-integrity
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/kexec.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/kexec.h b/include/linux/kexec.h index 9e93bef52968..5f61389f5f36 100644 --- a/include/linux/kexec.h +++ b/include/linux/kexec.h @@ -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 */ |
