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 87007C4332F for ; Mon, 28 Nov 2022 17:02:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232445AbiK1RCM (ORCPT ); Mon, 28 Nov 2022 12:02:12 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47662 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232429AbiK1RCI (ORCPT ); Mon, 28 Nov 2022 12:02:08 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D938818342; Mon, 28 Nov 2022 09:02:07 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id 93DEAB80E56; Mon, 28 Nov 2022 17:02:06 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0F75FC433D6; Mon, 28 Nov 2022 17:02:03 +0000 (UTC) Authentication-Results: smtp.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="onr0UUoi" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zx2c4.com; s=20210105; t=1669654922; 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=XUuLSVxoi2T3v92DIrHeANXGii/LdTyi4KZ94Wo1K4o=; b=onr0UUoiqYUMl4xaK+epdJ8eymzn1X6ZfwmueHjkJ5d1dXgYQ2qPVM/Md7neOaVnG25ImQ 1AUZyOQqJamWWhFAIGiASlEyqtrzlgWS7p8kwGwTjjDMGNXZ5j5JrFlO8lT2lhKtY1w8pK enbXtL/J+l3owR5I/t1s/Y8ZNyBz384= Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id d1a12627 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 28 Nov 2022 17:02:01 +0000 (UTC) Date: Mon, 28 Nov 2022 18:01:53 +0100 From: "Jason A. Donenfeld" To: Vlastimil Babka Cc: Peter Huewe , Jarkko Sakkinen , Jason Gunthorpe , Jan Dabros , regressions@lists.linux.dev, LKML , linux-integrity@vger.kernel.org, Dominik Brodowski , Herbert Xu , Linus Torvalds Subject: Re: [REGRESSION] suspend to ram fails in 6.1 due to tpm errors Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 28, 2022 at 01:03:31PM +0100, Jason A. Donenfeld wrote: > I'll play around and see if I can repro too. Looks like you have a T460? > I don't have exactly that but maybe something close enough. I reproduced it, and then tried that commit you linked, and it appears to fix the problem. So maybe just poke the author/maintainer there and make sure that gets in somewhere. Jason