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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 0DCB4C2BA12 for ; Thu, 2 Apr 2020 20:17:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D7F23212CC for ; Thu, 2 Apr 2020 20:17:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389367AbgDBURM (ORCPT ); Thu, 2 Apr 2020 16:17:12 -0400 Received: from mga07.intel.com ([134.134.136.100]:49357 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727412AbgDBURL (ORCPT ); Thu, 2 Apr 2020 16:17:11 -0400 IronPort-SDR: WoYS+8qKLMwoo753TKle50uWzAFDjZqrP49PNx7bb+UZ3U567sOcmRJbVDfz1Ebig3/9I1Z8Sr LEm+lb5SLvWA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Apr 2020 13:17:11 -0700 IronPort-SDR: qibqd9S+az7ejxncAI8raSBbcCfwBpEuhv/Nu2BRMba++Z5SMzGaVWLlfTyJ5hOgqWZKvZdGfQ llSq6jQtbMQA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,336,1580803200"; d="scan'208";a="238650846" Received: from hbriegel-mobl1.ger.corp.intel.com (HELO localhost) ([10.252.39.101]) by orsmga007.jf.intel.com with ESMTP; 02 Apr 2020 13:17:01 -0700 Date: Thu, 2 Apr 2020 23:17:00 +0300 From: Jarkko Sakkinen To: Amir Mizinski Cc: Eyal.Cohen@nuvoton.com, Oshri Alkobi , Alexander Steffen , Rob Herring , Mark Rutland , peterhuewe@gmx.de, jgg@ziepe.ca, Arnd Bergmann , Greg KH , devicetree , Linux Kernel Mailing List , linux-integrity@vger.kernel.org, IS20 Oshri Alkoby , Tomer Maimon , gcwilson@us.ibm.com, kgoldman@us.ibm.com, IS30 Dan Morav , oren.tanami@nuvoton.com, shmulik.hager@nuvoton.com, amir.mizinski@nuvoton.com, Christophe Richard Subject: Re: [PATCH v4 2/7] tpm: tpm_tis: Add check_data handle to tpm_tis_phy_ops in order to check data integrity Message-ID: <20200402201700.GG10314@linux.intel.com> References: <20200331113207.107080-1-amirmizi6@gmail.com> <20200331113207.107080-3-amirmizi6@gmail.com> <20200401082019.GB17325@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 01, 2020 at 12:19:39PM +0300, Amir Mizinski wrote: > this commit is based on Christophe work and was submitted in 2016: > https://patchwork.kernel.org/patch/8628661/ > I followed you comments from the previous version on commit 1/7: > https://lore.kernel.org/patchwork/patch/1192101/ > and fixed it in this one too. should i write it differently? > thank you, > Amir Mizinski No then it's correct thanks. Just wanted to verify. Please configure your email client: https://www.kernel.org/doc/html/v4.10/process/email-clients.html /Jarkko