Re: [PATCH v4 2/5] cmd: optee_rpmb: close tee session

2024-04-04 Thread Ilias Apalodimas
Hi Igor, On Thu, 4 Apr 2024 at 14:40, Igor Opaniuk wrote: > > Ilias, > > On Thu, Apr 4, 2024 at 1:00 PM Ilias Apalodimas > wrote: >> >> Hi Igor, >> >> On Thu, 4 Apr 2024 at 13:18, Igor Opaniuk wrote: >> > >> > Hi Ilias, >> > >> > On Thu, Apr 4, 2024 at 10:54 AM Ilias Apalodimas >> > wrote:

Re: [PATCH v4 2/5] cmd: optee_rpmb: close tee session

2024-04-04 Thread Igor Opaniuk
Ilias, On Thu, Apr 4, 2024 at 1:00 PM Ilias Apalodimas wrote: > Hi Igor, > > On Thu, 4 Apr 2024 at 13:18, Igor Opaniuk wrote: > > > > Hi Ilias, > > > > On Thu, Apr 4, 2024 at 10:54 AM Ilias Apalodimas < > ilias.apalodi...@linaro.org> wrote: > >> > >> Hi Igor, > >> > >> On Thu, 4 Apr 2024 at

Re: [PATCH v4 2/5] cmd: optee_rpmb: close tee session

2024-04-04 Thread Ilias Apalodimas
Hi Igor, On Thu, 4 Apr 2024 at 13:18, Igor Opaniuk wrote: > > Hi Ilias, > > On Thu, Apr 4, 2024 at 10:54 AM Ilias Apalodimas > wrote: >> >> Hi Igor, >> >> On Thu, 4 Apr 2024 at 11:40, Ilias Apalodimas >> wrote: >> > >> > Hi Igor, >> > >> > I was about to apply the series, but noticed neither

Re: [PATCH v4 2/5] cmd: optee_rpmb: close tee session

2024-04-04 Thread Igor Opaniuk
HI Ilias On Thu, Apr 4, 2024 at 12:15 PM Igor Opaniuk wrote: > Hi Ilias, > > On Thu, Apr 4, 2024 at 10:40 AM Ilias Apalodimas < > ilias.apalodi...@linaro.org> wrote: > >> Hi Igor, >> >> I was about to apply the series, but noticed neither me or Jens were cc'ed >> on this. Adding Jens to the

Re: [PATCH v4 2/5] cmd: optee_rpmb: close tee session

2024-04-04 Thread Igor Opaniuk
Hi Ilias, On Thu, Apr 4, 2024 at 10:54 AM Ilias Apalodimas < ilias.apalodi...@linaro.org> wrote: > Hi Igor, > > On Thu, 4 Apr 2024 at 11:40, Ilias Apalodimas > wrote: > > > > Hi Igor, > > > > I was about to apply the series, but noticed neither me or Jens were > cc'ed > > on this. Adding Jens

Re: [PATCH v4 2/5] cmd: optee_rpmb: close tee session

2024-04-04 Thread Igor Opaniuk
Hi Ilias, On Thu, Apr 4, 2024 at 10:40 AM Ilias Apalodimas < ilias.apalodi...@linaro.org> wrote: > Hi Igor, > > I was about to apply the series, but noticed neither me or Jens were cc'ed > on this. Adding Jens to the party > I usually rely on automatic CC-list creation by patman. Looks like

Re: [PATCH v4 2/5] cmd: optee_rpmb: close tee session

2024-04-04 Thread Ilias Apalodimas
Hi Igor, On Thu, 4 Apr 2024 at 11:40, Ilias Apalodimas wrote: > > Hi Igor, > > I was about to apply the series, but noticed neither me or Jens were cc'ed > on this. Adding Jens to the party > > On Thu, Apr 04, 2024 at 10:13:49AM +0200, Igor Opaniuk wrote: > > Add calls for closing tee session

Re: [PATCH v4 2/5] cmd: optee_rpmb: close tee session

2024-04-04 Thread Ilias Apalodimas
Hi Igor, I was about to apply the series, but noticed neither me or Jens were cc'ed on this. Adding Jens to the party On Thu, Apr 04, 2024 at 10:13:49AM +0200, Igor Opaniuk wrote: > Add calls for closing tee session after every read/write operation. What the patch is pretty obvious, but I am

[PATCH v4 2/5] cmd: optee_rpmb: close tee session

2024-04-04 Thread Igor Opaniuk
Add calls for closing tee session after every read/write operation. Signed-off-by: Igor Opaniuk --- (no changes since v1) cmd/optee_rpmb.c | 23 +-- 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/cmd/optee_rpmb.c b/cmd/optee_rpmb.c index