Re: [PATCH v4 08/10] KEYS: trusted: tee: use tee_shm_register_kernel_buf()

From: Jens Wiklander
Date: Tue Mar 01 2022 - 09:54:48 EST


On Mon, Feb 21, 2022 at 2:52 AM Jarkko Sakkinen <jarkko@xxxxxxxxxx> wrote:
>
> On Wed, Feb 09, 2022 at 03:08:48PM +0100, Jens Wiklander wrote:
> > Hi Jarkko,
> >
> > On Fri, Feb 4, 2022 at 10:34 AM Jens Wiklander
> > <jens.wiklander@xxxxxxxxxx> wrote:
> > >
> > > Uses the new simplified tee_shm_register_kernel_buf() function instead
> > > of the old tee_shm_alloc() function which required specific
> > > TEE_SHM-flags
> > >
> > > Reviewed-by: Sumit Garg <sumit.garg@xxxxxxxxxx>
> > > Signed-off-by: Jens Wiklander <jens.wiklander@xxxxxxxxxx>
> > > ---
> > > security/keys/trusted-keys/trusted_tee.c | 23 +++++++++--------------
> > > 1 file changed, 9 insertions(+), 14 deletions(-)
> >
> > Since this patch depends on other patches in this patch set and vice
> > versa is it OK if I take this patch via my tree? I'm aiming for v5.18
> > with this.
>
> Yes.
>
> You can also add:
>
> Reviewed-by: Jarkko Sakkinen <jarkko@xxxxxxxxxx>
>
> BR, Jarkko

Thanks. Unfortunately it's a bit late to apply the R-B, I've already
sent the pull request to arm-soc and it has been imported into that
tree.

Thanks,
Jens