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

[Xen-devel] [ovmf baseline-only test] 38461: all pass



This run is configured for baseline tests only.

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

Perfect :-)
All tests in this flight passed
version targeted for testing:
 ovmf                 84c7452165816ed26cd5bdeb5666d4dc0026f116
baseline version:
 ovmf                 68312710615c3499341f3e300b0a3921dea5a39b

Last test of basis    38451  2015-12-05 12:23:32 Z    2 days
Testing same since    38461  2015-12-07 17:54:00 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
  Baraneedharan Anbazhagan <anbazhagan@xxxxxx>
  Chao Zhang <chao.b.zhang@xxxxxxxxx>
  Daocheng Bu <daocheng.bu@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                         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 84c7452165816ed26cd5bdeb5666d4dc0026f116
Author: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
Date:   Mon Dec 7 06:33:27 2015 +0000

    CryptoPkg: remove global variable 'timeval' from OpenSslSupport.h
    
    The header file OpenSslSupport.h not only defines a type 'struct timeval'
    but also defines a global variable 'timeval' of that type. The RVCT
    compiler does not merge this definition into a common symbol, resulting
    in duplicate definition errors in the final link. So remove the
    variable definition.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Reviewed-by: Qin Long <qin.long@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19135 
6f19259b-4bc3-4df7-8a09-765794883524

commit 96832eefea1025c130979dec9b7da069f77bcd96
Author: Chao Zhang <chao.b.zhang@xxxxxxxxx>
Date:   Mon Dec 7 06:20:36 2015 +0000

    SecurityPkg: SecureBootConfigDxe: SecureBoot UI for Customized SecureBoot 
Mode
    
      Add SecureBoot UI support for Customized SecureBoot Mode transition 
according to Mantis 1263. User can do secure boot mode transition through UI.
      https://mantis.uefi.org/mantis/view.php?id=1263
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Chao Zhang <chao.b.zhang@xxxxxxxxx>
    Reviewed-by: Zeng Star <star.zeng@xxxxxxxxx>
    Reviewed-by: Long Qin <qin.long@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19134 
6f19259b-4bc3-4df7-8a09-765794883524

commit 4fc08e8d683522f255727626197d919a40d4836c
Author: Chao Zhang <chao.b.zhang@xxxxxxxxx>
Date:   Mon Dec 7 06:20:02 2015 +0000

    SecurityPkg: AuthVariableLib: Customized SecureBoot Mode transition.
    
      Implement Customized SecureBoot Mode transition logic according to Mantis 
1263, including AuditMode/DeployedMode/PK update management.
      Also implement image verification logic in AuditMode. Image Certificate & 
Hash are recorded to EFI Image Execution Table.
      https://mantis.uefi.org/mantis/view.php?id=1263
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Chao Zhang <chao.b.zhang@xxxxxxxxx>
    Reviewed-by: Zeng Star <star.zeng@xxxxxxxxx>
    Reviewed-by: Long Qin <qin.long@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19133 
6f19259b-4bc3-4df7-8a09-765794883524

commit af9af05bec5b1880f8e4f9142ecc0044fd0acb33
Author: Chao Zhang <chao.b.zhang@xxxxxxxxx>
Date:   Mon Dec 7 06:16:23 2015 +0000

    SecurityPkg: Add gEdkiiSecureBootModeGuid definition
    
    Add gEdkiiSecureBootModeGuid definition for Enable Secure Boot feature 
defined in
    UEFI2.5 Mantis 1263. It is a private variable GUID.
      https://mantis.uefi.org/mantis/view.php?id=1263
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Chao Zhang <chao.b.zhang@xxxxxxxxx>
    Reviewed-by: Zeng Star <star.zeng@xxxxxxxxx>
    Reviewed-by: Long Qin <qin.long@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19132 
6f19259b-4bc3-4df7-8a09-765794883524

commit 0f4f6d202a47e3882c6a7fb7ab9e55dda78a8113
Author: Chao Zhang <chao.b.zhang@xxxxxxxxx>
Date:   Mon Dec 7 06:15:49 2015 +0000

    MdeModulePkg: VarCheckUefiLib: Add DeployedMode/AuditMode var check logic
    
    DeployedMode & AuditMode are UINT8 Global variable according to Enable 
Secure Boot feature defined in UEFI2.5 Mantis 1263. Add them to var check list.
      https://mantis.uefi.org/mantis/view.php?id=1263
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Chao Zhang <chao.b.zhang@xxxxxxxxx>
    Reviewed-by: Zeng Star <star.zeng@xxxxxxxxx>
    Reviewed-by: Long Qin <qin.long@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19131 
6f19259b-4bc3-4df7-8a09-765794883524

commit 79e7b6472797f156d1ff28f3022b25d9c6f250f9
Author: Chao Zhang <chao.b.zhang@xxxxxxxxx>
Date:   Mon Dec 7 06:15:20 2015 +0000

    MdePkg: Add AuditMode/DeployedMode name definition
    
    Add AuditMode/DeployedMode definition from Enable Secure Boot feature 
defined in UEFI2.5 Mantis 1263.
      https://mantis.uefi.org/mantis/view.php?id=1263
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Chao Zhang <chao.b.zhang@xxxxxxxxx>
    Reviewed-by: Zeng Star <star.zeng@xxxxxxxxx>
    Reviewed-by: Long Qin <qin.long@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19130 
6f19259b-4bc3-4df7-8a09-765794883524

commit 1ffe7cc56281fda7c714d32d569b533925d37ede
Author: Baraneedharan Anbazhagan <anbazhagan@xxxxxx>
Date:   Mon Dec 7 03:06:58 2015 +0000

    IntelFrameworkModulePkg: DebugAssert enhancement
    
    If the assert happens in a library, then it's hard to determine which module
    using that library is generating that assert. Use gEfiCallerBaseName in
    DebugAssert to display the module name.
    
    In V2: Updated patch to use CopyMem instead of AsciiSPrint.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Baraneedharan Anbazhagan <anbazhagan@xxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19129 
6f19259b-4bc3-4df7-8a09-765794883524

commit 39eccb9c66be7329eaf564d18f8f3cfb9add82e9
Author: Baraneedharan Anbazhagan <anbazhagan@xxxxxx>
Date:   Mon Dec 7 03:06:30 2015 +0000

    MdeModulePkg: DebugAssert enhancement
    
    If the assert happens in a library, then it's hard to determine which module
    using that library is generating that assert. Use gEfiCallerBaseName in
    DebugAssert to display the module name.
    
    V2: Updated code to use copy mem and ModuleNameSize calculation.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Baraneedharan Anbazhagan <anbazhagan@xxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19128 
6f19259b-4bc3-4df7-8a09-765794883524

commit aa0a514967f4fb1dce1134b64b6f69aa87641de9
Author: Baraneedharan Anbazhagan <anbazhagan@xxxxxx>
Date:   Mon Dec 7 03:06:02 2015 +0000

    MdePkg: DebugAssert enhancement
    
    If the assert happens in a library, then it's hard to determine which
    module using that library is generating that assert.  Use gEfiCallerBaseName
    in DebugAssert to display the module name.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Baraneedharan Anbazhagan <anbazhagan@xxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>
    Reviewed-by: Jaben Carsey <jaben.carsey@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19127 
6f19259b-4bc3-4df7-8a09-765794883524

commit 884a173010382cb2cad11f5c9ada2e8c1068b48a
Author: Daocheng Bu <daocheng.bu@xxxxxxxxx>
Date:   Mon Dec 7 02:04:22 2015 +0000

    MdePkg: Add Ipmi2.0 definitions head file.
    
    Add Ipmi2.0 definitions head file based on Ipmi category:
    App, Storage and etc.
    
    In V2, correct #include IndustryStandard/IpmiNetFnSensorEventDefinitions.h,
    and remove trailing space.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Daocheng Bu <daocheng.bu@xxxxxxxxx>
    Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19125 
6f19259b-4bc3-4df7-8a09-765794883524

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


 


Rackspace

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