flight 34512 linux-next real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/34512/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-i386-freebsd10-amd64 5 xen-boot fail REGR. vs. 34383
test-amd64-i386-qemut-
flight 34513 linux-3.14 real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/34513/
Failures :-/ but no regressions.
Tests which are failing intermittently (not blocking):
test-armhf-armhf-xl 12 guest-start.2 fail pass in 34468
test-armhf-armhf-libvirt 12 gues
flight 34516 linux-linus real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/34516/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-i386-qemuu-rhel6hvm-intel 5 xen-boot fail REGR. vs. 34227
test-amd64-i386-qemut
flight 34522 qemu-upstream-unstable real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/34522/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-i386-freebsd10-i386 11 guest-localmigrate fail REGR. vs. 33488
test-amd64
В Fri, 30 Jan 2015 18:59:24 +0100
Daniel Kiper пишет:
> Signed-off-by: Daniel Kiper
> ---
> grub-core/loader/multiboot_mbi2.c |2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/grub-core/loader/multiboot_mbi2.c
> b/grub-core/loader/multiboot_mbi2.c
> index 6f74aee..d7
On 02/12/15 21:53, Jordan Justen wrote:
> I think gEfiPciEnumerationCompleteProtocolGuid should be installed by
> MdeModulePkg/Bus/Pci/PciBusDxe, even when PcdPciDisableBusEnumeration
> is set.
>
> Ray's main feedback seemed to be that we need to make sure PciBusDxe
> only installs the protocol on
В Wed, 11 Feb 2015 08:20:04 +
"Jan Beulich" пишет:
> >>> On 10.02.15 at 22:27, wrote:
> > After some testing we have found at least one machine on which this thing
> > does not work. It is Dell PowerEdge R820 with latest firmware. Machine
> > crashes/stops because early 32-bit code is not re
I'm working on a talk for the Linux Collab Summit next week; and after that I'm
on holiday for about a week. (Actually I'm in Hong Kong for the tail end of
Chinese New Year!)
At any rate, I won't get a chance to look at this until March at the earliest.
-George
___
On 2015-02-14 08:38:37, Laszlo Ersek wrote:
> On 02/12/15 21:53, Jordan Justen wrote:
> > I think gEfiPciEnumerationCompleteProtocolGuid should be installed by
> > MdeModulePkg/Bus/Pci/PciBusDxe, even when PcdPciDisableBusEnumeration
> > is set.
> >
> > Ray's main feedback seemed to be that we nee
flight 34529 xen-unstable real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/34529/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-armhf-armhf-libvirt 13 guest-destroy fail REGR. vs. 34341
test-amd64-i386-xl-q
flight 34537 rumpuserxen real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/34537/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
build-i386-rumpuserxen6 xen-build fail REGR. vs. 33866
build-amd64-rumpuserx
On 02/14/15 21:03, Jordan Justen wrote:
> On 2015-02-14 08:38:37, Laszlo Ersek wrote:
>> On 02/12/15 21:53, Jordan Justen wrote:
>>> I think gEfiPciEnumerationCompleteProtocolGuid should be installed by
>>> MdeModulePkg/Bus/Pci/PciBusDxe, even when PcdPciDisableBusEnumeration
>>> is set.
>>>
>>> Ra
> On Feb 14, 2015, at 1:04 PM, Laszlo Ersek wrote:
>
> On 02/14/15 21:03, Jordan Justen wrote:
>> On 2015-02-14 08:38:37, Laszlo Ersek wrote:
>>> On 02/12/15 21:53, Jordan Justen wrote:
I think gEfiPciEnumerationCompleteProtocolGuid should be installed by
MdeModulePkg/Bus/Pci/PciBusDxe
flight 34542 libvirt real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/34542/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-armhf-armhf-libvirt 13 guest-destroy fail REGR. vs. 34464
Regressions which are reg
flight 34536 ovmf real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/34536/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-amd64-xl-qemuu-ovmf-amd64 7 debian-hvm-install fail REGR. vs. 33686
test-amd64-i386-xl-qemuu-ovm
On 02/13/2015 09:02 PM, Oleg Nesterov wrote:
On 02/13, Raghavendra K T wrote:
@@ -164,7 +161,7 @@ static inline int arch_spin_is_locked(arch_spinlock_t *lock)
{
struct __raw_tickets tmp = READ_ONCE(lock->tickets);
- return tmp.tail != tmp.head;
+ return tmp.tail != (tmp.h
Paravirt spinlock clears slowpath flag after doing unlock.
As explained by Linus currently it does:
prev = *lock;
add_smp(&lock->tickets.head, TICKET_LOCK_INC);
/* add_smp() is a full mb() */
if (unlikely(lock->tickets.tail & TICKET_
On 02/15/2015 11:25 AM, Raghavendra K T wrote:
Paravirt spinlock clears slowpath flag after doing unlock.
As explained by Linus currently it does:
prev = *lock;
add_smp(&lock->tickets.head, TICKET_LOCK_INC);
/* add_smp() is a full mb() */
18 matches
Mail list logo