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.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, 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 E75DDC3F68F for ; Thu, 2 Jan 2020 17:21:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C944D21582 for ; Thu, 2 Jan 2020 17:21:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727835AbgABRVA (ORCPT ); Thu, 2 Jan 2020 12:21:00 -0500 Received: from mga12.intel.com ([192.55.52.136]:20085 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726125AbgABRU7 (ORCPT ); Thu, 2 Jan 2020 12:20:59 -0500 X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Jan 2020 09:20:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,387,1571727600"; d="scan'208";a="216043280" Received: from krominsx-mobl.ger.corp.intel.com (HELO localhost) ([10.252.21.64]) by fmsmga007.fm.intel.com with ESMTP; 02 Jan 2020 09:20:55 -0800 Date: Thu, 2 Jan 2020 19:20:53 +0200 From: Jarkko Sakkinen To: Christian Bundy Cc: Dan Williams , Greg KH , Jason Gunthorpe , Peter Huewe , Stefan Berger , stable-commits@vger.kernel.org, linux-integrity@vger.kernel.org, Linux Kernel Mailing List Subject: Re: Patch "tpm_tis: reserve chip for duration of tpm_tis_core_init" has been added to the 5.4-stable tree Message-ID: <20200102171922.GA20989@linux.intel.com> References: <50217a688ffa56cf5f150ffd358daba2a88cad48.camel@linux.intel.com> <20191228151526.GA6971@linux.intel.com> <2c4a80e0d30bf1dfe89c6e3469d1dbfb008275fa.camel@linux.intel.com> <20191231010256.kymv4shwmx5jcmey@cantor> <20191231155944.GA4790@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 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 Tue, Dec 31, 2019 at 11:47:37AM -0800, Christian Bundy wrote: > > Christian, were you having any issues with interrupts? You system was going > > into this code as well. > > Unfortunately I'm now unable to test, sorry for the trouble. I replaced my BIOS > with UEFI firmware and the problem has disappeared. Please let me know if there > is anything else I can do to help. > > Christian Takashi wrote yesterday [*]: "I'm building a test kernel package based on 5.5-rc4 with Jarkko's revert patches" [*] https://bugzilla.kernel.org/show_bug.cgi?id=205935 /Jarkko