xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Platform Team regression test user <citrix-osstest@xenproject.org>
To: xen-devel@lists.xensource.com, osstest-admin@xenproject.org
Subject: [ovmf baseline-only test] 68074: all pass
Date: Mon, 21 Nov 2016 16:26:18 +0000	[thread overview]
Message-ID: <osstest-68074-mainreport@xen.org> (raw)

This run is configured for baseline tests only.

flight 68074 ovmf real [real]
http://osstest.xs.citrite.net/~osstest/testlogs/logs/68074/

Perfect :-)
All tests in this flight passed as required
version targeted for testing:
 ovmf                 3cabe66b2065980d5084d5823404834e266efe66
baseline version:
 ovmf                 6a62309459e36d59e4cfe14885fa3ed807841c62

Last test of basis    68071  2016-11-21 04:49:31 Z    0 days
Testing same since    68074  2016-11-21 09:16:17 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Star Zeng <star.zeng@intel.com>

jobs:
 build-amd64-xsm                                              pass    
 build-i386-xsm                                               pass    
 build-amd64                                                  pass    
 build-i386                                                   pass    
 build-amd64-libvirt                                          pass    
 build-i386-libvirt                                           pass    
 build-amd64-pvops                                            pass    
 build-i386-pvops                                             pass    
 test-amd64-amd64-xl-qemuu-ovmf-amd64                         pass    
 test-amd64-i386-xl-qemuu-ovmf-amd64                          pass    


------------------------------------------------------------
sg-report-flight on osstest.xs.citrite.net
logs: /home/osstest/logs
images: /home/osstest/images

Logs, config files, etc. are available at
    http://osstest.xs.citrite.net/~osstest/testlogs/logs

Test harness code can be found at
    http://xenbits.xensource.com/gitweb?p=osstest.git;a=summary


Push not applicable.

------------------------------------------------------------
commit 3cabe66b2065980d5084d5823404834e266efe66
Author: Star Zeng <star.zeng@intel.com>
Date:   Fri Nov 18 10:58:35 2016 +0800

    SecurityPkg Tcg2Pei: Add comments into LogHashEvent()
    
    Add comments into LogHashEvent() to describe the usage
    of GetDigestListSize (DigestList).
    
    Cc: Jiewen Yao <jiewen.yao@intel.com>
    Cc: Chao Zhang <chao.b.zhang@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Star Zeng <star.zeng@intel.com>
    Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>

commit a9f1b2e2d708ed98aa47d576a81d947dc7b79fac
Author: Star Zeng <star.zeng@intel.com>
Date:   Wed Nov 16 17:17:36 2016 +0800

    SecurityPkg Tcg2Dxe: Get correct digest list size
    
    Current code uses GetDigestListSize(DigestList) to get
    digest list size, that is incorrect.
    The code should get digest list size of digests copied
    into event2 log, those digests are compacted, so
    GetDigestListBinSize() should be used.
    
    Cc: Jiewen Yao <jiewen.yao@intel.com>
    Cc: Chao Zhang <chao.b.zhang@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Star Zeng <star.zeng@intel.com>
    Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>

commit ab5b1f31c2dae23835b9b49d0fe58e14133ba4e8
Author: Star Zeng <star.zeng@intel.com>
Date:   Thu Nov 17 16:54:15 2016 +0800

    SecurityPkg Tcg2Dxe: Filter inactive digest in event2 log from PEI HOB
    
    Cc: Jiewen Yao <jiewen.yao@intel.com>
    Cc: Chao Zhang <chao.b.zhang@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Star Zeng <star.zeng@intel.com>
    Reviewed-by : Chao Zhang <chao.b.zhang@intel.com>
    Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>

commit ae1a4284a03764609de8b2b1b81667b3e50ff145
Author: Star Zeng <star.zeng@intel.com>
Date:   Fri Nov 18 09:54:21 2016 +0800

    SecurityPkg TPM2: Update desc for param Buffer of GetDigestListSize()
    
    To make the description more clear, update the description
    for parameter Buffer of GetDigestListSize() to
    "Buffer to hold copied TPML_DIGEST_VALUES compact binary.".
    
    Cc: Jiewen Yao <jiewen.yao@intel.com>
    Cc: Chao Zhang <chao.b.zhang@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Star Zeng <star.zeng@intel.com>
    Reviewed-by : Chao Zhang <chao.b.zhang@intel.com>
    Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>

commit b8ae1f4de75260f48e1459692bac0d1b84246cc1
Author: Star Zeng <star.zeng@intel.com>
Date:   Fri Nov 18 13:13:21 2016 +0800

    SecurityPkg TPM2: Add GetHashMaskFromAlgo() into Tpm2CommandLib
    
    Add GetHashMaskFromAlgo() into Tpm2CommandLib for coming consumer.
    
    Cc: Jiewen Yao <jiewen.yao@intel.com>
    Cc: Chao Zhang <chao.b.zhang@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Star Zeng <star.zeng@intel.com>
    Reviewed-by : Chao Zhang <chao.b.zhang@intel.com>
    Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>

commit 697c30b157c90c9c1a6c6610d73a49e4f5fd56b3
Author: Star Zeng <star.zeng@intel.com>
Date:   Thu Nov 17 16:41:08 2016 +0800

    SecurityPkg TPM2: Make IsHashAlgSupportedInHashAlgorithmMask external
    
    Current IsHashAlgSupportedInHashAlgorithmMask is only an internal
    function, this patch makes it external for coming consumer.
    
    Cc: Jiewen Yao <jiewen.yao@intel.com>
    Cc: Chao Zhang <chao.b.zhang@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Star Zeng <star.zeng@intel.com>
    Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
    Reviewed-by : Chao Zhang <chao.b.zhang@intel.com>

commit be93a17bbd1e8dd83904653aec17728641d67048
Author: Star Zeng <star.zeng@intel.com>
Date:   Wed Nov 16 17:17:36 2016 +0800

    SecurityPkg TPM2: Assign real copied count in CopyDigestListToBuffer()
    
    In CopyDigestListToBuffer() of Tpm2CommandLib, the count in returned
    Buffer should be real copied DigestList count.
    
    Cc: Jiewen Yao <jiewen.yao@intel.com>
    Cc: Chao Zhang <chao.b.zhang@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Star Zeng <star.zeng@intel.com>
    Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

                 reply	other threads:[~2016-11-21 16:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=osstest-68074-mainreport@xen.org \
    --to=citrix-osstest@xenproject.org \
    --cc=osstest-admin@xenproject.org \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).