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=-2.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 14782C4CEC7 for ; Fri, 13 Sep 2019 14:00:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EA79A20640 for ; Fri, 13 Sep 2019 14:00:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388596AbfIMOAT (ORCPT ); Fri, 13 Sep 2019 10:00:19 -0400 Received: from mga07.intel.com ([134.134.136.100]:3837 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388130AbfIMOAS (ORCPT ); Fri, 13 Sep 2019 10:00:18 -0400 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Sep 2019 07:00:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,501,1559545200"; d="scan'208";a="192730370" Received: from ltudorx-wtg.ger.corp.intel.com (HELO localhost) ([10.252.37.39]) by FMSMGA003.fm.intel.com with ESMTP; 13 Sep 2019 07:00:10 -0700 Date: Fri, 13 Sep 2019 15:00:06 +0100 From: Jarkko Sakkinen To: Seunghun Han Cc: ivan.lazeev@gmail.com, arnd@arndb.de, gregkh@linuxfoundation.org, jgg@ziepe.ca, linux-integrity@vger.kernel.org, linux-kernel@vger.kernel.org, peterhuewe@gmx.de Subject: Re: [PATCH v2] Fix fTPM on AMD Zen+ CPUs Message-ID: <20190913140006.GA29755@linux.intel.com> References: 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 User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 11, 2019 at 02:17:48PM +0900, Seunghun Han wrote: > Vanya, > I also made a patch series to solve AMD's fTPM. My patch link is here, > https://lkml.org/lkml/2019/9/9/132 . > > The maintainer, Jarkko, wanted me to remark on your patch, so I would > like to cooperate with you. > > Your patch is good for me. If you are fine, I would like to take your > patch and merge it with my patch series. I also would like to change > some points Jason mentioned before. I rather handle the review processes separately because I can merge Vanyas's patch first. Bundling them into patch set would only slow down things. /Jarkko