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 +
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:
>
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
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
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
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.
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
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