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 7273CC43334 for ; Sun, 26 Jun 2022 06:08:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230329AbiFZGIw (ORCPT ); Sun, 26 Jun 2022 02:08:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51938 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229742AbiFZGIw (ORCPT ); Sun, 26 Jun 2022 02:08:52 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8EFC01183F for ; Sat, 25 Jun 2022 23:08:51 -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 2A6B66101C for ; Sun, 26 Jun 2022 06:08:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2C806C34114; Sun, 26 Jun 2022 06:08:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656223730; bh=jpAm3siMhmwo5vwGgOnGIZGjdx2A70Id6AZrXri1yj4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NRZTE4iYflmkVHO6C9gpppnyeHJKNMVXONMjtjC94TT6FcOJbqXeLydkNMX9pI2sD mwtVPcd91zB/rbT0VZameSeSoKRI/9F30ar++AdsXFnzHrc5wwFzQyx6kxiFEJ0Seh V4zabIlsT9i1t4YkcKNzoR1MetB+EEmzvHRVkeoBPkbP6GjU4QWTs6G700FYeeaoEC d75MO+ZH8hmq382OdKsQjr4N/gNjL9Iq00M7QJaosetY5rkdac6lNEsKB7K48B9zGI cO9k5SQ1ZUB06sQVOXcuTZt92QmulQcd2QM5HfnHyZRuHs8jZxzwwzlUnCQGXkWqIh Oywq71ytg4e2Q== Date: Sun, 26 Jun 2022 09:08:47 +0300 From: Jarkko Sakkinen To: Jerry Snitselaar Cc: linux-integrity , Jarkko Sakkinen , Stefan Mahnke-Hartmann Subject: Re: CKI team seeing boot failures with 5.19 kernels on VMs with tpm device Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org On Wed, Jun 15, 2022 at 03:52:14PM -0700, Jerry Snitselaar wrote: > On Wed, Jun 15, 2022 at 12:55 PM Jarkko Sakkinen wrote: > > > > On Mon, Jun 13, 2022 at 07:47:40AM -0700, Jerry Snitselaar wrote: > > > This came to my attention this morning, and I was able to do a quick > > > test and reproduce in a vm locally, using both the crb and tis > > > emulation. 5.18 boots up fine. > > > > > > The only thing I see that could impact both crb and tis in the tpm > > > changes would be: > > > > > > af402ee3c045 tpm: Add field upgrade mode support for Infineon TPM2 > > > modules | 2022-05-23 | (Stefan Mahnke-Hartmann) > > > e57b2523bd37 tpm: Fix buffer access in tpm2_get_tpm_pt() | 2022-05-23 > > > | (Stefan Mahnke-Hartmann) > > > > > > I'm going to poke around some more and see if I can figure out what is > > > going on, but wanted to give you a heads up. > > > > > > Regards, > > > Jerry > > > > > > > OK, thanks for spotting this. > > > > BR, Jarkko > > > > Whatever it was it wasn't the tpm code, and it looks like it has > disappeared with v5.19-rc2. > > Regards, > Jerry OK good to hear. Thank you anyway giving heads up! BR, Jarkko