* [seabios test] 102799: regressions - FAIL
@ 2016-12-03 18:43 osstest service owner
0 siblings, 0 replies; only message in thread
From: osstest service owner @ 2016-12-03 18:43 UTC (permalink / raw)
To: xen-devel, osstest-admin
flight 102799 seabios real [real]
http://logs.test-lab.xenproject.org/osstest/logs/102799/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-amd64-qemuu-nested-intel 9 debian-hvm-install fail REGR. vs. 102484
Regressions which are regarded as allowable (not blocking):
test-amd64-i386-xl-qemuu-win7-amd64 16 guest-stop fail like 102484
test-amd64-amd64-xl-qemuu-win7-amd64 16 guest-stop fail like 102484
Tests which did not succeed, but are not blocking:
test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check fail never pass
test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check fail never pass
test-amd64-amd64-qemuu-nested-amd 16 debian-hvm-install/l1/l2 fail never pass
version targeted for testing:
seabios 7b7b49e2898613dd6cf82473fa9b702541f218d6
baseline version:
seabios b98c6586c0c3d519359d6e751ecb3e637e82dbcb
Last test of basis 102484 2016-11-21 15:44:01 Z 12 days
Testing same since 102799 2016-12-02 13:47:26 Z 1 days 1 attempts
------------------------------------------------------------
People who touched revisions under test:
Kevin O'Connor <kevin@koconnor.net>
Stefan Berger <stefanb@linux.vnet.ibm.com>
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-libvirt-qemuu-debianhvm-amd64-xsm pass
test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm pass
test-amd64-amd64-xl-qemuu-debianhvm-amd64-xsm pass
test-amd64-i386-xl-qemuu-debianhvm-amd64-xsm pass
test-amd64-amd64-qemuu-nested-amd fail
test-amd64-i386-qemuu-rhel6hvm-amd pass
test-amd64-amd64-xl-qemuu-debianhvm-amd64 pass
test-amd64-i386-xl-qemuu-debianhvm-amd64 pass
test-amd64-amd64-xl-qemuu-win7-amd64 fail
test-amd64-i386-xl-qemuu-win7-amd64 fail
test-amd64-amd64-qemuu-nested-intel fail
test-amd64-i386-qemuu-rhel6hvm-intel pass
test-amd64-i386-xl-qemuu-winxpsp3-vcpus1 pass
test-amd64-amd64-xl-qemuu-winxpsp3 pass
test-amd64-i386-xl-qemuu-winxpsp3 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 7b7b49e2898613dd6cf82473fa9b702541f218d6
Author: Stefan Berger <stefanb@linux.vnet.ibm.com>
Date: Wed Nov 23 11:19:43 2016 -0500
tpm: Log TPM 2 digest structure in little endian format
The parameters for extending the PCRs of a TPM 2 are written in
big endian format when sent to the TPM. However, the log needs
to be written in little endian format, so we cannot just copy
the structure into the log as-is. To support the little endian
format in the log, we extend the function writing the TPM 2
digest structure with a parameter that allows us to choose the
endianess of a few parameters. We then rewrite the digest structure
in little endian format for the log.
Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
commit 846fd319e0d7d31b3cd269863177d7c8285fcd2e
Author: Kevin O'Connor <kevin@koconnor.net>
Date: Wed Aug 10 18:15:13 2016 -0400
tpm: Rework tpm_build_and_send_cmd() into tpm_simple_cmd()
Instead of passing an arbitrary buffer as a parameter to
tpm_build_and_send_cmd(), just support the simpler case of a parameter
that is only 0, 1, or 2 bytes in length. This allows the callers to
pass the parameter directly and not worry about the big-endian
encoding. Rename the function to tpm_simple_cmd().
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
commit 538d9b7110c178e02f02b029416952f3eb42bc5d
Author: Kevin O'Connor <kevin@koconnor.net>
Date: Wed Aug 10 17:45:05 2016 -0400
tpm: Don't call tpm_build_and_send_cmd() from tpm20_stirrandom()
Instead call tpmhw_transmit() directly.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
commit 9ec57de1db32fc75d2acd740d4a3bf47cdf023e6
Author: Kevin O'Connor <kevin@koconnor.net>
Date: Sun Jan 10 10:53:24 2016 -0500
acpi: Generalize find_fadt() and find_tcpa_by_rsdp() into find_acpi_table()
The find_fadt() and find_tcpa_by_rsdp() functions are very similar.
Create a new find_acpi_table() function and replace the two functions
with this new function.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
commit 0166993d3c47c0c9a69175b5c24166e74f9d5b07
Author: Kevin O'Connor <kevin@koconnor.net>
Date: Wed Aug 10 16:15:43 2016 -0400
tpm: Move code around in tcgbios.c to keep like code together
No code changes; just code movement.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
commit d468d595a43ab91c00e064e06683f4c75f52a88e
Author: Kevin O'Connor <kevin@koconnor.net>
Date: Wed Aug 10 16:23:02 2016 -0400
tpm: Don't call tpm_set_failure() from tpm12_get_capability()
In the event of a failure in the low-level tpm12_get_capability()
code, just return an error code. The caller can shutdown the TPM if
needed - the only place where that is needed is during a failure in
tpm12_determine_timeouts().
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
commit 2f975709df602f0fb940355bea0853243fb8c08b
Author: Kevin O'Connor <kevin@koconnor.net>
Date: Wed Aug 10 15:25:28 2016 -0400
tpm: Add comment banners to tcg.c separating major parts of spec
No code changes; just code movement.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-12-03 18:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-03 18:43 [seabios test] 102799: regressions - FAIL osstest service owner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).