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 0BE6DC77B7F for ; Wed, 26 Apr 2023 01:32:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239073AbjDZBc5 (ORCPT ); Tue, 25 Apr 2023 21:32:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44128 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238582AbjDZBcy (ORCPT ); Tue, 25 Apr 2023 21:32:54 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CA39C7285; Tue, 25 Apr 2023 18:32:53 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 6B1B1631D2; Wed, 26 Apr 2023 01:32:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 91A38C4339B; Wed, 26 Apr 2023 01:32:52 +0000 (UTC) Authentication-Results: smtp.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="SAItAn7N" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zx2c4.com; s=20210105; t=1682472769; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=r25p03fdrefLLIs3GBzIbC3crrQbvzO3nczQ2QmY0cg=; b=SAItAn7NMSY77eg9Io6CBYsewpW1LLwwan8mYW1btzeQGi/YnRPmCHw4/ZvsMr+BFdJiRX t69QdbfOKfZ8USMkbKkC6lwyEs84OuOkk1NzbPc1+Z8efqB0pEKxA5/EfuoNwpQkDD+7DI A1Dn+esTfUAP02YzQWpc+W9PztitKk0= Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 55a014c9 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 26 Apr 2023 01:32:48 +0000 (UTC) Received: by mail-vs1-f44.google.com with SMTP id ada2fe7eead31-42e6ac0cd5aso1578770137.1; Tue, 25 Apr 2023 18:32:47 -0700 (PDT) X-Gm-Message-State: AAQBX9c3WaaBCTlJMtYrP1g+tI1JLEG1NXn9ZaHA7ExYf/Ig2xlluYcN FSHkEdRV/rJ3Ms7iaVXxLxRpdnHUaNL7mKFZvIc= X-Google-Smtp-Source: AKy350aXPJ0Ug8IJ+bpj8J2OAtNFfW/UZ7/mN9FffQSgP6UrZtYSZuN1ItVA3sI3nX+1gV2epfv9qJEh6aTpDr3Hxfc= X-Received: by 2002:a67:b34a:0:b0:42e:6689:d762 with SMTP id b10-20020a67b34a000000b0042e6689d762mr8917039vsm.8.1682472766555; Tue, 25 Apr 2023 18:32:46 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:ab0:2695:0:b0:75c:e750:ab with HTTP; Tue, 25 Apr 2023 18:32:45 -0700 (PDT) In-Reply-To: References: <7ebab1ff-48f1-2737-f0d3-25c72666d041@leemhuis.info> <4268d0ac-278a-28e4-66d1-e0347f011f46@leemhuis.info> From: "Jason A. Donenfeld" Date: Wed, 26 Apr 2023 03:32:45 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [REGRESSION] suspend to ram fails in 6.2-rc1 due to tpm errors To: Jarkko Sakkinen Cc: Thorsten Leemhuis , James Bottomley , Vlastimil Babka , Peter Huewe , Jason Gunthorpe , Jan Dabros , regressions@lists.linux.dev, LKML , linux-integrity@vger.kernel.org, Dominik Brodowski , Herbert Xu , Linus Torvalds , Johannes Altmanninger Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Nice work! Happy that you got it figured out. That trace seems consistent with what I was seeing in my traces, so I think you've spotted the right bug. Jason