Re: [PATCH v3 1/4] tpm: add buf_size parameter in the .send callback

2025-05-08 Thread Jarkko Sakkinen
On Tue, May 06, 2025 at 02:56:54PM +0200, Stefano Garzarella wrote: > On Wed, Apr 30, 2025 at 06:39:58PM +0300, Jarkko Sakkinen wrote: > > On Mon, Apr 14, 2025 at 04:56:50PM +0200, Stefano Garzarella wrote: > > > From: Stefano Garzarella > > > > > > In preparation for the next commit, add a new `

Re: [PATCH v3 1/4] tpm: add buf_size parameter in the .send callback

2025-05-06 Thread Stefano Garzarella
On Wed, Apr 30, 2025 at 06:39:58PM +0300, Jarkko Sakkinen wrote: On Mon, Apr 14, 2025 at 04:56:50PM +0200, Stefano Garzarella wrote: From: Stefano Garzarella In preparation for the next commit, add a new `buf_size` parameter to the `.send` callback in `tpm_class_ops` which contains the entire

Re: [PATCH v3 1/4] tpm: add buf_size parameter in the .send callback

2025-04-30 Thread Jarkko Sakkinen
On Mon, Apr 14, 2025 at 04:56:50PM +0200, Stefano Garzarella wrote: > From: Stefano Garzarella > > In preparation for the next commit, add a new `buf_size` parameter to > the `.send` callback in `tpm_class_ops` which contains the entire buffer > size. In this patch it is pretty much ignored by al

[PATCH v3 1/4] tpm: add buf_size parameter in the .send callback

2025-04-14 Thread Stefano Garzarella
From: Stefano Garzarella In preparation for the next commit, add a new `buf_size` parameter to the `.send` callback in `tpm_class_ops` which contains the entire buffer size. In this patch it is pretty much ignored by all drivers, but it will be used in the next patch. Also rename the previous pa