* [ovmf test] 151024: regressions - FAIL
@ 2020-06-11 23:02 osstest service owner
0 siblings, 0 replies; only message in thread
From: osstest service owner @ 2020-06-11 23:02 UTC (permalink / raw)
To: xen-devel, osstest-admin
flight 151024 ovmf real [real]
http://logs.test-lab.xenproject.org/osstest/logs/151024/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
build-i386-xsm 6 xen-build fail REGR. vs. 150978
version targeted for testing:
ovmf e1d24410da356731da70b3334f86343e11e207d2
baseline version:
ovmf dafce295e6f447ed8905db4e29241e2c6c2a4389
Last test of basis 150978 2020-06-09 21:39:29 Z 2 days
Testing same since 151024 2020-06-10 19:57:12 Z 1 days 1 attempts
------------------------------------------------------------
People who touched revisions under test:
Abdul Lateef Attar <abdul@marvell.com>
Ard Biesheuvel <ard.biesheuvel@arm.com>
Dong, Eric <eric.dong@intel.com>
Eric Dong <eric.dong@intel.com>
Heyi Guo <guoheyi@linux.alibaba.com>
Laszlo Ersek <lersek@redhat.com>
Walon Li <walon.li@hpe.com>
jobs:
build-amd64-xsm pass
build-i386-xsm fail
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.test-lab.xenproject.org
logs: /home/logs/logs
images: /home/logs/images
Logs, config files, etc. are available at
http://logs.test-lab.xenproject.org/osstest/logs
Explanation of these reports, and of osstest in general, is at
http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README.email;hb=master
http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README;hb=master
Test harness code can be found at
http://xenbits.xen.org/gitweb?p=osstest.git;a=summary
Not pushing.
------------------------------------------------------------
commit e1d24410da356731da70b3334f86343e11e207d2
Author: Heyi Guo <guoheyi@linux.alibaba.com>
Date: Tue Jun 9 09:26:30 2020 +0800
ArmPkg/ArmExceptionLib: use static buffer for sp_el0
The exception library is also used in DxeMain before memory services
are available, and AllocatePages() will fail in this case and cause
sp_el0 remains 0. Then if any exception occurs before CpuDxe driver is
loaded, a recursive exception will be trigged by page translation
fault for sp = 0 - 0x130.
Use static buffer instead to fix this issue.
Signed-off-by: Heyi Guo <guoheyi@linux.alibaba.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
commit 14c7ed8b51f60097ad771277da69f74b22a7a759
Author: Laszlo Ersek <lersek@redhat.com>
Date: Tue Jun 9 12:54:14 2020 +0200
OvmfPkg/GenericQemuLoadImageLib: log "Not Found" at INFO level
gBS->LoadImage() returning EFI_NOT_FOUND is an expected condition; it
means that QEMU wasn't started with "-kernel". Log this status code as
INFO rather than ERROR.
Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Message-Id: <20200609105414.12474-1-lersek@redhat.com>
Acked-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
commit 365fdb0f939cf00b26d37f27adbf579aa984221b
Author: Walon Li <walon.li@hpe.com>
Date: Wed May 20 12:24:47 2020 +0800
MdeModulePkg/SetupBrowserDxe: Do not reconnect driver with form-update
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2701
Recording to the spec, the reconnect is activated upon exiting of the
formset or the browser. Exiting is by user but form-browser internal
logic. That means the reconnection is only happened when user press
ESC or _EXIT action to exit form.
Driver callback may update HII form dynamically so form-browser needs
to refresh its internal data. It's not exiting formset for user
exactly and they didn't know what happened. So use a flag to record
that and do not reconnect driver if updated by callback.
Signed-off-by: Walon Li <walon.li@hpe.com>
Reviewed-by: Dandan Bi <dandan.bi@intel.com>
commit 8c91934019a7c10811d274d65210e9fdf36400cc
Author: Eric Dong <eric.dong@intel.com>
Date: Wed Jun 10 11:38:26 2020 +0800
Maintainers.txt: Add reviewer for Pei Core.
Signed-off-by: Eric Dong <eric.dong@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>
Cc: Debkumar De <debkumar.de@intel.com>
Cc: Harry Han <harry.han@intel.com>
Cc: Catharine West <catharine.west@intel.com>
Acked-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Ray Ni <ray.ni@Intel.com>
commit b7b3a5f99b1fe10d392e962424a2b488b1ff0804
Author: Dong, Eric <eric.dong@intel.com>
Date: Wed Jun 3 11:18:05 2020 +0800
Maintainers.txt: Add reviewer for SEC related modules.
Signed-off-by: Eric Dong <eric.dong@intel.com>
Cc: Debkumar De <debkumar.de@intel.com>
Cc: Harry Han <harry.han@intel.com>
Cc: Catharine West <catharine.west@intel.com>
Acked-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Ray Ni <ray.ni@Intel.com>
commit 5ebec96f282d30e0d225ece376f0060fd9a1c039
Author: Dong, Eric <eric.dong@intel.com>
Date: Wed Jun 3 11:18:04 2020 +0800
Maintainers.txt: Add reviewer for UefiCpuPkg.
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Rahul Kumar <rahul1.kumar@intel.com>
commit 4e3600b0388f6d4cce4dca544ac8226340836c23
Author: Eric Dong <eric.dong@intel.com>
Date: Wed Jun 10 11:41:01 2020 +0800
Maintainers.txt: Add reviewer for security boot modules.
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Chao Zhang <chao.b.zhang@intel.com>
Cc: Min Xu <min.m.xu@intel.com>
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
commit 3b18b80aff3db6c1775059183009427b73d52cea
Author: Dong, Eric <eric.dong@intel.com>
Date: Wed Jun 3 11:18:02 2020 +0800
Maintainers.txt: Add reviewers for Tcg related modules.
Cc: Chao Zhang <chao.b.zhang@intel.com>
Cc: Qi Zhang <qi1.zhang@intel.com>
Cc: Rahul Kumar <rahul1.kumar@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
Acked-by: Laszlo Ersek <lersek@redhat.com>
commit 9b52b06f964226780b7047e10be0c1a65e223eb1
Author: Abdul Lateef Attar <abdul@marvell.com>
Date: Mon Apr 20 15:05:55 2020 +0800
MdeModulePkg: Sets the Cursor to selected BootOption.
Its been observed that in MenuManagerMenuApp when user
selects a different BootOption using Up/Down key, the
current Cursor position is not chaning.
Still points to the old BootOption.
This changes first dispalys/redraws the old BootOption
followed by new BootOption. Doing so will make current
cursor pointing to the user selected BootOption.
Signed-off-by: Abdul Lateef Attar <abdul@marvell.com>
Reviewed-by: Dandan Bi <dandan.bi@intel.com>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-06-11 23:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-11 23:02 [ovmf test] 151024: regressions - FAIL osstest service owner
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.