Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: cdffb638c85da87f6b9d61194513a24cd6a73c6a
      
https://github.com/tianocore/edk2/commit/cdffb638c85da87f6b9d61194513a24cd6a73c6a
  Author: Tobin Feldman-Fitzthum <to...@linux.ibm.com>
  Date:   2024-07-04 (Thu, 04 Jul 2024)

  Changed paths:
    M OvmfPkg/AmdSev/BlobVerifierLibSevHashes/BlobVerifierSevHashes.c

  Log Message:
  -----------
  AmdSev: enable kernel hashes without initrd

If kernel hashes are enabled but no initrd is provided,
QEMU will still create an entry in the hash table, but it
will be the hash of an empty buffer.

Remove the explicit check for the length of the blob.
This logic will be handled by the later hash comparison,
which will still fail when the blob is not present
but is expected, but will pass when the blob is not present
and the hash table contains a hash of an empty buffer.

Signed-off-by: Tobin Feldman-Fitzthum <to...@linux.ibm.com>



To unsubscribe from these emails, change your notification settings at 
https://github.com/tianocore/edk2/settings/notifications


_______________________________________________
edk2-commits mailing list
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to