[RFC PATCH v1 0/1] Add support for arm64 to carry ima measurement log in kexec_file_load

2019-09-09 Thread Prakhar Srivastava
Add support for arm64 to carry ima measurement log to the next kexec'ed session triggered via kexec_file_load. - Top of Linux 5.3-rc6 Currently during kexec the kernel file signatures are/can be validated prior to actual load, the information(PE/ima signature) is not carried to the next session.

Re: [RFC][PATCH v1 0/1] Add support for arm64 to carry ima measurement log in kexec_file_load

2019-09-06 Thread Stephen Boyd
Quoting Prakhar Srivastava (2019-09-06 16:51:09) > Add support for arm64 to carry ima measurement log > to the next kexec'ed session triggered via kexec_file_load. > - Top of Linux 5.3-rc6 > > Currently during kexec the kernel file signatures are/can be validated > prior to actual load, the

[RFC][PATCH v1 0/1] Add support for arm64 to carry ima measurement log in kexec_file_load

2019-09-06 Thread Prakhar Srivastava
Add support for arm64 to carry ima measurement log to the next kexec'ed session triggered via kexec_file_load. - Top of Linux 5.3-rc6 Currently during kexec the kernel file signatures are/can be validated prior to actual load, the information(PE/ima signature) is not carried to the next session.