Re: [PATCH 1/3] tpm: migrate pubek_show to struct tpm_buf

From: Jarkko Sakkinen
Date: Thu Oct 03 2019 - 13:56:10 EST


On Thu, Oct 03, 2019 at 01:31:12PM +0200, Greg Kroah-Hartman wrote:
> On Thu, Oct 03, 2019 at 02:24:22PM +0300, Jarkko Sakkinen wrote:
> > commit da379f3c1db0c9a1fd27b11d24c9894b5edc7c75 upstream
> >
> > Migrated pubek_show to struct tpm_buf and cleaned up its implementation.
> > Previously the output parameter structure was declared but left
> > completely unused. Now it is used to refer different fields of the
> > output. We can move it to tpm-sysfs.c as it does not have any use
> > outside of that file.
> >
> > Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
> > ---
> > drivers/char/tpm/tpm-sysfs.c | 87 ++++++++++++++++++++----------------
> > drivers/char/tpm/tpm.h | 13 ------
> > 2 files changed, 48 insertions(+), 52 deletions(-)
>
> Again, what kernel tree(s) do you want this, and the other 2 patches
> applied to? And why?
>
> thanks,
>
> greg k-h

D'oh, this is the cover letter:

https://patchwork.kernel.org/cover/11172533/

Looks like somehow forgot to include cc's, which were in the first
version:

Cc: linux-integrity@xxxxxxxxxxxxxxx
Cc: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
Cc: Vadim Sukhomlinov <sukhomlinov@xxxxxxxxxx>
Link: https://lore.kernel.org/stable/20190712152734.GA13940@xxxxxxxxx/

/Jarkko