Hi Daniel,
We have ACKs on the userspace design from both Adams and Eric.
Is this enough to merge the kernel patches?
I spoke to Eric briefly about this and he gave me a verbal r-b as well.
He said the userspace patches cant get merged unless DRM patches are merged.
So what should be some of our
On 14 February 2017 at 11:39, Emil Velikov wrote:
> From: Emil Velikov
>
> Otherwise we'll be missing the "$version" directory and the files
> will be uploaded the the wrong location.
>
> Fixes: f16477858bc "release.sh: remove $MESA_VERSION from the
> destination location"
> Signed-off-by: Emil V
Am 24.02.2017 15:13, schrieb Eric Engestrom:
> On Friday, 2017-02-24 13:10:17 +1000, Peter Hutterer wrote:
>> And why isn't this a thing in glibc yet
>
> Indeed :(
> So many bugs caused by someone assuming `if (strcmp(a, b))` means a==b...
>
>>
>> Signed-off-by: Peter Hutterer
>> ---
>> src/x
On Friday, 2017-02-24 14:13:39 +, Eric Engestrom wrote:
> On Friday, 2017-02-24 13:10:17 +1000, Peter Hutterer wrote:
> > And why isn't this a thing in glibc yet
>
> Indeed :(
> So many bugs caused by someone assuming `if (strcmp(a, b))` means a==b...
>
> >
> > Signed-off-by: Peter Hutterer
On Friday, 2017-02-24 13:10:17 +1000, Peter Hutterer wrote:
> And why isn't this a thing in glibc yet
Indeed :(
So many bugs caused by someone assuming `if (strcmp(a, b))` means a==b...
>
> Signed-off-by: Peter Hutterer
> ---
> src/xf86libinput.c | 21 -
> 1 file changed, 1
On 24 February 2017 at 01:08, Michel Dänzer wrote:
> On 24/02/17 05:21 AM, Emil Velikov wrote:
>> P.s. Sending from my phone - pardon the html formatting.
>
> It could have waited until you got access to a decent mailer? :)
>
Considering how badly I misread the patch - I really should have.
Pard
> The input thread should generate events, not send them. Make it easier to
> find the instances where it's doing so.
>
> Signed-off-by: Peter Hutterer
> Tested-by: Olivier Fourdan
> ---
> Changes to v1:
> - add check for InputThreadInfo to avoid null-pointer dereference
> - remove leftover decl