All of lore.kernel.org
 help / color / mirror / Atom feed
From: osstest service owner <osstest-admin@xenproject.org>
To: xen-devel@lists.xenproject.org
Subject: [ovmf test] 185093: regressions - trouble: blocked/broken/pass
Date: Tue, 19 Mar 2024 12:27:35 +0000	[thread overview]
Message-ID: <osstest-185093-mainreport@xen.org> (raw)

flight 185093 ovmf real [real]
http://logs.test-lab.xenproject.org/osstest/logs/185093/

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 build-amd64-pvops               <job status>                 broken
 build-amd64-pvops             5 host-build-prep          fail REGR. vs. 185049

Tests which did not succeed, but are not blocking:
 test-amd64-amd64-xl-qemuu-ovmf-amd64  1 build-check(1)             blocked n/a

version targeted for testing:
 ovmf                 35f6a2780e5198315a9f100c07b3bc86187d20a8
baseline version:
 ovmf                 3840c35e34d1c992268092b6366e26f2acc55a75

Last test of basis   185049  2024-03-15 12:41:10 Z    3 days
Testing same since   185093  2024-03-19 10:11:15 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Ceping Sun <cepingx.sun@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                                            broken  
 build-i386-pvops                                             pass    
 test-amd64-amd64-xl-qemuu-ovmf-amd64                         blocked 
 test-amd64-i386-xl-qemuu-ovmf-amd64                          pass    


------------------------------------------------------------
sg-report-flight on osstest.test-lab.xenproject.org
logs: /home/logs/logs
images: /home/logs/images

Logs, config files, etc. are available at
    http://logs.test-lab.xenproject.org/osstest/logs

Explanation of these reports, and of osstest in general, is at
    http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README.email;hb=master
    http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README;hb=master

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

broken-job build-amd64-pvops broken

Not pushing.

------------------------------------------------------------
commit 35f6a2780e5198315a9f100c07b3bc86187d20a8
Author: Ceping Sun <cepingx.sun@intel.com>
Date:   Tue Feb 27 05:18:33 2024 +0800

    OvmfPkg/TdxDxe: Clear the registers before tdcall
    
    REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4696
    
    Refer to the [GHCI] spec, TDVF should clear the BIT5 for RBP in the mask.
    And TDVF should clear the regitsers to avoid leaking secrets to VMM.
    
    Reference:
    [GHCI]: TDX Guest-Host-Communication Interface v1.5
    https://cdrdv2.intel.com/v1/dl/getContent/726792
    
    Cc: Erdem Aktas <erdemaktas@google.com>
    Cc: James Bottomley <jejb@linux.ibm.com>
    Cc: Jiewen Yao <jiewen.yao@intel.com>
    Cc: Min Xu <min.m.xu@intel.com>
    Cc: Tom Lendacky <thomas.lendacky@amd.com>
    Cc: Michael Roth <michael.roth@amd.com>
    Cc: Gerd Hoffmann <kraxel@redhat.com>
    Cc: Erdem Aktas <erdemaktas@google.com>
    Cc: Isaku Yamahata <isaku.yamahata@intel.com>
    Signed-off-by: Ceping Sun <cepingx.sun@intel.com>
    Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
    Reviewed-by: Min Xu <min.m.xu@intel.com>

commit a1a6da80aa80baecfba71a4d8e4c38dbb8f2f4d3
Author: Ceping Sun <cepingx.sun@intel.com>
Date:   Tue Feb 27 05:18:32 2024 +0800

    OvmfPkg/CcExitLib: Update TDVMCALL_EXPOSE_REGS_MASK
    
    REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4696
    
    Refer to the [GHCI] spec, TDVF should clear the BIT5 for RBP in the mask.
    
    Reference:
    [GHCI]: TDX Guest-Host-Communication Interface v1.5
    https://cdrdv2.intel.com/v1/dl/getContent/726792
    
    Cc: Erdem Aktas <erdemaktas@google.com>
    Cc: James Bottomley <jejb@linux.ibm.com>
    Cc: Jiewen Yao <jiewen.yao@intel.com>
    Cc: Min Xu <min.m.xu@intel.com>
    Cc: Tom Lendacky <thomas.lendacky@amd.com>
    Cc: Michael Roth <michael.roth@amd.com>
    Cc: Gerd Hoffmann <kraxel@redhat.com>
    Cc: Isaku Yamahata <isaku.yamahata@intel.com>
    Signed-off-by: Ceping Sun <cepingx.sun@intel.com>
    Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
    Reviewed-by: Min Xu <min.m.xu@intel.com>

commit 07c49d5d402429ef4dbe1da5f8371a0a07bcc279
Author: Ceping Sun <cepingx.sun@intel.com>
Date:   Tue Feb 27 05:18:31 2024 +0800

    MdePkg/BaseLib: Update TDVMCALL_EXPOSE_REGS_MASK
    
    REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4696
    
    Refer to the [GHCI] spec, TDVF should clear the BIT5 for RBP in the mask.
    
    Reference:
    [GHCI]: TDX Guest-Host-Communication Interface v1.5
    https://cdrdv2.intel.com/v1/dl/getContent/726792
    
    Cc: Liming Gao <gaoliming@byosoft.com.cn>
    Cc: Michael D Kinney <michael.d.kinney@intel.com>
    Cc: Erdem Aktas <erdemaktas@google.com>
    Cc: James Bottomley <jejb@linux.ibm.com>
    Cc: Jiewen Yao <jiewen.yao@intel.com>
    Cc: Min Xu <min.m.xu@intel.com>
    Cc: Tom Lendacky <thomas.lendacky@amd.com>
    Cc: Michael Roth <michael.roth@amd.com>
    Cc: Isaku Yamahata <isaku.yamahata@intel.com>
    Signed-off-by: Ceping Sun <cepingx.sun@intel.com>
    Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>


                 reply	other threads:[~2024-03-19 12:27 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-185093-mainreport@xen.org \
    --to=osstest-admin@xenproject.org \
    --cc=xen-devel@lists.xenproject.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.