[OE-core] [meta-oe][PATCH] libx11: Add patch to fix hanging issue in _XReply

2017-08-13 Thread Jose Alarcon
Assume event queue is empty if another thread is blocking waiting for event. If one thread was blocking waiting for an event and another thread sent a reply to the X server, both threads got blocked until an event was received. --- .../libx11/Fix-hanging-issue-in-_XReply.patch | 59 +

Re: [OE-core] [PATCH] glibc: add ld.so locks in _libc_fork

2017-08-13 Thread Khem Raj
On Sun, Aug 13, 2017 at 8:04 PM, Zhixiong Chi wrote: > > > On 2017年08月14日 00:35, Khem Raj wrote: >> >> On Sun, Aug 13, 2017 at 1:36 AM, Richard Purdie >> wrote: >>> >>> On Fri, 2017-08-11 at 11:16 +0800, Zhixiong Chi wrote: The patch in this Bugzilla entry was requested by a customer: >

[OE-core] [PATCH 1/3] musl: Update to latest master

2017-08-13 Thread Khem Raj
visibility is no more auto but disabled by default we do not require to disable it explicitly. * fix build failure for sh4a due to missing colon in asm statement * trap UB from attempts to join a detached thread * ppc64: fix setjmp/longjmp handling of TOC pointer * qsort: add a short comment about

[OE-core] [PATCH V2 3/3] cairo: Add pkgconfig for opengl support

2017-08-13 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-graphics/cairo/cairo.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-graphics/cairo/cairo.inc b/meta/recipes-graphics/cairo/cairo.inc index f07b42d573..7347f223ff 100644 --- a/meta/recipes-graphics/cairo/cairo.inc +++ b/meta/recipes-g

[OE-core] [PATCH 2/3] mesa: Enable gallium-llvm on x86 and x86_64

2017-08-13 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-graphics/cairo/cairo.inc | 3 ++- meta/recipes-graphics/mesa/mesa.inc | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/meta/recipes-graphics/cairo/cairo.inc b/meta/recipes-graphics/cairo/cairo.inc index 8e1e2e1b88..f07b42d573 10064

Re: [OE-core] [PATCH] glibc: add ld.so locks in _libc_fork

2017-08-13 Thread Zhixiong Chi
On 2017年08月14日 00:35, Khem Raj wrote: On Sun, Aug 13, 2017 at 1:36 AM, Richard Purdie wrote: On Fri, 2017-08-11 at 11:16 +0800, Zhixiong Chi wrote: The patch in this Bugzilla entry was requested by a customer: https://sourceware.org/bugzilla/show_bug.cgi?id=4578 https://www.sourceware.

Re: [OE-core] [PATCH] glibc: add ld.so locks in _libc_fork

2017-08-13 Thread Khem Raj
On Sun, Aug 13, 2017 at 1:36 AM, Richard Purdie wrote: > On Fri, 2017-08-11 at 11:16 +0800, Zhixiong Chi wrote: >> The patch in this Bugzilla entry was requested by a customer: >> https://sourceware.org/bugzilla/show_bug.cgi?id=4578 >> https://www.sourceware.org/bugzilla/show_bug.cgi?id=19282

Re: [OE-core] [PATCH] glibc: add ld.so locks in _libc_fork

2017-08-13 Thread Richard Purdie
On Fri, 2017-08-11 at 11:16 +0800, Zhixiong Chi wrote: > The patch in this Bugzilla entry was requested by a customer: >   https://sourceware.org/bugzilla/show_bug.cgi?id=4578 >   https://www.sourceware.org/bugzilla/show_bug.cgi?id=19282 I'm a little nervous about accepting a patch which has been