Re: [Mesa-dev] [PATCH 1/3] st/nine: fix stack corruption due to ABI mismatch

2018-11-06 Thread Axel Davy
Hi, The three patches seem ok. Thanks, Reviewed-by: Axel Davy I assume you don't have push rights. I will push in a few days if nobody complains. Yours, Axel Davy On 06/11/2018 09:27, Andre Heider wrote: This fixes various crashes and hangs when using nine's 'thread_submit' feature.

[Mesa-dev] [PATCH 1/3] st/nine: fix stack corruption due to ABI mismatch

2018-11-06 Thread Andre Heider
This fixes various crashes and hangs when using nine's 'thread_submit' feature. On 64bit, the thread function's data argument would just be NULL. On 32bit, the data argument would be garbage depending on the compiler flags (in my case -march>=core2). Fixes: f3fa7e3068512d ("st/nine: Use WINE