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

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



This run is configured for baseline tests only.

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

Perfect :-)
All tests in this flight passed as required
version targeted for testing:
 ovmf                 c3c9892c3b4dafd1d0ccdc8e5e017d80e8c4361e
baseline version:
 ovmf                 008e2ccf02e7be65b3a1b48a925f005115027d1c

Last test of basis    68019  2016-11-09 10:17:59 Z    1 days
Testing same since    68021  2016-11-09 17:16:38 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Eric Dong <eric.dong@xxxxxxxxx>
  Feng Tian <feng.tian@xxxxxxxxx>
  Hao Wu <hao.a.wu@xxxxxxxxx>
  Jeff Fan <jeff.fan@xxxxxxxxx>
  Laszlo Ersek <lersek@xxxxxxxxxx>

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 c3c9892c3b4dafd1d0ccdc8e5e017d80e8c4361e
Author: Eric Dong <eric.dong@xxxxxxxxx>
Date:   Thu Oct 27 14:17:54 2016 +0800

    MdePkg UefiDevicePathLib: Validate before touch input buffer.
    
    Current code not validate the input buffer before touch.
    it may touch the buffer outside the validate scope. This
    patch validate the input size big enough to touch the
    first node.
    
    Cc: Ruiyu NI <ruiyu.ni@xxxxxxxxx>
    Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Eric Dong <eric.dong@xxxxxxxxx>

commit fb9405f9583a6ecf2048cdcc2e8d5621a3e68c75
Author: Eric Dong <eric.dong@xxxxxxxxx>
Date:   Thu Oct 27 14:16:53 2016 +0800

    MdePkg UefiDevicePathLib: Rollback former change.
    
    Former patch still has some bugs, so rollback it and
    enhance the original code.
    
    Cc: Ruiyu NI <ruiyu.ni@xxxxxxxxx>
    Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Eric Dong <eric.dong@xxxxxxxxx>

commit c0cba3d5ddec83e2bf09deb01a25140a71f8b7e6
Author: Eric Dong <eric.dong@xxxxxxxxx>
Date:   Thu Oct 27 11:08:37 2016 +0800

    MdePkg DevicePathLib: Validate before touch input buffer.
    
    Current code not validate the input buffer before touch.
    it may touch the buffer outside the validate scope. This
    patch validate the input size big enough to touch the
    first node.
    
    Cc: Ruiyu NI <ruiyu.ni@xxxxxxxxx>
    Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Eric Dong <eric.dong@xxxxxxxxx>

commit 1420143f014a4c14bd7cb430aaacd6b2c4bc8043
Author: Eric Dong <eric.dong@xxxxxxxxx>
Date:   Thu Oct 27 11:05:51 2016 +0800

    MdePkg DevicePathLib: Rollback former change.
    
    Former patch still has some bugs, so rollback it and
    enhance the original code.
    
    Cc: Ruiyu NI <ruiyu.ni@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Eric Dong <eric.dong@xxxxxxxxx>
    Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx>

commit 49d8f534cc4280fa3f393dec5093b23b0c759c2c
Author: Hao Wu <hao.a.wu@xxxxxxxxx>
Date:   Wed Nov 9 12:06:29 2016 +0800

    BaseTools/PeCoffLib: Check 'RelocDir' before finding relocation block
    
    To match the code logics in MdePkg/Library/BasePeCoffLib, add checks for
    'RelocDir' before finding the relocation block.
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Hao Wu <hao.a.wu@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit 14e8137c8223f6d78135af6180b5e3145351da17
Author: Jeff Fan <jeff.fan@xxxxxxxxx>
Date:   Fri Nov 4 15:45:13 2016 +0800

    UefiCpuPkg/MpInitLib: Do not wakeup AP if only one processor supported
    
    If MaxLogicalProcessorNumber is only 1, we needn't to wake up APs at all
    and needn't to register callback functions.
    
    It could improve boot performance on single supported system.
    
    https://bugzilla.tianocore.org/show_bug.cgi?id=204
    
    Cc: Feng Tian <feng.tian@xxxxxxxxx>
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Michael Kinney <michael.d.kinney@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jeff Fan <jeff.fan@xxxxxxxxx>
    Acked-by: Laszlo Ersek <lersek@xxxxxxxxxx>
    Reviewed-by: Feng Tian <feng.tian@xxxxxxxxx>

commit b028c1021cdfbfaa0202711f2a008c801752917f
Author: Jeff Fan <jeff.fan@xxxxxxxxx>
Date:   Fri Nov 4 10:01:21 2016 +0800

    MdeModulePkg/DxeIplPeim: UINTN used wrongly for EFI_PHYSICAL_ADDRESS
    
    PeiServicesAllocatePages () will output sizeof (EFI_PHYSICAL_ADDRESS) value.
    IdtTableForX64 is sizeof (UINTN) local variable. It will overwrite other 
local
    variable.
    
    This issue is found when we dump BaseOfStack value.
    
    Cc: Feng Tian <feng.tian@xxxxxxxxx>
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Michael Kinney <michael.d.kinney@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jeff Fan <jeff.fan@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>
    Reviewed-by: Feng Tian <feng.tian@xxxxxxxxx>

commit af34c1064934b8c02dca1660408b9aa7898c0e5b
Author: Jeff Fan <jeff.fan@xxxxxxxxx>
Date:   Thu Nov 3 15:48:11 2016 +0800

    UefiCpuPkg: Display new stack base and size
    
    Dump new stack base and size information could help developer to narrow down
    stack crash issue.
    
    Cc: Feng Tian <feng.tian@xxxxxxxxx>
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Michael Kinney <michael.d.kinney@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jeff Fan <jeff.fan@xxxxxxxxx>
    Reviewed-by: Feng Tian <feng.tian@xxxxxxxxx>

commit 6fb389d0a180ae4e623c39d051a3ddb38515b614
Author: Jeff Fan <jeff.fan@xxxxxxxxx>
Date:   Thu Nov 3 15:47:06 2016 +0800

    MdeModulePkg: Display new stack base and size
    
    Dump new stack base and size information could help developer to narrow down
    stack crash issue.
    
    Cc: Feng Tian <feng.tian@xxxxxxxxx>
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Michael Kinney <michael.d.kinney@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jeff Fan <jeff.fan@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>
    Reviewed-by: Feng Tian <feng.tian@xxxxxxxxx>

commit d945390d5f154cb6664308846736e65e1f59099d
Author: Feng Tian <feng.tian@xxxxxxxxx>
Date:   Tue Oct 18 13:17:56 2016 +0800

    MdeModulePkg/Ufs: ensure the DBC field of UTP PRDT is dword-aligned
    
    According to UFS Host Controller Spec(JESD223), the bits 1:0 of this
    DataByteCount field shall be 11b to indicate Dword granularity.
    
    But the size of UFS Request Sense Data Response defined in UFS Spec
    (JESD220C) is 18 which is not Dword aligned, we would have to round
    down to the multiple of 4 to fill the DBC field to avoid bring issue
    on some UFS HCs.
    
    Cc: Hao Wu <hao.a.wu@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Feng Tian <feng.tian@xxxxxxxxx>
    Reviewed-by:   Hao Wu <hao.a.wu@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®.