Re: [PATCH v6 01/12] tpm-buf: move from static inlines to real functions

2019-09-20 Thread James Bottomley
On Fri, 2019-09-20 at 17:06 +0300, Jarkko Sakkinen wrote: > On Fri, Sep 20, 2019 at 05:06:15PM +0300, Jarkko Sakkinen wrote: > > On Mon, Sep 09, 2019 at 01:17:56PM +0100, James Bottomley wrote: > > > This separates out the old tpm_buf_... handling functions from > > > static > > > inlines in tpm.h

Re: [PATCH v6 01/12] tpm-buf: move from static inlines to real functions

2019-09-20 Thread Jarkko Sakkinen
On Mon, Sep 09, 2019 at 01:17:56PM +0100, James Bottomley wrote: > This separates out the old tpm_buf_... handling functions from static > inlines in tpm.h and makes them their own tpm-buf.c file. This is a > precursor so we can add new functions for other TPM type handling > > Signed-off-by: Jam

Re: [PATCH v6 01/12] tpm-buf: move from static inlines to real functions

2019-09-20 Thread Jarkko Sakkinen
On Fri, Sep 20, 2019 at 05:06:15PM +0300, Jarkko Sakkinen wrote: > On Mon, Sep 09, 2019 at 01:17:56PM +0100, James Bottomley wrote: > > This separates out the old tpm_buf_... handling functions from static > > inlines in tpm.h and makes them their own tpm-buf.c file. This is a > > precursor so we

[PATCH v6 01/12] tpm-buf: move from static inlines to real functions

2019-09-09 Thread James Bottomley
This separates out the old tpm_buf_... handling functions from static inlines in tpm.h and makes them their own tpm-buf.c file. This is a precursor so we can add new functions for other TPM type handling Signed-off-by: James Bottomley --- v2: added this patch to separate out the API changes v3