Re: [PATCH v2 10/10] tpm-buf: Add TPM buffer support header for standalone reuse

From: Ard Biesheuvel

Date: Wed Aug 19 2026 - 08:52:02 EST




On Sat, 11 Jul 2026, at 21:18, Jarkko Sakkinen wrote:
> On Sat, Jul 11, 2026 at 09:01:10AM -0700, Ross Philipson wrote:
>> Extract all the functions and definitions for TPM buffer handling
>> and separate them into their own header.
>>
>> Signed-off-by: Ross Philipson <ross.philipson@xxxxxxxxx>
>> ---
>> drivers/char/tpm/tpm-buf.c | 3 +-
>> include/linux/tpm.h | 34 +--------------------
>> include/linux/tpm_buf.h | 60 ++++++++++++++++++++++++++++++++++++++
>> 3 files changed, 63 insertions(+), 34 deletions(-)
>> create mode 100644 include/linux/tpm_buf.h
>>
...
>
> I would probably ack them all as I've seen these many times and
> there's not much anything new. Just waiting for additional
> feedback before applying them.
>

Will these be going into v7.3 then?