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.5 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=unavailable 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 A23E9C49ED7 for ; Fri, 13 Sep 2019 13:53:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 692DE20830 for ; Fri, 13 Sep 2019 13:53:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389276AbfIMNxI (ORCPT ); Fri, 13 Sep 2019 09:53:08 -0400 Received: from mga14.intel.com ([192.55.52.115]:38524 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388813AbfIMNxH (ORCPT ); Fri, 13 Sep 2019 09:53:07 -0400 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Sep 2019 06:53:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,492,1559545200"; d="scan'208";a="179680756" Received: from ltudorx-wtg.ger.corp.intel.com (HELO localhost) ([10.252.37.39]) by orsmga008.jf.intel.com with ESMTP; 13 Sep 2019 06:53:01 -0700 Date: Fri, 13 Sep 2019 14:52:58 +0100 From: Jarkko Sakkinen To: Petr Vorel Cc: linux-kselftest@vger.kernel.org, Shuah Khan , linux-integrity@vger.kernel.org Subject: Re: [PATCH] selftests/tpm2: Add log and *.pyc to .gitignore Message-ID: <20190913135258.GI7412@linux.intel.com> References: <20190911093442.13412-1-pvorel@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190911093442.13412-1-pvorel@suse.cz> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kselftest-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org On Wed, Sep 11, 2019 at 11:34:42AM +0200, Petr Vorel wrote: > Fixes: 6ea3dfe1e073 ("selftests: add TPM 2.0 tests") > > Signed-off-by: Petr Vorel Reviewed-by: I applied this to my tpmdd tree. I'll put the both fixes to my next PR. /Jarkko