From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8B6B6C49ED7 for ; Fri, 20 Sep 2019 14:06:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6935720644 for ; Fri, 20 Sep 2019 14:06:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728716AbfITOGr (ORCPT ); Fri, 20 Sep 2019 10:06:47 -0400 Received: from mga06.intel.com ([134.134.136.31]:16657 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727273AbfITOGr (ORCPT ); Fri, 20 Sep 2019 10:06:47 -0400 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Sep 2019 07:06:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,528,1559545200"; d="scan'208";a="187132187" Received: from eergin-mobl.ger.corp.intel.com (HELO localhost) ([10.252.40.12]) by fmsmga008.fm.intel.com with ESMTP; 20 Sep 2019 07:06:43 -0700 Date: Fri, 20 Sep 2019 17:06:42 +0300 From: Jarkko Sakkinen To: James Bottomley Cc: linux-integrity@vger.kernel.org, linux-crypto@vger.kernel.org, linux-security-module@vger.kernel.org Subject: Re: [PATCH v6 01/12] tpm-buf: move from static inlines to real functions Message-ID: <20190920140642.GB9578@linux.intel.com> References: <1568031408.6613.29.camel@HansenPartnership.com> <1568031476.6613.30.camel@HansenPartnership.com> <20190920140459.GA9578@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190920140459.GA9578@linux.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-integrity-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org On Fri, Sep 20, 2019 at 05:06:15PM +0300, Jarkko Sakkinen wrote: > On Mon, Sep 09, 2019 at 01:17:56PM +0100, James Bottomley wrote: > > This separates out the old tpm_buf_... handling functions from static > > inlines in tpm.h and makes them their own tpm-buf.c file. This is a > > precursor so we can add new functions for other TPM type handling > > > > Signed-off-by: James Bottomley > > What about TPM_BUF_2B that gets added in this commit? Probably just a glitch in rebasing/squashing? /Jarkko