From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com ([192.55.52.115]:31891 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932672AbeEWM45 (ORCPT ); Wed, 23 May 2018 08:56:57 -0400 Date: Wed, 23 May 2018 15:56:55 +0300 From: Jarkko Sakkinen To: linux-integrity@vger.kernel.org, linux-security-module@vger.kernel.org, Peter Huewe , Jason Gunthorpe , Arnd Bergmann , Greg Kroah-Hartman , open list Subject: Re: [PATCH v4 1/4] tpm: migrate tpm2_shutdown() to use struct tpm_buf Message-ID: <20180523125655.GB363@linux.intel.com> References: <20180326121406.14548-1-jarkko.sakkinen@linux.intel.com> <20180326121406.14548-2-jarkko.sakkinen@linux.intel.com> <20180518223032.ihszdef5wesj5nie@cantor> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20180518223032.ihszdef5wesj5nie@cantor> Sender: linux-integrity-owner@vger.kernel.org List-ID: On Fri, May 18, 2018 at 03:30:32PM -0700, Jerry Snitselaar wrote: > On Mon Mar 26 18, Jarkko Sakkinen wrote: > > In order to make struct tpm_buf the first class object for constructing TPM > > commands, migrate tpm2_shutdown() to use it. In addition, removed the klog > > entry when tpm_transmit_cmd() fails because tpm_tansmit_cmd() already > > prints an error message. > > > > Signed-off-by: Jarkko Sakkinen > > Reviewed-by: Jerry Snitselaar Thanky you Jerry. I'll do one more round for this only to update kdoc. It does not involve code changes so are you OK if you I keep your reviewed-by despite this update? /Jarkko From mboxrd@z Thu Jan 1 00:00:00 1970 From: jarkko.sakkinen@linux.intel.com (Jarkko Sakkinen) Date: Wed, 23 May 2018 15:56:55 +0300 Subject: [PATCH v4 1/4] tpm: migrate tpm2_shutdown() to use struct tpm_buf In-Reply-To: <20180518223032.ihszdef5wesj5nie@cantor> References: <20180326121406.14548-1-jarkko.sakkinen@linux.intel.com> <20180326121406.14548-2-jarkko.sakkinen@linux.intel.com> <20180518223032.ihszdef5wesj5nie@cantor> Message-ID: <20180523125655.GB363@linux.intel.com> To: linux-security-module@vger.kernel.org List-Id: linux-security-module.vger.kernel.org On Fri, May 18, 2018 at 03:30:32PM -0700, Jerry Snitselaar wrote: > On Mon Mar 26 18, Jarkko Sakkinen wrote: > > In order to make struct tpm_buf the first class object for constructing TPM > > commands, migrate tpm2_shutdown() to use it. In addition, removed the klog > > entry when tpm_transmit_cmd() fails because tpm_tansmit_cmd() already > > prints an error message. > > > > Signed-off-by: Jarkko Sakkinen > > Reviewed-by: Jerry Snitselaar Thanky you Jerry. I'll do one more round for this only to update kdoc. It does not involve code changes so are you OK if you I keep your reviewed-by despite this update? /Jarkko -- To unsubscribe from this list: send the line "unsubscribe linux-security-module" in the body of a message to majordomo at vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html