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 D2E15C77B62 for ; Mon, 20 Mar 2023 13:42:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231479AbjCTNmo (ORCPT ); Mon, 20 Mar 2023 09:42:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50174 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231407AbjCTNma (ORCPT ); Mon, 20 Mar 2023 09:42:30 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B6E64E18F; Mon, 20 Mar 2023 06:42:28 -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 ams.source.kernel.org (Postfix) with ESMTPS id 30D2AB80E94; Mon, 20 Mar 2023 13:42:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 80055C433EF; Mon, 20 Mar 2023 13:42:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1679319745; bh=naVEH+QIViA3UHAdeSosAsZFojj7/UKSfsNTRhm77zA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VSFll3J+o9LlFKwVlEKuDjkF+IAg469ABeibMrvFj8S1GJxYxxO7oiQk3YdnKuf24 EKqyooi5wRxUKM6PVPMQUvBDwVjHtZJXmBZ9Ln81ptr3FCkWoyURlGwDSB4DDEes0j 2+qfRMZUPe/AYMcZOmvDhVdrPgHdS6QWEhhpBPSkjeXQ6TPVw52rvuPYZk8vYODeUy pZuwuHl5RrCLh6RKQYG2EE/ezs4NVJJlRCdcrcKm0XRB2ouAmiNvCkDJLDFuifxJ3L g05gMH18P6L+wyBUBxVi7+47t/Iy5UE2zlMrU7eU+82iGMvwhKsZznDX3sDm4yu+pj RpWNsjlGiQAGw== Date: Mon, 20 Mar 2023 15:42:22 +0200 From: Jarkko Sakkinen To: Linus Torvalds Cc: Thomas =?utf-8?B?PT9JU08tODg1OS0xP1E/V2VpPURGc2NodWg/PQ==?= , Matthew Garrett , Uwe =?utf-8?B?PT9JU08tODg1OS0xP1E/S2xlaW5lLUs9RjZuaWc/PQ==?= , Peter Huewe , Jason Gunthorpe , James Bottomley , linux-integrity@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] tpm: changes for v6.3-rc4 Message-ID: <20230320134222.3pdn4l7nydgtg52w@kernel.org> References: <20230320133718.m2z4kal4nxhofvbx@kernel.org> <20230320134015.k55kgzrzb4zdhjjn@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230320134015.k55kgzrzb4zdhjjn@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org On Mon, Mar 20, 2023 at 03:40:18PM +0200, Jarkko Sakkinen wrote: > On Mon, Mar 20, 2023 at 03:37:18PM +0200, Jarkko Sakkinen wrote: > > Hi, > > > > Sent because of a build fix for previous PR. Also couple of less important > > fixes. > > > > BR, Jarkko > > > > The following changes since commit e8d018dd0257f744ca50a729e3d042cf2ec9da65: > > > > Linux 6.3-rc3 (2023-03-19 13:27:55 -0700) > > > > are available in the Git repository at: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git tags/tpm-v6.3-rc4 > > > > for you to fetch changes up to 923c8dfa9a3640d4dcedd7df12b53254f7e6e4fc: > > > > tpm: fix build break in tpm-chip.c caused by AMD fTPM quirk (2023-03-20 15:27:03 +0200) > > > > ---------------------------------------------------------------- > > tpm: v6.3-rc4 > > > > ---------------------------------------------------------------- > > James Bottomley (1): > > tpm: fix build break in tpm-chip.c caused by AMD fTPM quirk > > > > Mark Hasemeyer (1): > > tpm: cr50: i2c: use jiffies to wait for tpm ready irq > > > > Yu Zhe (1): > > tpm: remove unnecessary (void*) conversions > > > > drivers/char/tpm/eventlog/common.c | 6 +++--- > > drivers/char/tpm/tpm-chip.c | 2 +- > > drivers/char/tpm/tpm_tis_i2c_cr50.c | 3 +-- > > 3 files changed, 5 insertions(+), 6 deletions(-) > > Please ignore. Had a dependency to non-upstream bad. My mistake: > I tested with a branch containing encrypted hibernation patches. Ugh :-( "I" = James BR, Jarkko