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 35FC5C76195 for ; Mon, 20 Mar 2023 13:40:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229666AbjCTNk0 (ORCPT ); Mon, 20 Mar 2023 09:40:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45744 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229696AbjCTNkV (ORCPT ); Mon, 20 Mar 2023 09:40:21 -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 1413DC663; Mon, 20 Mar 2023 06:40:20 -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 A4EA761504; Mon, 20 Mar 2023 13:40:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B1E67C433EF; Mon, 20 Mar 2023 13:40:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1679319619; bh=E/tN8X5CGWc4pVhe7pSh9FiKiO78r3nrmcQ8dpEo0Xg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=onvInmIz2RkKGOqamImV6AfnnsnCMQevDhyS0MG8NtOFh3NyMoHKvahB7yZvA/elz rp8RaC5KnQBgVtRupyg8Iq+b5ZR2+NkJ8QcJXwv7xuYUH2S0w40noctUfr9Kwsw7Z9 po/IIJwPr1q8suNyZoqjNPxUShTmIcKRgwcoVryV0KKLb5sRi8yr7z8h92lGc6n2qt iCjNM2ocbeiLS8PS8ATfM81240LFh8akbchEquXCbaOPz/noF3vQsXuJQXs2jEpife kSpwwHv3hEXhsRD7g8m4fgmZMqq1dXFlHym5YNrOb4wxElglJ+r9/X0SUK9YdgcZXA XcU/hlG9WXkyw== Date: Mon, 20 Mar 2023 15:40:15 +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: <20230320134015.k55kgzrzb4zdhjjn@kernel.org> References: <20230320133718.m2z4kal4nxhofvbx@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230320133718.m2z4kal4nxhofvbx@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org 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. BR, Jarkko