On Tue, Mar 11, 2025 at 11:01:30AM +0100, Stefano Garzarella wrote: > This driver does not support interrupts, and receiving the response is > synchronous with sending the command. > > Let's simplify the driver by implementing the new send_recv() op. > > Signed-off-by: Stefano Garzarella <sgarz...@redhat.com> > --- > Note: this is based on "[PATCH v3 0/4] Enlightened vTPM support for SVSM > on SEV-SNP" series [1]. > If we will merge this series before it, we can just ignore this patch > and I'll squash these changes in that series. > > [1] > https://lore.kernel.org/linux-integrity/20250311094225.35129-1-sgarz...@redhat.com/ > --- > drivers/char/tpm/tpm_svsm.c | 46 ++++++++----------------------------- > 1 file changed, 9 insertions(+), 37 deletions(-)
I think the diffstat speaks for itself, you should send this as non-RFC Jason