[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [ovmf test] 103744: trouble: broken/pass



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

Failures and problems with tests :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 test-amd64-amd64-xl-qemuu-ovmf-amd64 3 host-install(3) broken REGR. vs. 103742

version targeted for testing:
 ovmf                 d2fc7711136a13ea3ea8e00de6d9651507b8ed50
baseline version:
 ovmf                 a35dc6499beb0b76c340379a06dff74a8d38095a

Last test of basis   103742  2016-12-19 01:16:04 Z    0 days
Testing same since   103744  2016-12-19 04:23:56 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Dandan Bi <dandan.bi@xxxxxxxxx>
  Jiewen Yao <jiewen.yao@xxxxxxxxx>
  Michael Kinney <michael.d.kinney@xxxxxxxxx>

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                         broken  
 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-step test-amd64-amd64-xl-qemuu-ovmf-amd64 host-install(3)

Not pushing.

------------------------------------------------------------
commit d2fc7711136a13ea3ea8e00de6d9651507b8ed50
Author: Jiewen Yao <jiewen.yao@xxxxxxxxx>
Date:   Thu Nov 24 13:36:56 2016 +0800

    UefiCpuPkg/PiSmmCpu: Add SMM Comm Buffer Paging Protection.
    
    This patch sets the normal OS buffer EfiLoaderCode/Data,
    EfiBootServicesCode/Data, EfiConventionalMemory, EfiACPIReclaimMemory
    to be not present after SmmReadyToLock.
    
    To access these region in OS runtime phase is not a good solution.
    
    Previously, we did similar check in SmmMemLib to help SMI handler
    do the check. But if SMI handler forgets the check, it can still
    access these OS region and bring risk.
    
    So here we enforce the policy to prevent it happening.
    
    Cc: Jeff Fan <jeff.fan@xxxxxxxxx>
    Cc: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Cc: Laszlo Ersek <lersek@xxxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Reviewed-by: Jeff Fan <jeff.fan@xxxxxxxxx>

commit 09119a00cccaa08b28b7e2449998ba4c7aa4b0f8
Author: Michael Kinney <michael.d.kinney@xxxxxxxxx>
Date:   Tue Nov 29 06:36:51 2016 +0800

    UefiCpuPkg/SmmCpuFeaturesLibStm: Add STM library instance
    
    Add a new instances of the SmmCpuFeaturesLib that is used by
    platforms to enable the SMI Transfer Monitor(STM) feature.
    This new instance is in the same directory as the default
    SmmCpuFeaturesLib instance in order to share source files.
    
    The DSC file is updated to build both SmmCpuFeatureLib
    instances and to build two versions of the PiSmmCpuDxeSmm
    module using each of the SmmCpuFeatureLib instances.
    
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Cc: Jeff Fan <jeff.fan@xxxxxxxxx>
    Cc: Feng Tian <feng.tian@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Michael Kinney <michael.d.kinney@xxxxxxxxx>
    Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Reviewed-by: Jeff Fan <jeff.fan@xxxxxxxxx>

commit 4c6351db25eaf24335933ce3499258d7b48a57b2
Author: Michael Kinney <michael.d.kinney@xxxxxxxxx>
Date:   Thu Nov 17 20:54:19 2016 -0800

    UefiCpuPkg/SmmCpuFeaturesLib: Split into two files
    
    Split the default implementation of the SmmCpuFeaturesLib
    into two files to prepare for the addition of the STM
    specific SmmCpuFeaturesLib implementation.  The STM
    specific implementation installs a different SMI entry
    handler and initialize the MSEG specific MSR at the end
    of SmmCpuFeaturesInitializeProcessor().
    
    This patch does not introduce any functional changes
    to the default implementation of the SmmCpuFeaturesLib.
    
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Cc: Jeff Fan <jeff.fan@xxxxxxxxx>
    Cc: Feng Tian <feng.tian@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Michael Kinney <michael.d.kinney@xxxxxxxxx>
    Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Reviewed-by: Jeff Fan <jeff.fan@xxxxxxxxx>

commit f7c11c534ccd9b8a8299d0870507507b205365e0
Author: Michael Kinney <michael.d.kinney@xxxxxxxxx>
Date:   Mon Nov 28 13:52:57 2016 -0800

    UefiCpuPkg: Add STM GUIDs, Protocols, and PCDs
    
    * Add GUIDed HOB that described MSEG region in SMRAM
    * Add SM Monitor Init Protocol
    * Add PCD to configure size of SMM exception stack
    * Add PCD to configure MSEG region size if it is not
      described by the gMsegSmramGuid GUIDed HOB.
    
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Cc: Jeff Fan <jeff.fan@xxxxxxxxx>
    Cc: Feng Tian <feng.tian@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Michael Kinney <michael.d.kinney@xxxxxxxxx>
    Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Reviewed-by: Jeff Fan <jeff.fan@xxxxxxxxx>

commit a03bb3d2a9f7486f3bd9539cd35561661c5b38a2
Author: Michael Kinney <michael.d.kinney@xxxxxxxxx>
Date:   Tue Dec 6 23:22:24 2016 -0800

    UefiCpuPkg/Include: Update MSEG structure comments
    
    Add comments to describe fields of MSEG_HEADER and
    add define values for the MonitorFeatures field.
    
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Cc: Jeff Fan <jeff.fan@xxxxxxxxx>
    Cc: Feng Tian <feng.tian@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Michael Kinney <michael.d.kinney@xxxxxxxxx>
    Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Reviewed-by: Jeff Fan <jeff.fan@xxxxxxxxx>

commit 5f16ecdb023d16229efacfd17058ea4e373a5947
Author: Dandan Bi <dandan.bi@xxxxxxxxx>
Date:   Thu Dec 15 14:15:21 2016 +0800

    MdeModulePkg/NonDiscoverablePciDevice: Make variable definition follow rule
    
    Cc: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Cc: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx>
    Reviewed-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>

commit 43b7cd61c93c9d85e97ff63b2e2cf2e7f4bb2db7
Author: Dandan Bi <dandan.bi@xxxxxxxxx>
Date:   Thu Dec 15 20:52:52 2016 +0800

    MdeModulePkg/NonDiscoverablePciDeviceDxe: Add comments for functions
    
    Cc: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Cc: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx>
    Reviewed-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>

commit 1525ff38cbbdba0b97c43b73183b6d9aa2c7fb93
Author: Dandan Bi <dandan.bi@xxxxxxxxx>
Date:   Fri Dec 16 09:53:03 2016 +0800

    MdeModulePkg/NonDiscoverablePciDeviceDxe: Fix VS2010/2012 build failure
    
    Cc: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Cc: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx>
    Reviewed-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>

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

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.