From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mx.groups.io with SMTP id smtpd.web11.13660.1619797872307818969 for ; Fri, 30 Apr 2021 08:51:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=ifoImMKt; spf=pass (domain: redhat.com, ip: 170.10.133.124, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1619797871; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=w1F/PXzT7czG3Dvg16O8WKJECdC7debx0asmdyFYOhg=; b=ifoImMKt377t2YHd5ipmWJkuv/QFYkYoDwwFXt0euehfwjFY1iDG2ZC2aPUDtomVb+7aTZ 5QQfSmiI30r+J1Yp4nCsd0k/jAUeGPZi0MYEMh6KpBjG/NGWIt2/ePfo6SV0YoCUXn9TJ4 dR90zTjPcQX4ELg1h0SuAZz3VN9LpfE= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-90-avjGX7AGNpOuWo2AIob6GA-1; Fri, 30 Apr 2021 11:51:09 -0400 X-MC-Unique: avjGX7AGNpOuWo2AIob6GA-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 511E718B9ECA; Fri, 30 Apr 2021 15:51:08 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-112-248.ams2.redhat.com [10.36.112.248]) by smtp.corp.redhat.com (Postfix) with ESMTP id 085745C232; Fri, 30 Apr 2021 15:51:06 +0000 (UTC) Subject: Re: [edk2-devel] Problem: TPM 2.0 event log by OVMF is shown empty in Linux kernel versions after 5.8 To: Thore Sommer , James Bottomley , devel@edk2.groups.io Cc: ardb+tianocore@kernel.org References: <8f68431ac5e7ef1f28037856f92da8327cdfb737.camel@HansenPartnership.com> <43dd4c32-4084-beaf-4f07-7f429fad5a7d@thson.de> <5e515f291a1a79c6564ad99824dd9b5bb03a0e94.camel@HansenPartnership.com> <1a6f4b24-97d2-0f1e-69e2-27af23979f4a@thson.de> From: "Laszlo Ersek" Message-ID: <83c3f249-e906-cdec-4e4f-51864cf45d31@redhat.com> Date: Fri, 30 Apr 2021 17:51:06 +0200 MIME-Version: 1.0 In-Reply-To: <1a6f4b24-97d2-0f1e-69e2-27af23979f4a@thson.de> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=lersek@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 04/29/21 11:43, Thore Sommer wrote: > I think I found my problem. > The latest kernel from master probes if the table actually includes some > values. This was introduced in 3dcd15665aca80197333500a4be3900948afccc1 > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3dcd15665aca80197333500a4be3900948afccc1 > > > This commit is not in the 5.12 release, but is in the latest master branch. > > Thank you for helping me troubleshoot this problem. > I've learned a lot over the last few days. Thanks for reporting back -- the kernel patch is from Stefan Berger; I'm relieved he knows about this. Thanks Laszlo