Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758955AbcLBJbb (ORCPT ); Fri, 2 Dec 2016 04:31:31 -0500 Received: from 001b2d01.pphosted.com ([148.163.156.1]:46272 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757809AbcLBJb2 (ORCPT ); Fri, 2 Dec 2016 04:31:28 -0500 Subject: Re: [PATCH v6 2/2] tpm: add securityfs support for TPM 2.0 firmware event log To: Jarkko Sakkinen References: <1480164339-26409-1-git-send-email-nayna@linux.vnet.ibm.com> <1480164339-26409-3-git-send-email-nayna@linux.vnet.ibm.com> <20161126154755.56goahgkjf5n67ay@intel.com> <583F0554.1030107@linux.vnet.ibm.com> <20161201114318.6wqxpqmhiqimeobh@intel.com> Cc: tpmdd-devel@lists.sourceforge.net, peterhuewe@gmx.de, tpmdd@selhorst.net, jgunthorpe@obsidianresearch.com, linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org From: Nayna Date: Fri, 2 Dec 2016 15:01:03 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20161201114318.6wqxpqmhiqimeobh@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-TM-AS-GCONF: 00 X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16120209-0056-0000-0000-00000219D3AB X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00006179; HX=3.00000240; KW=3.00000007; PH=3.00000004; SC=3.00000193; SDB=6.00788244; UDB=6.00381385; IPR=6.00565920; BA=6.00004935; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00013512; XFM=3.00000011; UTC=2016-12-02 09:31:25 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 16120209-0057-0000-0000-0000064CE4C3 Message-Id: <58413F57.7020805@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-12-02_07:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1609300000 definitions=main-1612020157 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1705 Lines: 46 On 12/01/2016 05:13 PM, Jarkko Sakkinen wrote: > On Wed, Nov 30, 2016 at 10:29:00PM +0530, Nayna wrote: >> >> >> On 11/26/2016 09:17 PM, Jarkko Sakkinen wrote: >>> On Sat, Nov 26, 2016 at 07:45:39AM -0500, Nayna Jain wrote: >>>> Unlike the device driver support for TPM 1.2, the TPM 2.0 does >>>> not support the securityfs pseudo files for displaying the >>>> firmware event log. >>>> >>>> This patch enables support for providing the TPM 2.0 event log in >>>> binary form. TPM 2.0 event log supports a crypto agile format that >>>> records multiple digests, which is different from TPM 1.2. This >>>> patch enables the tpm_bios_log_setup for TPM 2.0 and adds the >>>> event log parser which understand the TPM 2.0 crypto agile format. >>>> >>>> Signed-off-by: Nayna Jain >>> >>> I would not rush with new patch set versions as long as the testing is >>> almost completely lacking. I didn't even have time to read the previous >>> version properly before this came out. >> >> Sure Jarkko. My apologies for multiple versions. I will wait for testing, >> before posting my next version. > > You could send now a new version because probably anyone who wants > to review your patches has had a chance to look at it. My point was > that you wait for at least few days. Sure Jarkko. Thanks !! Also Jarkko/Jason, please let me know your views on #defines in tpm_eventlog.h for TPM 2.0 event log support. I have responded to the related and other feedbacks in my previous mail sent on 30th Nov. Thanks & Regards, - Nayna > > Maybe Jason could help testing your patches. I don't know when I have > time to setup environment. He had OF environment available. > > /Jarkko >