Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965437AbcKXLvg (ORCPT ); Thu, 24 Nov 2016 06:51:36 -0500 Received: from mga09.intel.com ([134.134.136.24]:28954 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965051AbcKXLvd (ORCPT ); Thu, 24 Nov 2016 06:51:33 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,543,1473145200"; d="scan'208";a="1072976500" Date: Thu, 24 Nov 2016 13:51:28 +0200 From: Jarkko Sakkinen To: Jason Gunthorpe Cc: Nayna Jain , tpmdd-devel@lists.sourceforge.net, peterhuewe@gmx.de, tpmdd@selhorst.net, linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org Subject: Re: [PATCH v6 4/9] tpm: drop tpm1_chip_register(/unregister) Message-ID: <20161124115128.phhd67edwehipkgk@intel.com> References: <1479117656-12403-1-git-send-email-nayna@linux.vnet.ibm.com> <1479117656-12403-5-git-send-email-nayna@linux.vnet.ibm.com> <20161122112200.55khdxtctt5rel4j@intel.com> <20161122164240.GC3956@obsidianresearch.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161122164240.GC3956@obsidianresearch.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.6.2-neo (2016-08-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1010 Lines: 24 On Tue, Nov 22, 2016 at 09:42:40AM -0700, Jason Gunthorpe wrote: > On Tue, Nov 22, 2016 at 01:22:00PM +0200, Jarkko Sakkinen wrote: > > On Mon, Nov 14, 2016 at 05:00:51AM -0500, Nayna Jain wrote: > > > Check for TPM2 chip in tpm_sysfs_add_device, tpm_bios_log_setup and > > > tpm_bios_log_teardown in order to make code flow cleaner and to enable > > > to implement TPM 2.0 support later on. This is partially derived from > > > the commit by Nayna Jain with the extension that also tpm1_chip_register > > > is dropped. > > > > > > Signed-off-by: Jarkko Sakkinen > > > > This commit remains unreviewed and tested. I'm in the author role here > > so I cannot help with this. If that does not happen soon I cannot put > > this into the pull request. > > I tested it on my ARM system when I tested your branch. > > I think it looks better this way.. > > Reviewed-by: Jason Gunthorpe Thanks. I'll also add tested-by from you then. /Jarkko