[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [ovmf baseline-only test] 68029: all pass
This run is configured for baseline tests only. flight 68029 ovmf real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/68029/ Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf ffd6b0b1b65e620816fb16fe551f92309f4b7269 baseline version: ovmf faabc5d49700a5042535ff30a07e2c9577ed3cd8 Last test of basis 68026 2016-11-10 17:16:47 Z 3 days Testing same since 68029 2016-11-13 05:48:23 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Bell Song <binx.song@xxxxxxxxx> Bi, Dandan <dandan.bi@xxxxxxxxx> Dandan Bi <dandan.bi@xxxxxxxxx> Hao Wu <hao.a.wu@xxxxxxxxx> Jeff Fan <jeff.fan@xxxxxxxxx> Jiewen Yao <jiewen.yao@xxxxxxxxx> Laszlo Ersek <lersek@xxxxxxxxxx> Michael D Kinney <michael.d.kinney@xxxxxxxxx> Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Song, BinX <binx.song@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 ffd6b0b1b65e620816fb16fe551f92309f4b7269 Author: Jeff Fan <jeff.fan@xxxxxxxxx> Date: Fri Nov 11 16:56:44 2016 +0800 UefiCpuPkg/DxeMpLib: Allocate below 4GB mem for AsmRelocateApLoopFunc Current implementation just allocates reserve memory for AsmRelocateApLoopFunc. It not be safe because APs will be placed into 32bit protected mode on long mode DXE. This reserve memory must be located below 4GB memory. This fix is to allocate < 4GB memory for AsmRelocateApLoopFunc. Cc: Laszlo Ersek <lersek@xxxxxxxxxx> Cc: Paolo Bonzini <pbonzini@xxxxxxxxxx> Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx> Cc: Michael D Kinney <michael.d.kinney@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan <jeff.fan@xxxxxxxxx> Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx> Tested-by: Laszlo Ersek <lersek@xxxxxxxxxx> [lersek@xxxxxxxxxx: strip whitespace at EOL] Signed-off-by: Laszlo Ersek <lersek@xxxxxxxxxx> commit b1067637cf53fd55f34b6a6147988e06f8cb7e80 Author: Jiewen Yao <jiewen.yao@xxxxxxxxx> Date: Mon Nov 7 20:40:03 2016 +0800 SignedCapsulePkg/CapsulePkg.dsc: Add capsule related component. Add capsule related component to check build. Cc: Feng Tian <feng.tian@xxxxxxxxx> Cc: Star Zeng <star.zeng@xxxxxxxxx> Cc: Michael D Kinney <michael.d.kinney@xxxxxxxxx> Cc: Liming Gao <liming.gao@xxxxxxxxx> Cc: Chao Zhang <chao.b.zhang@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen.yao@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> Reviewed-by: Michael D Kinney <michael.d.kinney@xxxxxxxxx> Tested-by: Michael D Kinney <michael.d.kinney@xxxxxxxxx> commit 68ae7cd66bf7edf5abad046183badc41517e444f Author: Dandan Bi <dandan.bi@xxxxxxxxx> Date: Fri Nov 11 13:46:04 2016 +0800 CryptoPkg/BaseCryptLib: Make comments consistent with the function Correct the unaligned parameter names in comments (BaseCryptLib.h and HMAC-SHA256 wrapper implementation) Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx> Reviewed-by: Qin Long <qin.long@xxxxxxxxx> commit 32d13bc4bcc5fcf580dd153d16b3746f845c81a8 Author: Song, BinX <binx.song@xxxxxxxxx> Date: Thu Nov 10 16:19:59 2016 +0800 MdeModulePkg/BootLogoLib: Remove invalid if judgments FreePool (Blt) function will be called in while loop, cannot be removed. Cc: Liming Gao <liming.gao@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Bell Song <binx.song@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> commit 667d7146501af0de63e0b28cd00dd1a5125540ad Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Date: Thu Nov 10 14:58:20 2016 +0800 ShellPkg/ShellCommandLib: Add missing EFIAPI for public library APIs DumpHex() and CatSDumpHex() are public library APIs but don't have EFIAPI modifier. Add the missing EFIAPI. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Reviewed-by: Jaben Carsey <jaben.carsey@xxxxxxxxx> commit c52f00d6e1e14b9eaf5c5a58501f075d2a64920c Author: Hao Wu <hao.a.wu@xxxxxxxxx> Date: Thu Nov 10 09:43:07 2016 +0800 BaseTools/GenSec: Return correct status when input file size is 0 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 b390737ad03a354f5d11954950a580df715e2935 Author: Hao Wu <hao.a.wu@xxxxxxxxx> Date: Wed Nov 9 23:00:01 2016 +0800 BaseTools/GenFfs: Fix return too early when input file is of size 0 Commit 2cb874352423fcfd180199e6de8298567dff8e7f eliminates possible NULL pointer dereference in GenFfs tool source codes. However, it doesn't correctly handle the case when the input file is of size 0. This will lead to possible build issues. This commits refine the logic to handle the above case. 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 8009b2e47ff4d877879b6dded83a4d9adb4445d2 Author: Bi, Dandan <dandan.bi@xxxxxxxxx> Date: Thu Nov 10 15:40:14 2016 +0800 ShellPkg: Fix the coding style issue Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx> Reviewed-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> commit 7937bf2b04b83afae8c75d5d66c39c40c0335201 Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Date: Tue Nov 8 20:21:23 2016 +0800 Nt32Pkg/PlatformBds: Dispatch deferred images after EndOfDxe Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Reviewed-by: Eric Dong <eric.dong@xxxxxxxxx> Reviewed-by: Sunny Wang <sunnywang@xxxxxxx> commit dbc19ed10aa9846fd4b2426bf8b3eca0ea39a4e9 Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Date: Tue Nov 8 20:19:58 2016 +0800 QuarkPlatformPkg/PlatformBds: Dispatch deferred images after EndOfDxe Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Reviewed-by: Michael D Kinney <michael.d.kinney@xxxxxxxxx> Cc: Kelly Steele <kelly.steele@xxxxxxxxx> Reviewed-by: Sunny Wang <sunnywang@xxxxxxx> commit 6d7864c2ea24e5bbe4e45568df4500cfd16dc8f9 Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Date: Tue Nov 8 20:18:30 2016 +0800 CorebootPayload/PlatformBds: Dispatch deferred images after EndOfDxe Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Reviewed-by: Maurice Ma <maurice.ma@xxxxxxxxx> Cc: Prince Agyeman <prince.agyeman@xxxxxxxxx> Reviewed-by: Sunny Wang <sunnywang@xxxxxxx> commit 9789894e3ba3dae87bfc384e97f946caeab389e0 Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Date: Tue Nov 8 20:16:39 2016 +0800 OvmfPkg/PlatformBds: Dispatch deferred images after EndOfDxe Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Cc: Jordan Justen <jordan.l.justen@xxxxxxxxx> Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx> Reviewed-by: Sunny Wang <sunnywang@xxxxxxx> commit 34cd940294e5616068e977dbd5f1d44d47db1fe5 Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Date: Tue Nov 8 20:13:18 2016 +0800 ArmVirPkg/PlatformBds: Dispatch deferred images after EndOfDxe Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx> Cc: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> Reviewed-by: Sunny Wang <sunnywang@xxxxxxx> commit e048823f57f66b5be38d46b0095af2fc905c4033 Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Date: Tue Nov 1 16:42:21 2016 +0800 MdeModulePkg/SecurityStubDxe: Report failure if image is load earlier The 3rd party image should be loaded after EndOfDxe event signal and DxeSmmReadyToLock protocol installation. But non-SMM platform doesn't published DxeSmmReadyToLock protocol. So the SecurityStubDxe can only depend on EndOfDxe event. This patch enhances the SecurityStubDxe to listen on DxeSmmReadyToLock protocol installation and if any 3rd party image is loaded before DxeSmmReadyToLock, it reports failure. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx> Reviewed-by: Sunny Wang <sunnywang@xxxxxxx> commit 048bcba1bcd082e4527dd1b17e5dfb6470285260 Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Date: Tue Nov 1 13:55:49 2016 +0800 MdeModulePkg/BdsDxe: Check deferred images before booting to OS The patch adds check of deferred images before booting to OS. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> Reviewed-by: Chao B Zhang <chao.b.zhang@xxxxxxxxx> Reviewed-by: Sunny Wang <sunnywang@xxxxxxx> commit b33af2214532c7d7511afef108d58b5263d18e00 Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Date: Mon Oct 31 16:34:41 2016 +0800 MdeModulePkg/UefiBootManager: Add EfiBootManagerDispatchDeferredImages The API dispatches the deferred images that are returned from all DeferredImageLoad instances. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> Reviewed-by: Chao B Zhang <chao.b.zhang@xxxxxxxxx> Reviewed-by: Sunny Wang <sunnywang@xxxxxxx> commit 8be37a5cee700777ca8e8e8a34cc2225b21931a7 Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Date: Mon Oct 31 16:31:44 2016 +0800 MdeModulePkg/SecurityStubDxe: Defer 3rd party image before EndOfDxe The images not from FV are treated as 3rd party images. They will be deferred to dispatch when they are dispatched before EndOfDxe event. It's a new feature in the BS.LoadImage() path which can disallow executing 3rd party images before EndOfDxe and re-execute them after EndOfDxe (through EfiBootManagerDispatchDeferredImages introduced in next commit). Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx> Reviewed-by: Chao B Zhang <chao.b.zhang@xxxxxxxxx> Reviewed-by: Sunny Wang <sunnywang@xxxxxxx> commit 83155d7eb4d3cc15d375cc1ac6ec8bd68499193f Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Date: Tue Nov 8 10:25:46 2016 +0800 IntelFrameworkModulePkg/LegacyBios: Fix legacy serial redirection bug Upon booting to a legacy OS, LegacyBios driver is responsible to initialize the BDA region with the correct COM port base address. But the current logic to get the COM port base address from IsaIo instance is not correct. The patch fixes this bug. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Reviewed-by: Jeff Fan <jeff.fan@xxxxxxxxx> commit 4ab04a72f52e4d12a0c30b20e577e688b786e4fd Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Date: Tue Nov 8 10:35:22 2016 +0800 MdeModulePkg/PciSioSerial: Fix a bug that wrongly produces 2 UARTs When PciSioSerial is firstly started with a non-NULL remaining device path, the UART instance is created using the parameters specified in the remaining device path. Later when the driver is started again on the same UART controller with NULL remaining device path, the correct logic is to directly return SUCCESS instead of current buggy implementation which wrongly produces another UART using the default parameters. The bug causes two UARTs are created when the UART is configured in 57600 baud rate. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx> Cc: Eric Dong <eric.dong@xxxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |