From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752179AbdHZIKd (ORCPT ); Sat, 26 Aug 2017 04:10:33 -0400 Received: from mga02.intel.com ([134.134.136.20]:46490 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750849AbdHZIKb (ORCPT ); Sat, 26 Aug 2017 04:10:31 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,429,1498546800"; d="scan'208";a="1188341336" Date: Sat, 26 Aug 2017 11:10:04 +0300 From: Jarkko Sakkinen To: tpmdd-devel@lists.sourceforge.net Cc: linux-security-module@vger.kernel.org, Peter Huewe , Marcel Selhorst , Jason Gunthorpe , open list Subject: Re: [PATCH RESEND] tpm: migrate pubek_show to struct tpm_buf Message-ID: <20170826081004.cf3kbr5ild6vfv2y@linux.intel.com> References: <20170825172946.18357-1-jarkko.sakkinen@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170825172946.18357-1-jarkko.sakkinen@linux.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 25, 2017 at 08:29:46PM +0300, Jarkko Sakkinen wrote: > 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 I'm going to apply this if there are no obligations. I sent this updated patch 2017-06-20 based on feedback I got on [1]. [1] https://patchwork.kernel.org/patch/9749151/ /Jarkko