Re: [PATCH v7 2/4] powerpc: Refactor kexec functions to move arch independent code to ima

2020-10-21 Thread Lakshmi Ramasubramanian
On 10/20/20 8:50 PM, Mimi Zohar wrote: Hi Lakshmi, On Tue, 2020-10-20 at 19:38 -0700, Lakshmi Ramasubramanian wrote: On 10/20/20 1:01 PM, Mimi Zohar wrote: On Wed, 2020-09-30 at 13:59 -0700, Lakshmi Ramasubramanian wrote: The functions ima_get_kexec_buffer() and ima_free_kexec_buffer(), that

Re: [PATCH v7 2/4] powerpc: Refactor kexec functions to move arch independent code to ima

2020-10-20 Thread Mimi Zohar
Hi Lakshmi, On Tue, 2020-10-20 at 19:38 -0700, Lakshmi Ramasubramanian wrote: > On 10/20/20 1:01 PM, Mimi Zohar wrote: > > On Wed, 2020-09-30 at 13:59 -0700, Lakshmi Ramasubramanian wrote: > >> The functions ima_get_kexec_buffer() and ima_free_kexec_buffer(), > >> that handle carrying forward the

Re: [PATCH v7 2/4] powerpc: Refactor kexec functions to move arch independent code to ima

2020-10-20 Thread Lakshmi Ramasubramanian
On 10/20/20 1:01 PM, Mimi Zohar wrote: On Wed, 2020-09-30 at 13:59 -0700, Lakshmi Ramasubramanian wrote: The functions ima_get_kexec_buffer() and ima_free_kexec_buffer(), that handle carrying forward the IMA measurement logs on kexec for powerpc do not have architecture specific code, but they a

Re: [PATCH v7 2/4] powerpc: Refactor kexec functions to move arch independent code to ima

2020-10-20 Thread Mimi Zohar
On Wed, 2020-09-30 at 13:59 -0700, Lakshmi Ramasubramanian wrote: > The functions ima_get_kexec_buffer() and ima_free_kexec_buffer(), > that handle carrying forward the IMA measurement logs on kexec for > powerpc do not have architecture specific code, but they are currently > defined for powerpc o

[PATCH v7 2/4] powerpc: Refactor kexec functions to move arch independent code to ima

2020-09-30 Thread Lakshmi Ramasubramanian
The functions ima_get_kexec_buffer() and ima_free_kexec_buffer(), that handle carrying forward the IMA measurement logs on kexec for powerpc do not have architecture specific code, but they are currently defined for powerpc only. Move ima_get_kexec_buffer() and ima_free_kexec_buffer() to IMA subsy