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.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, 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 6B38DC352BE for ; Tue, 14 Apr 2020 20:52:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 410812076A for ; Tue, 14 Apr 2020 20:52:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1586897535; bh=UNAynrifsyrl63+WA+Z6q40CoIdb4PxkQRzhNgu9FRk=; h=Subject:To:Cc:References:From:Date:In-Reply-To:List-ID:From; b=eOCoJbuZyyheqhph1gTO3qVLNAzbBXQXB8N5IsRsoBjagREW9lQ9iRI/5YgroDOR6 3boOAZ+R7O9kBNpQvVhU4YKkNN0aPyyfR2JXNNk10IKVYKwdmDuztSXBe2XMhpurJZ BO7an9VeBdtSFPCCk6vvH8JlNHkzFNng0KfDGG9s= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2633399AbgDNUwO (ORCPT ); Tue, 14 Apr 2020 16:52:14 -0400 Received: from mail.kernel.org ([198.145.29.99]:58124 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2633395AbgDNUwN (ORCPT ); Tue, 14 Apr 2020 16:52:13 -0400 Received: from [192.168.1.112] (c-24-9-64-241.hsd1.co.comcast.net [24.9.64.241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id CBAC52074D; Tue, 14 Apr 2020 20:52:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1586897533; bh=UNAynrifsyrl63+WA+Z6q40CoIdb4PxkQRzhNgu9FRk=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=dm5y+ThhW+vRmynXiHvgCKGwq2G2cQ1F8s1xmhdUMO+psCFELoh54cRe4ZgdeZXBF yR0JVYeIEDk5FZOQaN0kEmypiQH9DOkDH21WLrUw53Qzdc4Tw8Ya31r4SIKFlhC88M BpFCZPAyaC07c2kpRZEM4NfjOGF3SAD3n/UF4JdE= Subject: Re: [PATCH] Revert "Kernel selftests: tpm2: check for tpm support" To: Jarkko Sakkinen Cc: linux-kselftest@vger.kernel.org, linux-integrity@vger.kernel.org, Nikita Sobolev , Tadeusz Struk , open list , shuah References: <20200412142309.71807-1-jarkko.sakkinen@linux.intel.com> <3921a93f-120c-0201-4af5-591bf4e6a0b0@kernel.org> <20200414193722.GD13000@linux.intel.com> <20200414193800.GE13000@linux.intel.com> From: shuah Message-ID: Date: Tue, 14 Apr 2020 14:52:12 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: <20200414193800.GE13000@linux.intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-integrity-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org On 4/14/20 1:38 PM, Jarkko Sakkinen wrote: > On Tue, Apr 14, 2020 at 10:37:25PM +0300, Jarkko Sakkinen wrote: >> On Tue, Apr 14, 2020 at 09:12:05AM -0600, shuah wrote: >>> On 4/12/20 8:23 AM, Jarkko Sakkinen wrote: >>>> This reverts commit b32694cd0724d4ceca2c62cc7c3d3a8d1ffa11fc. >>>> >>>> The original comment >>> >>> commit I assume. >>> >>> was neither reviewed nor tested. Thus, this the >>>> *only* possible action to take. >>>> >>> >>> Bummer. I will apply this right away. >> >> No worries, and fine with the change as long as I'm able to >> review and try it out :-) Sorry for the dull tone! > I usually wait for test authors to do the review. This patch was sent a while back and I ended up picking it up. It stayed in next for a while. It is fixed now. > I mean refined change after this revert has been applied. > Of course. I applied your revert to for my next pull request to linux-kselftest next thanks, -- Shuah