[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] 'make check-unit' breakage on s390x host
From: |
Cornelia Huck |
Subject: |
Re: [Qemu-devel] 'make check-unit' breakage on s390x host |
Date: |
Thu, 22 Aug 2019 18:01:07 +0200 |
On Thu, 22 Aug 2019 16:55:13 +0100
Daniel P. Berrangé <address@hidden> wrote:
> On Thu, Aug 22, 2019 at 05:44:47PM +0200, Cornelia Huck wrote:
> > I just noticed a breakage with 'make check-unit' when running on an
> > s390x host (on my laptop, it runs fine; haven't tried other
> > architectures). This happens with current master, but I managed to
> > track the original breakage down to
> >
> > commit ff3dc8fefe953fd3650279e064bf63b212c5699a
> > Author: Daniel P. Berrangé <address@hidden>
> > Date: Wed Mar 13 17:36:18 2019 +0000
> >
> > filemon: ensure watch IDs are unique to QFileMonitor scope
>
> [snip]
>
> > I can try to collect extra info if you tell me what would be helpful.
>
> I'm betting you updated to kernel 5.3
Yeah, indeed... I would have been surprised if it were s390x-specific :)
>
> https://lists.gnu.org/archive/html/qemu-devel/2019-08/msg04349.html
>
> Just waiting for a Reviewed-by on that patch in order to send a PR....
I'll take a look, but can't promise anything (first time looking at
that code path...)
>
> Regards,
> Daniel