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

[ovmf baseline-only test] 68244: regressions - FAIL



This run is configured for baseline tests only.

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

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 test-amd64-amd64-xl-qemuu-ovmf-amd64 9 debian-hvm-install fail REGR. vs. 68241

Regressions which are regarded as allowable (not blocking):
 test-amd64-i386-xl-qemuu-ovmf-amd64  9 debian-hvm-install      fail like 68241

version targeted for testing:
 ovmf                 15dae68589243726f0374e535a77e76444096bad
baseline version:
 ovmf                 a35dc6499beb0b76c340379a06dff74a8d38095a

Last test of basis    68241  2016-12-19 04:51:26 Z    0 days
Testing same since    68244  2016-12-19 14:48:58 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>
  Ruiyu Ni <ruiyu.ni@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                         fail    
 test-amd64-i386-xl-qemuu-ovmf-amd64                          fail    


------------------------------------------------------------
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 15dae68589243726f0374e535a77e76444096bad
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Mon Dec 19 15:27:38 2016 +0800

    ShellBinPkg: New Shell binaries for IA32 and X64
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>

commit 254e7cc32ce93c2a8f32c3b73563a145e65cf648
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Mon Dec 19 14:52:38 2016 +0800

    FatBinPkg: New EnhancedFatDxe binaries for IA32, X64, EBC and IPF
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>

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>

_______________________________________________
osstest-output mailing list
osstest-output@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/cgi-bin/mailman/listinfo/osstest-output

 


Rackspace

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