All of lore.kernel.org
 help / color / mirror / Atom feed
* [xen-unstable-smoke test] 105650: regressions - trouble: blocked/broken/fail/pass
@ 2017-02-09  0:03 osstest service owner
  0 siblings, 0 replies; only message in thread
From: osstest service owner @ 2017-02-09  0:03 UTC (permalink / raw)
  To: xen-devel, osstest-admin

flight 105650 xen-unstable-smoke real [real]
http://logs.test-lab.xenproject.org/osstest/logs/105650/

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 build-armhf                   5 xen-build                fail REGR. vs. 105642

Tests which did not succeed, but are not blocking:
 test-armhf-armhf-xl           1 build-check(1)               blocked  n/a
 test-arm64-arm64-xl-xsm       1 build-check(1)               blocked  n/a
 build-arm64                   5 xen-build                    fail   never pass
 test-amd64-amd64-libvirt     12 migrate-support-check        fail   never pass
 build-arm64-pvops             5 kernel-build                 fail   never pass

version targeted for testing:
 xen                  04dbb71096143b54f8b5e1acfce8d55150609d3f
baseline version:
 xen                  58b4db0832de1ee355a342feea7e1545219bef12

Last test of basis   105642  2017-02-08 16:04:21 Z    0 days
Testing same since   105644  2017-02-08 18:01:23 Z    0 days    4 attempts

------------------------------------------------------------
People who touched revisions under test:
  Andrew Cooper <andrew.cooper3@citrix.com>

jobs:
 build-amd64                                                  pass    
 build-arm64                                                  fail    
 build-armhf                                                  fail    
 build-amd64-libvirt                                          pass    
 build-arm64-pvops                                            fail    
 test-armhf-armhf-xl                                          blocked 
 test-arm64-arm64-xl-xsm                                      broken  
 test-amd64-amd64-xl-qemuu-debianhvm-i386                     pass    
 test-amd64-amd64-libvirt                                     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 04dbb71096143b54f8b5e1acfce8d55150609d3f
Author: Andrew Cooper <andrew.cooper3@citrix.com>
Date:   Tue Feb 7 14:01:29 2017 +0000

    x86/p2m: Stop other vcpus using a nested p2m before clearing it
    
    Until the IPI has completed, other processors might be running on this nested
    p2m object.  clear_domain_page() does not guarantee to make 8-byte atomic
    updates, which means that a pagewalk on a remote processor might encounter a
    partial update.
    
    This is currently safe as other issues prevents a nested p2m ever being shared
    between two cpus (although this is contrary to the original plan).
    
    Setting p2m->np2m_base to P2M_BASE_EADDR before the IPI ensures that the IPI'd
    processors won't continue to use the flushed mappings.
    
    While modifying this function, remove all the trailing whitespace and tweak
    style in the affected areas.
    
    Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
    Reviewed-by: Tim Deegan <tim@xen.org>
    Reviewed-by: Jan Beulich <jbeulich@suse.com>

commit 11c397c207dda26084be8a5da5bd78c74b4b3651
Author: Andrew Cooper <andrew.cooper3@citrix.com>
Date:   Wed Dec 7 13:52:02 2016 +0000

    x86/time: Adjust init-time handling of pit0_ticks
    
    There is no need for the volatile cast in the timer interrupt; the compiler
    may not elide the update.  This reduces the generated assembly from a read,
    local modify, write to a single add instruction.
    
    Drop the memory barriers from timer_irq_works(), as they are not needed.
    pit0_ticks is only modified by timer_interrupt() running on the same CPU, so
    all that is required is a volatile reference to prevent the compiler from
    eliding the second read.
    
    Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
    Reviewed-by: Jan Beulich <jbeulich@suse.com>
(qemu changes not included)

_______________________________________________
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:[~2017-02-09  0:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-09  0:03 [xen-unstable-smoke test] 105650: regressions - trouble: blocked/broken/fail/pass 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.