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 22070C001DC for ; Thu, 27 Jul 2023 16:40:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232187AbjG0QkL (ORCPT ); Thu, 27 Jul 2023 12:40:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51630 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231674AbjG0QkI (ORCPT ); Thu, 27 Jul 2023 12:40:08 -0400 Received: from mout01.posteo.de (mout01.posteo.de [185.67.36.65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A639030F7 for ; Thu, 27 Jul 2023 09:40:00 -0700 (PDT) Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 803C5240029 for ; Thu, 27 Jul 2023 18:39:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1690475998; bh=092WwDpn2i4avpEQ13hzD461gGd+m6aVrqr7HZMYW8s=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version: Content-Transfer-Encoding:From; b=oJ1r6aY6sJyL9UdBgULTw/aIRFiGMbWGTwjnmgHNELlMXlPr3s18wLYihWCbB48yI kOSqBF2lo1kEPaQaHI35AkXqz7DwRYormaIZhRKXwML1LHYcCd34y52BDljBc7QsGy q7XMv5/e+hVMtLm4WSDGU8lAWt/AC6hh3HEvXqzW0p5DSN7+KHgCOezfMhAF8TABdm PL5UjPM2uY/cdHE5Bq9hjFyqT1Sk+FM5quTxuNAo1u4lLIbRJiN//hPK0l3Y6bNY5l MHy9ihQhx+Tf+A29bIsB5vBhGORRqPV4AOOQLj91FbC+HUZrorK87HHHf+IXEhzFf7 AFm7pQgwM3+bg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4RBc1m4FcTz9rxF; Thu, 27 Jul 2023 18:39:56 +0200 (CEST) Date: Thu, 27 Jul 2023 16:39:49 +0000 From: Daniil Stas To: Mario Limonciello Cc: James.Bottomley@hansenpartnership.com, Jason@zx2c4.com, jarkko@kernel.org, linux-integrity@vger.kernel.org, linux-kernel@vger.kernel.org, regressions@leemhuis.info, stable@vger.kernel.org, torvalds@linux-foundation.org Subject: Re: [PATCH 1/1] tpm: disable hwrng for fTPM on some AMD designs Message-ID: <20230727193949.55c18805@g14> In-Reply-To: References: <20230727183805.69c36d6e@g14> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org On Thu, 27 Jul 2023 10:42:33 -0500 Mario Limonciello wrote: > On 7/27/2023 10:38, Daniil Stas wrote: > > Hi, > > I am still getting fTPM stutters with 6.4.3 kernel on Asus GA402RJ > > laptop. > > Compiling kernel without TPM support makes the stutters go away. > > The fTPM firmware version is 0x3005700020005 on my machine. > > Can you please open up a kernel bugzilla and attach your dmesg to it > both with TPM enabled and disabled? > > You can CC me on it directly. There are several bug categories to choose in the bugzilla. Which one should I use? I never used bugzilla before...