From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751995AbcGRTNv (ORCPT ); Mon, 18 Jul 2016 15:13:51 -0400 Received: from mail-pf0-f169.google.com ([209.85.192.169]:34800 "EHLO mail-pf0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751660AbcGRTNt (ORCPT ); Mon, 18 Jul 2016 15:13:49 -0400 Date: Mon, 18 Jul 2016 12:13:45 -0700 From: Andrey Pronin To: Jarkko Sakkinen Cc: Peter Huewe , Marcel Selhorst , Jason Gunthorpe , tpmdd-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, groeck@chromium.org, smbarber@chromium.org, dianders@chromium.org Subject: Re: [PATCH 2/2] tpm: fix byte-order for the value read by tpm2_get_tpm_pt Message-ID: <20160718191345.GA1012@apronin> References: <1468544838-9990-1-git-send-email-apronin@chromium.org> <1468544838-9990-3-git-send-email-apronin@chromium.org> <20160718190421.GL31463@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160718190421.GL31463@intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 18, 2016 at 10:04:21PM +0300, Jarkko Sakkinen wrote: > On Thu, Jul 14, 2016 at 06:07:18PM -0700, Andrey Pronin wrote: > > Change-Id: I7d71cd379b1a3b7659d20a1b6008216762596590 > > Signed-off-by: Andrey Pronin > > Please remove the internal commit ID next time. This is also lacking a > description but this time I can write it down. > Yes, sorry for the commit ID, missed it in this patch :( > This not needed for the stable for obvious reasons (only used for > probing). > I intend to use tpm2_get_tpm_pt for tpm2 sysfs attributes implementation (permanent and startup_clear flags). Just submitted as a separate patch since it fixes a more generic bug.