[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [ovmf baseline-only test] 74713: all pass
This run is configured for baseline tests only. flight 74713 ovmf real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/74713/ Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf 0edb7ec5ced0a28b93bf8c13b12f0a277c44dbbc baseline version: ovmf a4c35dedd92f2b9b7c68e9bd0490bc14b96457ef Last test of basis 74690 2018-05-07 12:18:29 Z 4 days Testing same since 74713 2018-05-12 06:51:48 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Eric Dong <eric.dong@xxxxxxxxx> Jiaxin Wu <jiaxin.wu@xxxxxxxxx> Laszlo Ersek <lersek@xxxxxxxxxx> Liming Gao <liming.gao@xxxxxxxxx> Marvin H?user <Marvin.Haeuser@xxxxxxxxxxx> Marvin Haeuser <Marvin.Haeuser@xxxxxxxxxxx> Marvin.Haeuser@xxxxxxxxxxx <Marvin.Haeuser@xxxxxxxxxxx> Pete Batard <pete@xxxxxxx> Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Star Zeng <star.zeng@xxxxxxxxx> Wu Jiaxin <jiaxin.wu@xxxxxxxxx> Yonghong Zhu <yonghong.zhu@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 0edb7ec5ced0a28b93bf8c13b12f0a277c44dbbc Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Date: Mon Apr 23 14:20:26 2018 +0800 MdeModulePkg/PciHostBridge: Count the (mm)io overhead when polling RootBridgeIo.PollMem()/PollIo() originally don't count the IO/MMIO access overhead when delaying. The patch changes the implementation to count the access overhead so that the actually delay equals to user required delay. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx> Cc: Chasel Chiu <chasel.chiu@xxxxxxxxx> commit b22a62be5cdc8fd19d87ec1ecfa5b28fb9be50ad Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Date: Wed Apr 25 15:05:54 2018 +0800 IntelFrameworkModule/LegacyBios: Use reserved memory for legacy data Certain Legacy USB implementation needs to access legacy data (BDA, etc.) from SMM environment. While currently it's not allowed to access BS memory from SMM after EndofDxe, change the legacy data to use reserved memory type. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx> commit 7cd8a57599b519c4ead0c0eadbb52469eaf2dda5 Author: Marvin H?user <Marvin.Haeuser@xxxxxxxxxxx> Date: Wed Feb 28 00:50:59 2018 +0800 UefiCpuPkg/SecMain: Add NORETURN decorator to SecStartup(). The function SecStartup() is not supposed to return. Hence, add the NORETURN decorator. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Marvin Haeuser <Marvin.Haeuser@xxxxxxxxxxx> Reviewed-by: Eric Dong <eric.dong@xxxxxxxxx> Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx> commit ee3198e672e2f27d31e82adad572dbb4f3bbdf1f Author: Laszlo Ersek <lersek@xxxxxxxxxx> Date: Mon May 7 21:59:23 2018 +0200 CryptoPkg/CrtLibSupport: add secure_getenv() stub function The Fedora distro ships a modified OpenSSL 1.1.0 package stream. One of their patches calls the secure_getenv() C library function. We already have a stub for getenv(); it applies trivially to secure_getenv() as well. Add the secure_getenv() stub so that edk2 can be built with Fedora's OpenSSL 1.1.0 sources. Cc: Qin Long <qin.long@xxxxxxxxx> Cc: Ting Ye <ting.ye@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Laszlo Ersek <lersek@xxxxxxxxxx> Reviewed-by: Long Qin <qin.long@xxxxxxxxx> commit d9476a7ef1476621c14a7e632b8b8fc3ca419f61 Author: Marvin.Haeuser@xxxxxxxxxxx <Marvin.Haeuser@xxxxxxxxxxx> Date: Mon May 7 17:08:06 2018 +0800 MdeModulePkg/AcpiPlatformDxe: Unload after execution. AcpiPlatformDxe solely performs one-time tasks and does not expose any services or create any events. Hence it can safely be unloaded after the Entry Point execution by returning an error code. V2: Return EFI_REQUEST_UNLOAD_IMAGE. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Marvin Haeuser <Marvin.Haeuser@xxxxxxxxxxx> Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx> commit 2e3032b4aae427fded0d7b4e5fefcd13f6576bbc Author: Star Zeng <star.zeng@xxxxxxxxx> Date: Thu Apr 26 17:16:47 2018 +0800 MdeModulePkg CapsuleApp: Check Buffer against NULL before freeing it If the capsule from command line is not present, Buffer will be random value when freeing it in DumpCapsule(), then ASSERT will happen or other memory pool may be freed. Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx> Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx> commit 053cd183c9f25929f056239a173e0106b2322d17 Author: Yonghong Zhu <yonghong.zhu@xxxxxxxxx> Date: Mon May 7 13:41:27 2018 +0800 BaseTools: Correct the variable name the commit bff74750 introduce a undefined variable name 'scope' cause build failure, it should use 'Scope'. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> commit 5d9af6a55ae1fcd1bbd19b5c55f039e9556d5cec Author: Liming Gao <liming.gao@xxxxxxxxx> Date: Fri May 4 13:28:10 2018 +0800 BaseTools: Retrieve /U and -U CC flags to structure PcdValueInit Makefile /D and -D flags have been added. So, /U and -U flags should be added. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao <liming.gao@xxxxxxxxx> Cc: Yonghong Zhu <yonghong.zhu@xxxxxxxxx> Reviewed-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx> commit 40d32e79428b5b006ef213daf119224c9c0a59d5 Author: Eric Dong <eric.dong@xxxxxxxxx> Date: Mon May 7 13:27:40 2018 +0800 SecurityPkg/OpalPassword: Add support for pyrite 2.0 devices. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Eric Dong <eric.dong@xxxxxxxxx> Reviewed-by: Hao Wu <hao.a.wu@xxxxxxxxx> commit a3068f06e69ffaac94eb08e5d3b17097c264748b Author: Eric Dong <eric.dong@xxxxxxxxx> Date: Mon May 7 13:31:43 2018 +0800 SecurityPkg/TcgStorageOpalLib: Add supports for pyrite 2.0 spec. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Eric Dong <eric.dong@xxxxxxxxx> Reviewed-by: Hao Wu <hao.a.wu@xxxxxxxxx> commit 45df1841e18777c2140b61716a7a2d39b251379b Author: Eric Dong <eric.dong@xxxxxxxxx> Date: Thu May 3 11:07:10 2018 +0800 MdePkg: Add Feature definitions added in pyrite 2.0 spec. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Eric Dong <eric.dong@xxxxxxxxx> Reviewed-by: Hao Wu <hao.a.wu@xxxxxxxxx> commit e9b4a4625c35f74824f05a2d846977756f7dd2a0 Author: Jiaxin Wu <jiaxin.wu@xxxxxxxxx> Date: Fri May 4 11:48:43 2018 +0800 NetworkPkg/NetworkPkg.dsc: Add the instance of library class [SafeIntLib]. This patch is to add the instance of library class [SafeIntLib] to fix the NetworkPkg build error, which is caused by the commit of 2167c7f7 that the TlsLib will always consume SafeIntLib. Cc: Ye Ting <ting.ye@xxxxxxxxx> Cc: Fu Siyuan <siyuan.fu@xxxxxxxxx> Cc: Long Qin <qin.long@xxxxxxxxx> Cc: Bi Dandan <dandan.bi@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Wu Jiaxin <jiaxin.wu@xxxxxxxxx> Reviewed-by: Long Qin <qin.long@xxxxxxxxx> commit e223efc60cc57bff92968ab0f39826d27fdff225 Author: Pete Batard <pete@xxxxxxx> Date: Wed Apr 25 00:10:11 2018 +0800 BaseTools/Conf: Add /Gw optimisation option for VS2017 IA32 and X64 This option, which is used in VS2015 and earlier toolchains, was missing for VS2017. Applying it greatly reduces the size of generated binaries. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Pete Batard <pete@xxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> _______________________________________________ osstest-output mailing list osstest-output@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/osstest-output
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |