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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D30F4C43334 for ; Thu, 16 Jun 2022 13:04:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1376439AbiFPNER convert rfc822-to-8bit (ORCPT ); Thu, 16 Jun 2022 09:04:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39116 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229838AbiFPNEO (ORCPT ); Thu, 16 Jun 2022 09:04:14 -0400 Received: from sender4-of-o58.zoho.com (sender4-of-o58.zoho.com [136.143.188.58]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DFCDD394; Thu, 16 Jun 2022 06:04:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1655384636; cv=none; d=zohomail.com; s=zohoarc; b=AEN95sGjxRSbBuRwqaRVyJYQx25EMLOa61YyBMDj28YVFphVir9d9Kg5QKq7DkCGgmIFcafpxuTO+ZwLmPzfzn9rxn1/3PGgZYzHT9I+ZB5+38Q37n5ksSxW9ogM5OLdbv0yN4IBqOkaKefhR3X3iFxfjaACztpDX2hIP77d0r0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1655384636; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=RGG6vIU0Ipg7U+iqtSPlaA0Lh59OCg08S0bLfZinpTo=; b=YGxKoJbjhhk3pRah/STeBwuMkeB9nvR+j4UudtGsp4p0oxhbUfjzGRDM5zNp6zEq1wLbAA8ZUKcQmgKsv2UAx3habCRGhV+S6eHhx0+iE9ZmG+PASRk/5uJAcAtR3BRf50ZeFK65tIyIRmnkRXhw84PCh0mcquqbtjnf7REypmw= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass smtp.mailfrom=linux@mniewoehner.de; dmarc=pass header.from= Received: from z3r0.lan (185.31.62.161 [185.31.62.161]) by mx.zohomail.com with SMTPS id 1655384633496875.2065492508191; Thu, 16 Jun 2022 06:03:53 -0700 (PDT) Message-ID: <8ed1c322b6f3dc36427c6a5704df0caab2dcec11.camel@mniewoehner.de> Subject: Re: [PATCH v5 10/10] tpm, tpm_tis: Enable interrupt test From: Michael =?ISO-8859-1?Q?Niew=F6hner?= To: Lino Sanfilippo , Jarkko Sakkinen , James.Bottomley@hansenpartnership.com, twawrzynczak Cc: peterhuewe@gmx.de, jgg@ziepe.ca, stefanb@linux.vnet.ibm.com, linux-integrity@vger.kernel.org, linux-kernel@vger.kernel.org, l.sanfilippo@kunbus.com, lukas@wunner.de, p.rosenberger@kunbus.com In-Reply-To: <1c90aba2-5874-7251-ff19-4b6c5bc19962@gmx.de> References: <20220610110846.8307-1-LinoSanfilippo@gmx.de> <20220610110846.8307-11-LinoSanfilippo@gmx.de> <1c90aba2-5874-7251-ff19-4b6c5bc19962@gmx.de> Content-Type: text/plain; charset="UTF-8" Date: Thu, 16 Jun 2022 15:03:49 +0200 MIME-Version: 1.0 User-Agent: Evolution 3.42.2 Content-Transfer-Encoding: 8BIT X-ZohoMailClient: External Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Lino, On Thu, 2022-06-16 at 01:30 +0200, Lino Sanfilippo wrote: > > Hi Michael, > > On 15.06.22 at 23:54, Michael Niewöhner wrote: > > > > > Hi guys, > > > > for me this series causes boot problems - somehow feels like an interrupt > > storm... > > > Thanks for this info. Which hardware do you use? > > > Not sure yet, which commit is causing that > > @Tim could you test on any of your devices, please? > > > > BR > > Michael > > > > Regards, > Lino looks like something was wrong with the devices firmware... I flashed a fresh image and everything is totally fine now - TPM gets detected without the "interrupts not working" error! :-) Test device: Clevo L140MU, FW v1.07.12, TPM 2.0 Infineon SLB9670 (SPI) BR Michael