Re: [PATCH v3 0/2] tpm: add mssim backend

2022-12-19 Thread James Bottomley
On Mon, 2022-12-19 at 10:16 -0500, Stefan Berger wrote: > > > On 12/19/22 08:13, James Bottomley wrote: > > From: James Bottomley > > > > The requested feedback was to convert the tpmdev handler to being > > json > > based, which requires rethreading all the backends.  The good news > > is > >

Re: [PATCH v3 0/2] tpm: add mssim backend

2022-12-19 Thread Stefan Berger
On 12/19/22 08:13, James Bottomley wrote: From: James Bottomley The requested feedback was to convert the tpmdev handler to being json based, which requires rethreading all the backends. The good news is this reduced quite a bit of code (especially as I converted it to error_fatal handling

Re: [PATCH v3 0/2] tpm: add mssim backend

2022-12-19 Thread James Bottomley
On Mon, 2022-12-19 at 09:15 -0500, Stefan Berger wrote: > > > On 12/19/22 08:55, James Bottomley wrote: > > On Mon, 2022-12-19 at 08:51 -0500, Stefan Berger wrote: > > > > > > > > > On 12/19/22 08:13, James Bottomley wrote: > > > > From: James Bottomley > > > > > > > > The requested feedback

Re: [PATCH v3 0/2] tpm: add mssim backend

2022-12-19 Thread Stefan Berger
On 12/19/22 08:55, James Bottomley wrote: On Mon, 2022-12-19 at 08:51 -0500, Stefan Berger wrote: On 12/19/22 08:13, James Bottomley wrote: From: James Bottomley The requested feedback was to convert the tpmdev handler to being json based, which requires rethreading all the backends.  Th

Re: [PATCH v3 0/2] tpm: add mssim backend

2022-12-19 Thread James Bottomley
On Mon, 2022-12-19 at 08:51 -0500, Stefan Berger wrote: > > > On 12/19/22 08:13, James Bottomley wrote: > > From: James Bottomley > > > > The requested feedback was to convert the tpmdev handler to being > > json based, which requires rethreading all the backends.  The good > > news is this red

Re: [PATCH v3 0/2] tpm: add mssim backend

2022-12-19 Thread Stefan Berger
On 12/19/22 08:13, James Bottomley wrote: From: James Bottomley The requested feedback was to convert the tpmdev handler to being json based, which requires rethreading all the backends. The good news is this reduced quite a bit of code (especially as I converted it to error_fatal handling

[PATCH v3 0/2] tpm: add mssim backend

2022-12-19 Thread James Bottomley
From: James Bottomley The requested feedback was to convert the tpmdev handler to being json based, which requires rethreading all the backends. The good news is this reduced quite a bit of code (especially as I converted it to error_fatal handling as well, which removes the return status thread