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=-6.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 26507C433E0 for ; Tue, 16 Feb 2021 16:19:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E853964E09 for ; Tue, 16 Feb 2021 16:19:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229699AbhBPQTM (ORCPT ); Tue, 16 Feb 2021 11:19:12 -0500 Received: from mail.kernel.org ([198.145.29.99]:51592 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229626AbhBPQTK (ORCPT ); Tue, 16 Feb 2021 11:19:10 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 7230464E07; Tue, 16 Feb 2021 16:18:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1613492309; bh=iZbIesyRl1dC/YMJT/zU1neU4e0qJhRQ6wHOqM57q4I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FMoXY3k0CWFGNbzRsfn+89gv8gHw+ASPeVoxttY3+olpNhXBWxSba+GaScPtA+9xQ E7aEbB4kbZT7EoIYskYWhch81J+qVCDmfBn4QAjPqQtlbvTqM+ks4bQZyzqo48UgUE gKeNqOWj2+85Sjx8tCkkWJ6yC/zCaipB+g8p4J0Y/y6SHI8dZiqomOMqWf7VEpczEJ vXk36IX58ZYDkqNfpedVXX1YdnE4m47QNd9qx9iQl3f6R4KYfpSsaTblaY8XRTGoaC 3F6k0X9CRdCpjHT7ik76GeN+6btspISHTnOoDoKglPJ8fNfn/X3fmDtn/jF2omSQoz qjwCImdPwKoDg== Date: Tue, 16 Feb 2021 18:18:17 +0200 From: Jarkko Sakkinen To: Lukasz Majczak Cc: Laurent Bigonville , linux-integrity@vger.kernel.org, Guenter Roeck , Peter Huewe , Jason Gunthorpe , Stefan Berger , James Bottomley , Jerry Snitselaar Subject: Re: [PATCH] tpm, tpm_tis: Acquire locality in tpm_tis_gen_interrupt() and tpm_get_timeouts() Message-ID: References: <20210216081750.191250-1-jarkko@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org On Tue, Feb 16, 2021 at 03:09:49PM +0100, Lukasz Majczak wrote: > Hi Laurent, > > I think your case is different, as the trace shows the issue occurs in > the place already guarded by tpm_chip_start()/stop() - tpm2_probe(). > Can you paste more dmesg log? (With tpm prefix?). I believe > tpm_tis_status() might return something different than 0xff here. > Please ensure you have applied Jarkko's patch that logs status > (https://patchwork.kernel.org/project/linux-integrity/patch/20210202222150.120664-1-jarkko@kernel.org/) I would politely ask you: - Not to top-post. Quote and reponse properly. - No HTML emails. > Best regards > Lukasz /Jarkko